/* ******************************************
' 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:Verdana,Arial,Times New Roman,Courier,sans-serif;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.succ_text {
    color:#003399;
	font-family:Verdana,Arial,Times New Roman,Courier,sans-serif;
    font-size:12px;
	font-weight:bold;
	line-height:12px;
}

.errtext {
	font-family:Verdana,Arial,Times New Roman,Courier,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-image: url(../graphics/061025_DOGSHOW_03_index_-10.gif);
}
.text
{
	font-family:Verdana,Arial,Times New Roman,Courier,sans-serif;
	font-size:12px;
	line-height:auto;
	text-align:justify;
	color:#FFFFFF;
}
tbody
{
	font-family:Verdana,Arial,Times New Roman,Courier,sans-serif;
	font-size:12px;
	line-height:auto;
	text-align:justify;
	color:#003399;
}

a
{
font-family: Verdana,Arial,Times New Roman,Courier,sans-serif;
font-size: 12px;
font-weight: bold;
color: #B07A4B;
text-decoration: none;
}

a.leftnav
{
font-family: Verdana,Arial,Times New Roman,Courier,sans-serif;
font-size: 12px;
font-weight: bold;
color: #B07A4B;
text-decoration: none;
}

a.leftnav:visited  {
font-family: Verdana,Arial,Times New Roman,Courier,sans-serif;
font-size: 12px;
font-weight: bold;
color:#B07A4B;
text-decoration: none;
}
a.leftnav:hover  {
font-family: Verdana,Arial,Times New Roman,Courier,sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;

text-decoration: none;
}
a.leftnav:active  {
font-family: Verdana,Arial,Times New Roman,Courier,sans-serif;
font-size: 12px;
font-weight: normal;
color: #B07A4B;
background-color: #FFFFCC;
text-decoration: none;
}

.button
{
	font-family:Verdana,Arial,Times New Roman,Courier,sans-serif;
	font-size : 12px;
	color:#FFFFFF;
	border-right: #003050 1px solid;
	border-top:#003050 1px solid;
	border-left:#003050 1px solid;
	border-bottom:#003050 1px solid;
	background-color: #E26A09;
}
.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,Times New Roman,Courier,sans-serif;
	 background-color:#FFFFFF;
	 color:#003399;
	 text-align:left;
	 width: 140;
}
table.border
{ /*border:border-width:medium border-style:solid color:#024A72;*/
	border-style:solid;  
	border-width:thin;
	border-color:#024A72;
	border-bottom:none;
}
table.contentborder
{ 	
	border-style:solid;
	border-width:thin;
	border-color:#024A72;
}


/**************************************************/
