@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* for IE */
}
body {
	background-image: url(../images/bd-bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.blue_style {
	color: #6699FF
}

.white_style {
	color: #FFFFFF
}

.red_style
{
	color:#FF0000;
}

h3
{
    text-align: left; /* counter the body center */
}

h3.contentsheading {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #AAAAAA;
	letter-spacing: -0.3px;
	width: 100%;
	text-align: left; /* counter the body center */
}

h3.titleheading {
	margin: 0 0 15px;
	padding: 10px 0 10px;
	background-image: url(../images/bg_h2.png);
	letter-spacing: -0.3px;
	width: 100%;
    text-align: left; /* counter the body center */
}

#addbyuser
{
	border-top: 1px dashed #ffffff;
	font-size:xx-small;
	font-style:italic;
	height: 20px;
	margin-bottom: 20px;
	margin-top:5px;
}

a:link
{
	text-decoration: none; 
	color: #EE724A
}

a:visited 
{
	text-decoration: none; 
	color: #EE724A
}

a:active 
{
	text-decoration: none; 
	color: #EE724A
}

a:hover 
{
	text-decoration: none; 
	color: #EE724A
}

a.mylink:link
{
	text-decoration: none; 
	color: #EE724A
}

a.mylink:visited 
{
	text-decoration: none; 
	color: #EE724A
}

a.mylink:active 
{
	border-bottom: 1px dashed #ffffff;
	text-decoration: none; 
	color: #EE724A
}

a.mylink:hover 
{
	border-bottom: 1px dashed #EE724A;
	text-decoration: none; 
	color: #EE724A
}


#multilang
{
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
	background-color:#414956;
	border: 1px solid;
	border-color:#000000;
	margin-left: auto ;
  	margin-right: auto ;
	margin-bottom: 10px;
	margin-top: 10px;
}


#contactus
{
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
	background-color:#353535;
	border:solid;
	border-color:#000000;
	width: 400px;
  	margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */

}

#contentsEdit
{
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
	background-color:#353535;
	border:solid;
	border-color:#000000;
	width: 700px;
	margin-left: auto ;
  	margin-right: auto ;
  	margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
}

#contents
{ 
	padding: 5px 10px 5px 10px;
	color : #FFFFFF;
    text-align: left; /* counter the body center */
}

#siteNav ul
{
	list-style: none;
	padding: 0;
	margin : 0 0 0 10;
	width : auto;
} 

#siteNav li
{
	float: left;
	/* margin: 0 0.15em; */
}

#siteNav ul a, .current 
{ 
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	line-height: 45px;
	text-decoration: none;
	font-size: 15px;
	color: #371C1C;
	font-weight:bolder;
}
#siteNav .current 
{
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    background-image: url(../images/hover_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#siteNav ul a:link, #siteNav ul a:visited 
{ 
	color: #fff;	
}

#siteNav ul a:hover 
{
	color: #fff;
	background-color: #EE724A;
	background-image: url(../images/hover_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 3px solid #FFFFFF;
}

td.headline , th.headline ,td.headline 
{
    margin: 0;
    padding: 4px;
    color:#FFFFFF;
    background:#353535;
    text-align: left; /* counter the body center */
}

table.smoothtable , td.smoothtable , th.smoothtable 
{
    border-color: #ffffff;
    border-style: solid;
	color:#FFFFFF;
}

table.smoothtable 
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left; /* counter the body center */
}

td.smoothtable , th.smoothtable 
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    text-align: left; /* counter the body center */
}

th.smoothtable 
{
	background:#3399FF;
	font-weight:bolder;
	color:#FFFFFF;
	text-align: left; /* counter the body center */
}

#pagination
{
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
}

#pagination a, #pagination strong {
	background: #ffffff;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	font-size: 13px;
}

#pagination strong{
	color:#ffffff;
	background: #2e6ab1;
	font-weight:bold;
}	

#pagination a:visited {
	color:#0063e3;
	text-decoration:none;
}

#pagination a:hover {
	border:solid 1px #666666;
}	