﻿/* nobi site style */

body    
{ 
	color: #0066CC; 
	font-family:arial; 
	font-size : 11px; 
	background-color: #FFF; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
 
    
h1  
{ 
	font-family : Arial, Verdana; 
	font-size : 13px; 
	font-weight : bold; 
	color : #0066CC; 
}


h3 
{ 
	font-family : Arial, Verdana; 
	font-size : 12px; 
	font-weight : bold; 
	color : #0066CC; 
}


h3 
{ 
	font-family : Arial, Verdana; 
	font-size : 12px; 
	font-weight : bold; 
	color : #0066CC; 
}

a.h2_blue:link, a.h2_blue:visited, a.h2_blue:active {
	font-family: arial,verdana;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}
a.h2_blue:hover {
	font-family: arial,verdana;
	font-size: 12px;
	color: #75BC21;
	text-decoration: none;
}

    
a   
{ 
	text-decoration: underline; 
	color : #0066CC; 
}
    
a:hover 
{ 
	color: #75BC21; 
}
    
a.white:link, a.white:visited, a.white:active   
{
	font-family : Arial, Verdana; 
	font-size : 11px;
	color : #FFF; 
	text-decoration : none; 
}
    
a.white:hover   
{ 
	font-family : Arial, Verdana; 
	font-size : 11px; 
	color : #FFF; 
	text-decoration : underline; 
}
    
td  
{
	font-family : Arial, Verdana; 
	font-size : 11px; 
	font-weight : normal; 
	color : #000; 
}
    
.tableborder    
{
	border-right: #6699FF 1px solid; 
	padding-right: 5px; 
	border-top: #6699FF 1px solid; 
	padding-left: 5px; 
	font-weight: normal; 
	font-size: 11px; 
	border-left: #6699FF 1px solid; 
	color: #0066CC; 
	border-bottom: #6699FF 1px solid; 
	font-family: Verdana,Arial; 
	padding : 3px 9px 3px 9px; 
}
    
.subheadline 
{ 
	padding: 5px 3px 3px 4px; 
	font-weight: bold; 
}
    
.headline_out	
{ 
	font-size : 11px; 
	color: #FFF; 
	background-color: #297DCB; 
	padding: 2px 0px 2px 4px; 
	margin: 0px 0px 0px 0px; 
	border-bottom: 1px solid #000; 
}
    
.headline_in	
{ 
	font-size : 11px; 
	color: #FFF; 
	background-color: #8BD238; 
	padding: 2px 0px 2px 4px; 
	margin: 0px 0px 0px 0px; 
	border-bottom: 1px solid #000; 
}
    
p 
{ 
	padding: 0px 4px 3px 4px; 
	margin: 0px 0px 0px 0px; 
	color: #0066CC; 
	font-family:arial; 
	font-size : 11px;
}


ul {
	color: #0066CC; 
	font-family:arial; 
	font-size : 11px;
}

ol {
	color: #0066CC; 
	font-family:arial; 
	font-size : 11px;
}
    
.banner 
{ 
	padding-bottom: 12px; 
	border-bottom: padding-bottom: 5px; 
	padding-top: 2px;
} 
    
.line_black 
{ 
	border-top: 0px; 
	border-bottom: 1px solid #00519B; 
	border-left: 0px; 
	border-right: 0px; 
	padding-top: 12px; 
}
    
.footer_1 
{ 
	color: #FFF; 
	background-color: #297DCB; 
	padding: 3px 0px 4px 4px; 
}
    
.footer_2 
{ 
	color: #FFF; 
	background-color: #81B5E7; 
	padding: 3px 0px 4px 4px; 
}
    
.rep1 
{ 
	color: #000; 
	background-color: #FFF; 
	padding: 2px 0px 2px 2px; 
}
    
.rep2 
{ 
	color: #000; 
	background-color: #CCCCCC; 
	padding: 2px 0px 2px 2px; 
}
    
.facebook_pink	
{
	background-color: #FFCCCC; 
	BORDER-RIGHT: #87a4be 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #87a4be 1px solid; 
	PADDING-LEFT: 5px; 
	BORDER-LEFT: #87a4be 1px solid; 
	COLOR: #000; 
	BORDER-BOTTOM: #87a4be 1px solid;
}
    
.facebook_blue	
{
	background-color: #CCCCCC; 
	border-right: #87a4be 1px solid; 
	padding-right: 5px; 
	border-top: #87a4be 1px solid; 
	padding-left: 5px; 
	border-left: #87a4be 1px solid; 
	color: #000; 
	border-bottom: #87a4be 1px solid;
}

.errormsg
{
	font-weight: bolder;
	color: #AA0000;
}

.successmsg
{
	font-weight: bolder;
	color: #00AA00;
}