/* CSS Document */

#left_panel_content {
padding:10px;
}

#registration_form {
padding:25px 0 0 75px;
font-size:11px;
color:#333333;
}

#registration_form ul {
list-style:none;
}

#registration_form li {
margin-bottom:20px;
}

#registration_form label {
float:left;
width:14em;
} 

#registration_form input, textarea {
border: solid #999999 1px;
}

.register_submit {
float:right;
padding-right:138px;
}

#registration_form .button{
background-color:#EDF6FD;
width:65px;
}

.input_error {
color:#EA5200;
padding:1px 5px 1px 11px;
}

.input_success {
color:#009900;
}

#lost_password {
font-size:11px;
color:#333333;
}

#lost_password .button{
background-color:#D2D9B8;
}

.red {
color:#EA5200;
}

.profile_view {
font-size:11px;
padding: 0 10px 0 0;
}

.profile_view tr {
height:50px;
padding-top: 20px;
}

#profile_nav {
padding:10px 0 0 10px;
background-image:url(../sitemanager/templates/images/top-header.gif);
height:28px;
}

#profile_nav a {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
margin-left:20px;
}
#profile_nav a:hover {
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#CCCCCC;
font-weight:bold;
margin-left:20px;
}

#member_padding_content {
	padding:20px;
}

#member_padding_content ul {
margin:0px;
list-style:none;
}
#member_padding_content ul li {
padding:15px 0px;
margin:0px;
}

#member_padding_content ul li label {
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-align:left;
color:#000000;
font-weight:bold;
}

#member_padding_content ul li .profile_view{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
padding:3px 0px 0px 10px;
}

#dashboardtitle {
	background:url(../sitemanager/templates/images/dashboard-title-left-bg.png) left bottom no-repeat; 
	width:100%; 
	height:44px; 
	float:left;
}
#dashboardtitle1 {
	background:url(../sitemanager/templates/images/dashboard-title-right-bg.png) right bottom no-repeat; 
	width:98.5%;  
	height:44px; 
	float:right; 
}
#dashboardtitle1 span {
color:#F7FBFD;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
line-height:45px;
}
.lable {
font-family:"arial",sans-serif;
font-size:14px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}
.dashboard_content {
	position:relative; margin-left:1px;
	border-left:2px solid #DAE3E8;
	border-bottom:2px solid #DAE3E8; 
	border-right:2px solid #DAE3E8; 
	min-height:250px; 
	width:99.5%
}

.dashboard_content table  td {
	border:none;
}

.dashboard_padding_content {
	padding:20px;
}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}
.input-submit {padding:5px; font-size:120%; cursor:pointer;}
.required_input { color:#FF0000; font-size:12px; font-weight:bold;}
.required {	color:#FF0000;	}

.msg.error {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FEEBEB url(../sitemanager/templates/images/ico-delete.gif) no-repeat scroll 10px 50%;
border:2px solid #FFAEAE;
padding:10px 10px 10px 30px;
}
