BODY{
	font-family:Tahoma, Geneva, sans-serif;
	margin:0 auto 0 auto;
	scrollbar-face-color: #1ba3e2; scrollbar-shadow-color: #1ba3e2; 
	scrollbar-highlight-color: #bbe5f8; scrollbar-3dlight-color: #bbe5f8; 
	scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff	;
	/*background-color: #ffffff;*/
}


A:link {
	/*FONT-SIZE: 13px;*/
	COLOR: #000000;
	TEXT-DECORATION: none
	}

A:visited {
	/*FONT-SIZE: 13px;*/
	COLOR: #000000;
	TEXT-DECORATION: none
	}

A:active {
	/*FONT-SIZE: 13px;*/
	COLOR: #000000;
	TEXT-DECORATION: none
	}

A:hover {
	/*FONT-SIZE: 13px;*/
	COLOR:#00A1FF;


}

.img_link{
  border: 1px solid #330033;
}
.data_list{
  font-size:12px;
  border-bottom-style: solid;
  background: #F3F4F2 ;
  border-bottom-width: 1px;
  border-bottom-color: #EBEBEB;
}
.data_list:hover{
   font-size:12px;
   background: #FFFFFF ;
   border-bottom-width: 1px;
   color: #3366FF;
}
.data_list_link{
   font-size:12px;
}
.data_list_link :hover{
 font-size:12px;
 color: #3366FF;
}
.data_list_light {
  font-size:12px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background: #F8F8F8 ;
}
.data_list_light :hover{
   font-size:12px;
   background: #F8F8F8 ;
}
.rows{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 3px;
  padding: 2px ;
  background-color: #F5F7F4 ;
}

.board_ans_box{
  background: #F3F4F2;
  border: 1px dotted #D5D2D3
}
.repert_y{
  background-repeat: repeat-y
}
.repert_x{
  background-repeat: repeat-x
}

.content_header{
  border-bottom: 1px solid #0099CC;
  font: normal bold 20px Verdana ;
  color: #4D4D4D;
  border-bottom-width: 2px;
  overflow: auto;
}
.left_ctr_menu{
  color: #0066CC;
  font-weight: bold;
  font-size: 8pt;
}
.top_menu :link{
  color: #FFFFFF;
  font-weight: bold ;
}
.top_menu :visited{
  color: #FFFFFF;
  font-weight: bold ;
}
.top_menu :hover{
  color: #FFFFFF;
  font-weight: bold ;
}
.total_double_underline{
  border-bottom: double ;
}

.table_border{
  border: 1px solid #808080
}

.table_keep_detail{
border-left:1px solid  #E8E8E8; border-bottom:1px solid #E8E8E8; border-top:1px solid #E8E8E8; border-right:1px solid #E8E8E8;
}

.TestBorder{ border-width:1px;border-style: none none solid none; border-color:#0066FF }
.TestMergin{ margin: 10px; border:15px solid #3366FF ; padding:5px 5px 5px 5px }



/*body
{scrollbar-face-color: #0099FF; scrollbar-shadow-color: #0099FF; 
scrollbar-highlight-color: #ACDAF0; scrollbar-3dlight-color: #ACDAF0; 
scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #ffffff}*/


<!-- CSS HEADER JQUERY -->
#wrapper{
	width:1024px;
	margin:0 auto;
}

/* Give the header a height and a background image */
#header{
	height:200px; 
	background: #000 url(../../jquery/head/header.png) repeat-y scroll left top;
	text-align:center;
}

/* Create a Shadow Overlay */ 
/*#header div{
	width:1024px;
	height:200px;
	background: transparent url(../../jquery/head/overlay_red.png) no-repeat scroll left top;
}*/

/* Vertically position header text and style it*/
#header h1{
	padding-top:30px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:24px;
	color:#CCC;
	margin:0px 0px 0px 20px;
	text-align:left;
}


<!-- END CSS HEADER JQUERY -->


<!-- CSS FORM LOGIN -->
img {border:0;}
#container {margin:0 auto; padding-top:10px;}
#content {border-bottom:1px dotted #999; border-top:1px dotted #999; padding:0px;}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:450px;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:328px;}
#contact-container h1 {color:#d76300; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0; width:350px;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:170px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:160px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#333; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0; behavior: url(PIE/PIE.htc);}
#contact-container .contact-bottom {background-color:#333; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px; behavior: url(PIE/PIE.htc);}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background:#d76300; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; behavior: url(PIE/PIE.htc);}
#contact-container .contact-button:hover {background:#f49000;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}

<!-- END CSS FORM LOGIN -->


<!-- CSS MENU -->

