@charset "utf-8";
/* CSS Document */
body{
	background: #FFF;
/*	background:url(../picture/back_login.gif); */
	margin:5px;
	font-family:verdana, arial, georgia, serif, calibri;
	font-size:12px;	
	color: #666
}
/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6  { color: #666; margin-bottom: 25px; margin-top: 20px; font-weight: 600; line-height: 1em; letter-spacing: 0.1px; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #bbb; }
h1 { font-size: 35px;  }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; text-transform: uppercase; }

/*
#top{
	margin-top:0;
	background:#03327e;
	width:100%;
}
#top div{
	width:1050px;
	color:#FFF;
	text-align:right;
	margin:0 auto;
	padding:10px;
	background:#03327e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
*/
#container{
	background:#E8E8E8;
	width:950px;
	margin:15px auto;
	padding-top:14px;
	padding-left:12px;
	padding-right:22px;
	padding-bottom:14px;
	min-height:700px;
	border-radius:15px;
	overflow: hidden;
	/*box-shadow:#0CF 2px 2px 2px 2px; use for 3D div */
}

#lmain{
/*	background:#090dda; */
/*	color:#FFF; */
	padding-top:2px;
	padding-left:0;
	font-size:36px;
	text-align:center;	
	width:200px;
	min-height:550px;
	float:left;
	border-top-left-radius:13px;
	border-top-right-radius:13px;
	border-bottom-left-radius:10px;
}

#lcontent{
	font-size:100%;
	text-align:left;	
	float:left;
}

#lcontent a:link , #lcontent  a:visited , #lcontent  a:active {
	text-decoration:none;
	color:#666;
	font-size:100%;
}
#lcontent a:hover {
	font: bold 12px;
	color:#a92000;
}

#lheader{
	padding-top:10px;
	padding-left:5px;
	font-size:18px;
	text-align:center;	
	width:200px;
}
#lfooter{
	padding-top:30px;
	padding-bottom:10px;
	padding-left:5px;
	font-size:18px;
	text-align:center;	
	width:200px;
}

#rmain{
/*	background:#090dda; */
	padding:0px;
	width:950px;
	float:right;	
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;	
}
/*
#pic_menu{
	height:47px;
	background:#CECECE;	 
	border-bottom-left-radius:15px;
	padding:0;
}
*/

#contents{
/*	background:#090dda; */
	background:#FFFFFF;
	border-radius:10px;
	min-height:750px;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	width:930px;
	overflow: hidden;
}
#contents ul{
/*	position:relative; */
	left: -30px;
	width: 95%;
	list-style-image:url(../images/tab_or.gif);
}
#contents li{
	font-weight: normal;
/*	position:relative; 
	margin-top:15px;
	margin-bottom:15px;
*/
	margin-left:-25px;
	line-height:25px;
} 
#contents a:link , #contents  a:visited , #contents  a:active {
	letter-spacing: 0.02em;
	text-decoration:none;
/*	color: #0775ce; */
	color:#444444; 
	font-size:100%;
}
#contents a:hover {
/*
	font-weight: bold;
	color:#5e5e5e;
	color: #f09000;
	color:#a9401b;
*/
	text-decoration:underline;
	color:#da2e08;
/*	letter-spacing: 0.02em; */
}

/*
.clear{
	clear:both;
	padding:0;
	margin:0;
	height:0;
}
*/

.paginate {
	font-family:verdana, Arial, Helvetica, sans-serif, calibri;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:3px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
/*	color: #000; */
	color: #f09000
}
.paginate span.current {
	margin: 3px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	font-weight: bold;
	background-color: #999;
	color: #FFF;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:3px;
	border:1px solid #eee;
	color:#AAA;
}
.paginate li{
	background-color:#FFF;
	font-size: 14px;
	list-style: circle;
}
.paginate ul{	
	margin:2px;
	padding:2px;
}	

.alpha {
	font-family: verdana Arial, Helvetica, sans-serif, Calibri,;
	font-size: 12px;
	padding: 1px;
	margin: 1px;
	text-align: center;
}
.alpha a {
	padding:2px 5px 2px 5px;
	margin:1px;
	border:0px solid #999;
	text-decoration:none;
	color: #666;
}
.alpha a:hover, .alpha a:active {
	border: 0px solid #999;
/*	color: #000; */
	color: #f09000
}

.button {
	display: inline-block;
	width: 100px;
/*
	background: #f09055; 
	background: url(../images/top_menu_bg.gif) repeat-x top; 
*/
/*	background: #e96a3e;  */
	background: #FF8C00; 
	color: white;
	padding: 3px;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 10px;
	margin-right:10px;
	line-height: 20px;
}
.button:hover { 
	background: #999;  
/*	color: #fff; */
}

#results {
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	table-layout:fixed;
    border-collapse: separate;
}
#results tr:nth-child(odd) {
	background-color: #f5f5f5;
}
#results tr:nth-child(even) {
	background-color: lightcyan;
}
#results td {
    font-size: 1.3em;
    border: 0px solid #d3d3d3;
    padding: 1px 5px 1px 5px;
	line-height: 25px;
	overflow: hidden;
}
#results th {
    font-size: 1em;
    padding: 3px 5px 3px 5px;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	background-color: #d3d3d3;
}
#results tr.alt  td {
	color: #000000; 
	line-height: 20px;
    background-color: #EAF2D3;
}

label{
	display: inline-block;
	text-align: left;
}

input{
	display: inline;
	min-height:18px;
}
input[type=submit],[type=reset],[type=button],[type=radio]{
/*
	background: #f09055; 
	background: url(../images/top_menu_bg.gif) repeat-x top; 
*/
/*	background: #e96a3e;  */
	background: #FF8C00; 
	color: #fff; 
	width : 100px;
	padding: 3px; 
	font-weight: normal; 
	display: inline-block; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px; 
	line-height: 20px;
}
input[type="submit"]:hover,[type="reset"]:hover,[type="button"]:hover{ 
	background: #999; 
}
input[type=radio]{
	background: #FF8C00; 
	color: #fff; 
	top: 0;
	left: 0;
	height: 10px;
	width: 30px;
	padding: 15px; 
	font-weight: normal; 
	display: inline-block; 
	border: none; 
	cursor: pointer; 
	border-radius: 5px; 
	line-height: 20px;
	vertical-align: bottom;
	margin-left: 10px;
}
input[type=radio]:hover{ 
	background: #999; 
}
input[type=text]{
	font-family: verdana;
	font-size: 12px; 
}

.contentTable{
	width:70%; 
	margin-left: auto; 
	margin-right: auto;
	border-spacing: 30px;
}

.contentTable td{ 
	font-size: 18px;
	padding:15px;
	border-radius: 5px;
	background: #ffdda9;	
}

.contentTable tr{
	padding:10px;
  }

/* Define the hover highlight color for the table row */
.contentTable td a:hover, a:active {
	color: #AA8C00;
}
.click a {
	display: block;
}


