* { padding:0; margin:0; outline:0; }
body{
	margin: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0px;
	font-size: 14px;
	text-align:center;
	float:center;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
}

.form_title_bar{
	width: 100%;
	height: 36px;
  	text-align: left;
  	text-indent: 30px;
  	background-color: #f8f8f8;
}

.form_title_bar a {
  text-decoration: none;
  display: inline-block;
  height: 14px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  vertical-align: central;
}

#topBar{
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #e5e5e5;
	min-width: 100%;
	align:left;
	min-height: 60px;
	margin-bottom: 1px;
}
#topNav{
	border-bottom: 1px solid #e5e5e5;
}

#navs{
	border-bottom: 1px solid #e5e5e5;
}



#nav_second{
	height:35px;
}
#nav_third{
	/*border-top: 1px solid #e5e5e5;*/
}

#topBar .grid_list_sel{
    width: 31px;
    height: 31px;
    border: 1px solid;
    border-color: #A9A9A9;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px
}

#mainFrame{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	align:center;
}

#footer{
	text-shadow: 0 1px 0 #fff;
	border-top: 1px solid #e5e5e5;
	min-width: 100%;
	height:80px;
	
}

#content{
	margin-top: 10px;
	min-height:480px;
	*height:480px;
	margin-bottom: 10px;
}

#tool_box {
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

#tool_box_left {
	padding-left: 10px;
	float: left;
	height:30px;
	width:50%;
	text-align: left;
	border-right: 1px solid #e5e5e5;
}

#tool_box_right {
	height:32px;
	text-align: right;
	padding-right: 10px;
	width:484px;
}

#advanced_search {
	margin-top: 10px;
	min-height:30px;
	*height:40px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	display: none;
}

#logout{
	width: 45px;
  	background: #c00 ;
  	color: #fff;
  	font-weight: bold;	
}

#manage{
	width: 50px;
	background-color: #2AA9A9;
	font-weight: bold;	
}

#changepassword{
	width: 75px;
	background-color: #f28018;
	font-weight: bold;	
}

#manage a,#logout a,#changepassword a{
	  color: #fff;
}

.form_radio_label, .form_checkbox_label{
  display: inline-block;
  text-align: left;
  cursor: pointer;
  margin-right: 1em;
}

.icon_checkbox {
  background: url("../images/checkbox.png") 0 -83px no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.2em;
}

.icon_checkbox_selected{
  background: url("../images/checkbox.png") 0 -109px no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.2em;
}

.icon_radiobox {
  background: url("../images/checkbox.png") 0 -5px no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.2em;
}

.icon_radiobox_selected{
  background: url("../images/checkbox.png") 0 -31px no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.2em;
}

.select-menu-modal{
	position: absolute;
	display: none;
	z-index: 1989;
	width: 300px;
	margin-top: 4px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 5px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.25);
}

.select-menu-item{
	cursor: pointer;
	line-height: 33px;
	border-bottom: 1px solid #eee;
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
	color: inherit;
	text-align: left;
}
.select-menu-item a{
	text-decoration : none;
}


.select-menu-item a div{
	width: 140px;
	line-height: 33px;
}




.select-menu-item-selected{
	background-color: #4183c4;
	color: #fff;
}

.select-menu-item-selected a{
	color: #fff;
}