#jMenu {
	display:table;
	margin:0;
	padding:0
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
	display:table-cell;
	background-color:#322f32;
	margin:0;
	float:left;
}
	#jMenu li a {
		padding:10px;
		display:block;
		background-color: transparent;
		color:#fff;
		text-transform:uppercase;
		cursor:pointer;
		font-size:13px;
	}
	
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	display:none;
	position:absolute;
	z-index:1000;
	padding:0;
	margin:0;
}
	#jMenu li ul li {
		background-color:#322f32;
		display:block;
		z-index:1000;
		border-bottom:1px solid #484548;
		text-align:left;	
		padding:0;
	}
	#jMenu li ul li.arrow {
		background:#322f32 url('../arrow_down.png') no-repeat center center;
		height:6px;
		padding:0;
		border-bottom:none;
		padding-bottom:10px;
	}
		#jMenu li ul li a {
			font-size:13px;
			text-transform:none;
			padding:7px;
			display:block;
			border-top:1px solid transparent;
			border-bottom:1px solid transparent;
		}
		#jMenu li ul li a.isParent {
			background:#3A3A3A url('../arrow_right.png') no-repeat right center;
		}
			#jMenu li ul li a:hover {
				background-color:#514c52;
				border-top:1px solid #322f32;
				border-bottom:1px solid #322f32;
			}
<!-- END CSS MENU -->


<!-- CSS MENU 2 -->

/*div#menu {
    height:55px;
    background:url(../../jquery/JqueryMenu2/images/nav-bg.png) repeat-x;
    _background:url(../../jquery/JqueryMenu2/images/nav-bg.gif) repeat-x;
}*/

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
	margin:0px;
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
   
div#menu li:hover>ul {
    left: -2px;
}

div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    top: 50px;
    left: 0;
    width: 208px;
    z-index: 1001;
    visibility: hidden;
    padding: 0 0 9px 7px;
    _padding: 0 0 9px 3px;
    background: url(../../jquery/JqueryMenu2/images/submenu-bottom.png) no-repeat 7px bottom;
    _background-image: url(../../jquery/JqueryMenu2/images/submenu-bottom.gif);
    margin: 0 0 0 -9px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu li.current a {}

/* menu::level1 */
div#menu a {
    position: relative;
    z-index: 1000;
    height: 55px;
    display: block;
    float: left;	
    padding: 0 10px 0 10px;
    line-height: 55px;
    text-decoration: none;
}
div#menu span {
    font: normal 12px 'Lucida Sans Unicode','Lucida Grande',Helvetica,Arial,sans-serif;
    padding-top: 18px;
    color: #ffffff;
    font-weight:bold;
    text-transform:uppercase;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;		
}
div#menu ul a:hover span {
    color: #1f9fda;
}

div#menu li { background: url(../../jquery/JqueryMenu2/images/nav_separator.png) top left no-repeat; }
div#menu li.last span{
    background: url(../../jquery/JqueryMenu2/images/nav_separator.png) top right no-repeat;
    padding: 18px 10px 16px 0;
}

/* menu::level2 */
div#menu ul ul li {
    background: url(../../jquery/JqueryMenu2/images/nav_dropdown_sep.gif) left bottom repeat-x;
    padding: 4px 0;
    z-index: 999;	
}
div#menu ul ul {
    z-index: 1002;	
    padding: 0;
    background: rgb(89,186,231) url(../../jquery/JqueryMenu2/images/nav_dropdown_grad.png) right top no-repeat;
    margin-top:0px;
    margin-left:4px;
    margin-right:5px;
}
div#menu ul ul a {
  	width: 184px;
	  padding: 0px 7px 3px 8px;
    height: auto;
    float: none;
    display: block;
    background:none;
    margin-bottom: 2px;
    z-index: -1;
}
div#menu ul ul a span {
	padding: 0 10px 0px 10px;
    line-height: 20px;
    color: #00313b;
    font-weight:normal;
    text-transform: none;
    background:none;
}
div#menu ul ul a:hover {
    background: url(../../jquery/JqueryMenu2/images/submenu-selected-bottom.gif) no-repeat 8px bottom;
}
div#menu ul ul a:hover span {
    background: url(../../jquery/JqueryMenu2/images/submenu-selected-top.gif) no-repeat 0px 0px;
    color: #fff;
}

div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 208px;
    margin: -50px 0 0 190px !important;
    height: auto;
    _padding: 0 0 9px 3px;
}
div#menu ul ul ul {
	_padding-right:1px;
}

/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}

<!-- END CSS MENU 2 -->

<!-- MENU POPUP -->
div.sample_popup { z-index: 10000; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;

  width: 250px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  /*background: url(../../jquery/Login_Popup/form_header.png) no-repeat;*/
  background-color:#7aa210;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #ffffff;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 250px;
  border: 1px solid black;
  /*background: url(../../jquery/Login_Popup/form.png) no-repeat left bottom;*/
  background-color:#d6f38a;
  z-index:10000;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 0px 10px 0px;
}

div.sample_popup input.field
{
  width: 90%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

<!-- END MENU POPUP -->
