/* GNS Template CSS Document 
   July 7, 2006
   Ver 2.0

*/

/* ------ Common Style ----------------------- */
body,div,span,p,ul,li,td,th,input,select,textarea,button {
	font-family: Tahoma; 
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6,form {
	margin: 0px; padding: 0px;
}
/* ------ Main Style ----------------------- */
body {
	padding :  0;
	text-align : center;
	color	: #666666;
	scrollbar-face-color		: #0A3F69;
	scrollbar-highlight-color	: #f1f1f7;
	scrollbar-shadow-color		: #F8F8F8;
	scrollbar-3dlight-color		: #0A3F69;
	scrollbar-arrow-color		: #D5DCE6;
	scrollbar-track-color		: #D5DCE6;
	scrollbar-darkshadow-color	: #0A3F69;
	background-color: D5DCE6;
	background-image: url(../shared/images/mainBackg.jpg);
	background-repeat: repeat-x;
	margin-top: 5;
	margin-right: 8;
	margin-left: 8;

} 

p {
	text-align: justify;
	}

hr {height: 1px; padding: 0px; border: 1px solid;}
li {margin: 0px 0px 1px 0px;}
ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height : 1.6;
	margin-top: -2px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 3px;
}
.img {
	border: 1px solid D04241;
}

ol {
	list-style-position: outside; margin: -2px 0px 0px 23px;
}
.submenu {
	background-color: E6ECF0;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 294F6C;
	border-right-color: 294F6C;
	border-bottom-color: 294F6C;
	border-left-color: 294F6C;
	margin-left: 5px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
/* ------ Links Style ----------------------- */
a, a:link,a:visited {
	color : 0A3F67;
	text-decoration : none;
	font-family: Tahoma;
} 

a:hover {
	color : 0A3F67;
	text-decoration: underline;
	font-family: Tahoma;
} 

a.linktopnave, a.linktopnave:link,a.linktopnave:visited {
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 

a.linktopnave:hover {
	color : #CCCCCC;
	text-decoration : none;
} 

/* ------ Headers Style ----------------------- */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: 0A3F67;
	font-family: Verdana;
	padding-left: 5px;
} 

h2 {
	color : #336699;
	font-family: normal;
	font-size: 14px;
} 
h3 {
	font: 15px normal;
	color : #888888;
} 
h4 {
	font: 14px normal;
	text-decoration: underline;
} 

h5 {
	font: bold 14px;
} 

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #0A3F67;
} 

/* ------ Tables Style ----------------------- */

table.frame1
{
	padding:5;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}	   

table.frame1 td
{
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
}

table.frame1 td.title
{
	background-color: #F1F1F1;
	font-weight:bold; 
}

table.frame2
{
	padding:5;
	background-color: #FFFFFF;
	border-collapse:collapse;
	border: 1px solid #BBDDCC;
}	   

table.frame2 td
{
	color:#333333;
	background-color: #C7E2E2;
	border: 1px solid #EEEEEE;
}

table.frame2 td.title
{
	color:#333333;
	background-color: #BBDDCC;
	font-weight:bold; 
}


/* ------ Text Style ----------------------- */

.textarea1 {
	width : 300px; 
	margin : 0 auto; 
	text-align : left; 
	padding : 5; 
	border : 1px solid #CCCC00; 
	background-color : #CCCC99; 
	color : #333;

}

.leftmenu {
	width : 300px;
	text-align : left;
	padding : 5px 10px;
	border-top : 1px dashed #ccc;
	background-color : #eee;
	color : #333;
	list-style-position: inside;
	list-style-type: upper-alpha;
	cursor: hand;
} 

.footer {
	text-align : center;
	color : 0A3F67;
	font-size: 10px;
} 


/* ------ Form Style ----------------------- */
input, select, option, textarea{
	border:1px solid #b3b3b3;
	color: #333333;
	font: 11px verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	padding: 1px;
	margin: 1px;
}
input.button {
	font: 11px verdana, arial, helvetica, sans-serif;
	border-left:1px solid #D5D1CD; 
	border-right:1px solid #C0C0C0; 
	border-top:1px  solid #D5D1CD; 
	border-bottom:1px  solid #C0C0C0; 
	color: #333333;
	background-color:#DDDDDD;
	padding: 1px;
	margin: 1px;
}
.time {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	height: 15px;
}

td.linktopnave {
	padding-bottom: 6px;

}
.s_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;

}
