/****************** LOGIN PAGE ******************************************/
#mainIntro {
	background: #FFF;
  clear: both;
  float: left;
	width: 100%;
}
#mainBody {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.2em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
div#dmenu
{
	width: 80%;
	text-align: left;
	padding-left:100px;
}
.adtitle{
color:#82b200;
font-size:1.5em;
text-decoration:underline;
padding-bottom:5px;
}

div#dmenu  div.mitem
{
	float: left;
	width: 40%;
	padding: 15px 5px 15px 50px;
	height: 176px;
}

.mitem a { 	color: #767676; }

.mitem a h1,
{
	margin: 8px 0 8px 0;
	color: #9AB713;
}

.mitem:hover, .selected, .selected a
{
	background: url(../images/dash1_bg.png) 50% 0 no-repeat;
}

.mitem_butt:hover{background: none;}

.mitem:hover h1, .mitem:hover a, .selected h1, .selected a
{
	color: white;
}

.rborder
{
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.bottom
{
	vertical-align: bottom;
}

.mile_per_img .title { font-weight: bold; padding-bottom: 3px; }
.hibg
{
	font-weight: bold;
/*	background: url(../images/circle_red.gif) 7% 9%;
	color: white;
	text-align: center;
	padding: 6px;*/
}

.leftblock
{
}

.rightblock
{
}

#area
{
	color: #767676;
}

#area #left
{
	float:left;
	width: 69%;
}

#area #right
{
	float:left;
	width: 25%;
	padding-left: 15px;
}

#mess_area{	color: #767676; }

#mess_area #left
{
	float:left;
	margin-bottom: 100px;
	width: 20%;
}

#mess_area #right
{
	float:left;
	width: 80%;
}

#loginBox {
  background: url(../images/login_divider.png) no-repeat 100% -10px;
  padding: 0 30px 0 0;
  width:230px;
  float: left;
  display: block;
  clear: both;

}

#rightBox
{float: left;
	padding-left:20px;
}

#loginBox a{display: block;clear: both;}

input#remember {
  margin: 5px 2px 0 0;
}


a#signup, a#tour {
  background:transparent url(../images/button.png) no-repeat;
  color:#FFF;
  float:left;
  font-size:1.4em;
  font-weight:bold;
  height:40px;
  line-height:38px;
  margin-bottom:15px;
  padding:0pt 16px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  width:134px;
}
a#signup:hover {background-position: 0 -40px;}

a#tour {background-position: 0 -80px;}
a#tour:hover {background-position: 0 -120px;}
div#rightBox  span {
  float:left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align:center;
}
div#rightBox  p {margin: 0 0 20px 0; clear:both;}



div#main_title{
float:left;
}

div#main_title div#main_title_sh{font-size:3em; color:#666666; float:left}
div#main_title span a{color:#93c822; padding-left:3px; border-left:#d5d5d5 solid 1px;}


div#main_title div#main_title_cont{
	float:left;
	width: 380px;
	padding:10px 65px;
}

div#main_title1{
float:left;
}

div#main_title1 div#main_title_sh{font-size:2.8em; color:#FFFFFF; float:left; padding:10px 0 0 120px}
div#main_title1 span a{color:#FFFFFF; padding-left:3px; border-left:#d5d5d5 solid 1px;}


div#main_title1 div#main_title_cont{
	float:left;
	width: 380px;
	padding:10px 65px;
}
.sub_title{
color:#E7F1A4;
float:left;
font-size:2.8em;
padding:10px 0 0 20px;}

div#main_header{
height:75px;
position:relative;
padding:10px 0px 5px;
border-bottom:1px #ccc solid;}

/*main content*/
div#main_link_inf{
position:relative;

}

div#main_pj_title{
background:url(../images/all_pj_tit.jpg) no-repeat 0pt 0pt;
position:relative;
font-size:24px;
padding-left:30px;
}

ul.bullet-9 {padding-left: 15px;overflow: hidden;margin-left: 5px;}
ul.bullet-9 li {list-style: none;padding-bottom: 3px;margin-bottom: 5px;padding-left: 22px;}
ul.bullet-9 li {background: url(../../images/icons/bullet-9.png) 0 5px no-repeat;}

ul.bullet-10 {padding-left: 15px;overflow: hidden;margin-left: 5px;}
ul.bullet-10 li {list-style: none;padding-bottom: 3px;margin-bottom: 5px;padding-left: 22px;}
ul.bullet-10 li {background: url(../../images/icons/bullet-10.png) 0 5px no-repeat;}

#change_password{margin-left:54px;}
#change_password form {min-width:500px;padding:10px;border:1px solid #ccc;float:left;}
#change_password form ul li{margin-top:10px;}
#change_password form ul li label{display:inline-block;width:115px;text-align:right;}
#change_password form ul li .form_error{display:inline;margin-left:5px;color:#D50000;}
#change_password span.note{width:476px;}

#main_head.ch div#main_title #main_title_sh{font-size:2em;}