/* ******************************************
' Project : NSN-ULTRAV20
' Manager : DAR
' Author  : AMM
' Created : 110106
' Graphics: XXX
' Edits By: XXX
' Doc Role: Define CSS	HERE
' ********************************************

*/

/*		 HERE		COMES			COMMON			CSS	*/
.info_text {
    color:#00A800;
	font-family:arial,verdana,helvetica,sans-serif;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.succ_text {
    color:#003399;
	font-family:arial,verdana,helvetica,sans-serif;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.errtext {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ff0000;
}
/*		CSS ABOVE IT IS COMMON	DO NOT CHANGE IT	*/


/*		CSS BELOW THIS IS SITE SPECIFIC			*/
.background
{
	background-color: #999999;
}
.text
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	color:#000000;
}
tbody
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	color:#000000;
}
.heading
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	color:#cc020e;
	font-weight:bold;
}
.topnav
{
font-family: arial,verdana,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #033182;
}
a.topnav
{
font-family: arial,verdana,helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #033182;
text-decoration: none;
}

.footer_div
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#09144F;
}
.footer
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;	
	padding-bottom:0px;
}
.footerbar
{
	color:#d1000d;	
}
.createdBy
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
}
a.createdBy
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.footernav
{
	font-family: Tahoma;
	font-size:11px;
	color:#d1000d;
	text-decoration:none;	
}

a.footernav:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#d1000d;
	text-decoration:underline;	
}

a.bread
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#033182;
	text-decoration:none;
}
a.bread:hover
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#d1000d;
	text-decoration:underline;
}
.bread
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#033182;
}
.bread_red
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	color:#d1000d;
}
.arrow
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	color:#033d84;
}
.button
{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size : 12px;
	color:#003399;
	border-right: #003399 1px solid;
	border-top:#003399 1px solid;
	border-left:#003399 1px solid;
	border-bottom:#003399 1px solid;
	background-color: #FFFFCC;
}
/*.txtbox_small
{
	 border-right: #001018 1px solid;
	 border-top:#001018 1px solid;
	 border-left:#001018 1px solid;
	 border-bottom:#001018 1px solid;
	 font-size: 12px;
	 font-family: Verdana,Arial,sans-serif,Courier,Times New Roman;
	 background-color:#FFFFFF;
	 color:#003399;
	 text-align:left;
	 width: 140;
}*/
/**************************************************/

