body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #808285;
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-size: .8em;
	line-height:1.2em;
	font-family: "Myriad Pro", Tahoma, Helvetica, Arial, sans-serif;
	color: #808285;
}
i{
	color: #808285;
}
em{
	color: #808285;
}
.rollup_header{
	padding-left:10px;
	line-height:36px;
	color:#FFF;
	font-family: "Myriad Pro", Tahoma, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:500;
	margin-top:3px;
	cursor:pointer;
}
.rollup_top{
	width:702px;
	height:36px;
	background-image:url('images/top_expand.gif');
	background-repeat:no-repeat;
}
.rollup_mid{
	width:702px;
	height:36px;
	background-image:url('images/mid_expand.gif');
	background-repeat:no-repeat;
}
.rollup_item {
	margin-left:1px;
	border:1px solid #808285;
	min-height:100px;
	padding:20px;
	width:658px;
}
#container {
	width: 1024px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#header{
	margin-left:auto;
	margin-right: auto;
	width: 1024px;
	/*height: 310px;*/
	height: 224px;
	background-image: url('http://bluemedora.com/images/primary_graphic_6.jpg');
	padding-top:0px;
	clear:both;
	background-repeat:no-repeat;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    position:relative;
	font-size:10px;
    
}
#header b{
    font-weight:900;
    color: #000;
}
#footer{
	background-image: url('http://bluemedora.com/images/footer.png');
	background-repeat: repeat-x;
	width: 1024px;
	height: 124px;
	color: #FFF;
	clear:both;
	font-size:.8em;
}
#footer_data{
	padding:20px;
}
#left_content{
	float: left;
	width: 204px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:30px;
	padding-right:10px;
	text-align:left;
	font-size:10px;
}
#right_content{
	float: left;
	width: 700px; 
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:30px;
	padding-right:20px;
	text-align: justify;
}
.hidden{
	display: none;
}
.err_msg{
	color: red;
}
label
{
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
form{
	width: 340px;
	margin-top:40px;
	text-align:center;
}
input, select, textarea {
	margin-bottom: 7px;
	float:left;
	
}
select {
	width: 20em;
}
input {
	height:20px;
	padding:3px;
	width: 19em; 
}
textarea {
	width:17em; 
}
.inline {display: inline;}

/* Table */
table{
	margin-left:auto;
	margin-right:auto;
	border-spacing: 2em .3em;
	padding-bottom: 2em;
	font-size: 11px;
	
}
th{
	text-align:center;
	border-bottom:2px solid #f8941e;
}
td{
    line-height:2.5em;
    text-align:left;
}
tbody tr:hover{
	color: #407b95;
}
td{
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
tfoot{
	text-align:center;
}
#nav{
	height:32px;
	width:1024px;
	background-repeat:repeat-x;
	background-image:url('http://bluemedora.com/images/nav_background.png');
	color:#FFF;
	list-style: none;
    margin: 0; padding: 0;
    line-height:32px;
    text-align: center;
	font-size:10px;
}
#nav li{
	width: 138px;
	margin-left: auto;
	margin-right: auto;
}

#nav li ul
{
    margin:0px; 
    padding:0px; 
    display:none;
    color:#FFF;
}

#nav li:hover ul
{
    display:block; 
    width:250px;
}

#nav li li
{
    list-style:none; 
    display:list-item;
}

#nav ul li
{
    display:inline;
    float:left; 
    list-style:none; 
	margin-left:auto;
	margin-right:auto;
    color:#FFF;
    position:relative;
}

#nav li ul
{
    margin:0px; 
    padding:0px; 
    display:none; 
    position:absolute;
    left:30px;
    top:30px;
    background:#407b95;
}

#nav ul li ul li {
	border-bottom: 1px solid #FFF;
	height: 30px;
	width:250px;
	font-size: x-small;
	padding: 0;
	margin: 0;
}

#nav a{
    text-decoration:none;
    color:#FFF;
}

/* Link */
a:link {
	color: #407b95;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #407b95;
}
a:hover {
	text-decoration: none;
	color: #5495B5;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.date_icon{
	width: 23px;
	height: 20px;
	background: url('http://bluemedora.com/images/calendar.png') no-repeat;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

.download_icon{
	width: 23px;
	height: 20px;
	background: url('http://bluemedora.com/images/download.png') no-repeat;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:4px;
}

.patch_icon{
	width: 21px;
	height: 20px;
	background: url('http://bluemedora.com/images/patch.png') no-repeat;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:4px;
}
.news_icon{
	width: 19px;
	height: 20px;
	background: url('http://bluemedora.com/images/news.png') no-repeat;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:4px;
}
.divider{
	border:1px solid orange;
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
}
#right_content em {
font-weight:900;
}
br{
    clear:both;
}
/* Header */
h1 {font-size: 18px; color: #407b95; padding-top: 0; margin-top: 0; font-weight: bold;}
h2 {font-size: 13px; color: #407b95; padding-top: 0; margin-top: 0; font-weight: normal;}
h3 {font-size: 12px; color: #f8941e; padding-top: 0; padding-left:5px; margin-top: 0; font-weight: normal;}

table a,
table a:link,
table a:visited {
	border:none;
}							
table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
	text-align:left;
}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td	{
	text-align:left;
	background:#e0eefc;
}
tr.odd .column1	{
	text-align:left;
	background:#f4f9fe;
}	
.column1	{
	background:#f9fcfe;
}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
}				
th {
	font-weight:normal;
	color: #678197;
	text-align:center;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}							
thead th {
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
#change_password_form{
	display:none;
}