body, td, th, p
{
	font-family: verdana, sans-serif;
	color: #000000;
	font-size:.94em;
}
body 
{
    margin: 10px 20px;
}

h3 
{
	font-size:1.2em;
}
h4
{
	font-size:1.1em;
	margin-bottom:.1em;
	margin-top:.2em;
}
.clear
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header_wrapper
{
    height: 100px;   

}

#header_wrapper, #content_wrapper, #topnav_wrapper
{
    min-width: 860px;
}
#logo
{
    margin-top: 0px;   
    float: left;

}
#logo img
{
     border: 0px;   
}
#login_status
{
    float: right;
    color: #436f92;
    margin-top: 10px;
    vertical-align: middle;
    text-align: right;
    padding-top: 20px;
}
#topnav 
{
    clear: both;
	font-size:.8em;
	color:white;
	background-color:#154A77;
	height:30px;
	padding-left:5px;
}
#topnav p
{
	font-size:1.2em;
	color:white;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#topnav A:link
{
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}
#topnav A:visited
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#topnav A:active
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#topnav A:hover
{
    color: black;
    font-weight: bold;
    background-color: #ffe34f;
    text-decoration: none;
}
A:link
{
    color: #0000FF;
    text-decoration: none;
}
A:visited
{
    color: #333333;
    text-decoration: none;
}
A:active
{
    color: #000080;
    text-decoration: none;
}
A:hover
{
    color: #000080;
    text-decoration: none;
    background-color: #ffe34f;
}

.topmenuGuest1
{
    color: #FFFFFF;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.topmenuGuest2
{
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.topmenuGuest3
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#alert 
{
	text-align:center;
	color:#95111E;
	background-color:#ffe34f;
}
#alert2 
{
	text-align:left;
	color:#95111E;
	background-color:#ffe34f;
}

.content_box
{
    width: 400px;
    margin: 10px;
}
.content_box table
{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;   
}
.float_left
{
    float: left;   
}

.border
{
    border: 2px outset rgb(41, 95, 145);
    padding: 5px;
}
.border_tab_panel
{
    border-top: solid 2px #295F91;   
}
.justify
{
    text-align:justify;
}

.callout_box_wrapper, .wrapper
{
    display: block;
    overflow: auto;
    margin: auto;
}

.wrapper
{
    padding-left: 15px;
    padding-right: 15px;
}

.alert_text
{
    color: #FF0000;
}


.DataPager td table td span
{
    font-size: 18px;
    padding: 0px 5px;
    font-weight: bold;
    background-color: #C0C0C0;
}
.DataPager td table td a
{
    font-size: 18px;
    padding: 0px 5px;
    font-weight: bold;
}

.DataPager td table td
{
    border: 1px solid #C0C0C0;
    padding: 0px;
    -moz-border-radius: 4px; /* defining radius value for mozila */
    -webkit-border-radius: 4px; /* CSS3 Standard syntax */
}
.DataPager td table
{
    border-spacing: 5px;
    border-collapse: separate;   
}
.DataPager td
{
    padding: 20px 30px 10px 30px;
}

.panel_space
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.label_space_300
{
    width: 300px;
    display:inline-block;
}
.label_space_200
{
    width: 200px;
    display:inline-block;
}
.label_space_170
{
    width: 170px;
    display:inline-block;
}
.label_space_150
{
    width: 150px;
    display:inline-block;
}
.rounded-corner{
    background-color:#339966;
    -moz-border-radius:10px; /* defining radius value for mozila */
    -webkit-border-radius: 10px; /* CSS3 Standard syntax */
    border: 1px solid #000;
}

.note_font
{
    color: #95111E;
    font-family: Arial;
    font-size: 2;   
}