* {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/background.jpg);
	background-color: #C0DEED;
	background-repeat: repeat-x;
	background-attachment:fixed;
	text-align:left;
	color:#333;
	width: 800px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
}

span.label{color: #666666;}


a:link, a:visited, a:active{
	text-decoration: none;
	color: #3366FF;
}

a:hover{
	text-decoration: underline;
}

/*Header*/

.header {
	height: 43px; 
	margin-top: 15px; 
	margin-bottom: 10px;
	background-image: url(../images/logo.png); 
	background-repeat: no-repeat; 	
	background-position: right; 
}

/*Rand SMS*/

.randmsg {
	float: right;
	width: 400px;
	background: #EDFEFF;
	padding: 15px;
	border: 2px solid #DDEEF6;
}

.randmsg h2{font-size: 14px;}

.randmsg p{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.randmsg-sender{
	font-size: 13px;
	font-weight: bold;
}

.randmsg-send-button{
	float:right; 
	margin-right: 10px;
	font-size:14px;
}

/*Top Menu*/

.top-menu {
	float: left;
	list-style: none;
	background-color: #FFF;
	padding-left: 6px;
	padding-right: 6px;
}

.top-menu li {
	float: left;
	list-style-type: none;
	padding: 0;
	font-size: 13px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.top-menu a {
	display: block;
	float: left;
	text-decoration: none;
}

.top-menu a:hover {
	text-decoration: underline;
}

/*Simple Menu Content Box*/

.sm-content{
 	margin-bottom:30px;
}

/*Simple Menu*/

ul#simple-menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
	border-bottom: 1px solid #999;
}

ul#simple-menu li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}

ul#simple-menu li.left{
	margin:0;
}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#fff;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
	background-color: #CCCCCC;
}

ul#simple-menu li a.right{
	padding-right:19px;
}

ul#simple-menu li a:hover{
	background-color: #999999;
}

ul#simple-menu li a.current{
	color:#FFFFFF;
	background-color: #999999;
}

ul#simple-menu li a.current:hover{
	color:#FFFFFF;
	background-color: #CCCCCC;
}

/*Live Today Box*/

.live-today{
 	background-image:url(../images/lt-today.png); 
	height:260px;
}

.lt-content{
 	padding-left: 290px; 
	padding-top:90px; 
	padding-right: 80px; 
	padding-bottom: 20px;
	margin-top: 10px;
	font-size: 24px;
}

/*Content Rounded Corner*/

.rounded-co-top{
 	background-image:url(../images/rounded_corner_top.png); 
	height:10px;	
}

.rounded-co-bottom{
 	background-image:url(../images/rounded_corner_bottom.png); 
	height:10px;	
}

/*Main Content*/

.content {
	width: 100%; 
	float: left;
	height: 100%;
	min-height:100%;
}

/*Triangle*/

.triangle{
	height: 11px; 
	width: 100%; 
	background-image: url(../images/triangle.gif); 
	background-repeat: no-repeat; 
	background-position: 750px;	
}

/*Left Side Content*/

.left-content {
	width: 229px;
	float: left;
	height:auto; 
	min-height:100%;
	background: #DDEEF6;
	border-right: 1px solid #C0DEED;
	font-size: 13px;
}

.left-content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}

.left-content ul{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
}

.left-content li{
	padding-bottom: 2.5px;
}

/*Left Content Box*/

.lfc-box{
	padding: 20px;
}

/*Left Content Profile Box*/

.profile-box{
	padding: 10px;
}

.profile-box p{
	margin: 5px 0 5px 0;
}

.profile-box ul{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}

.profile-box li{
	margin-bottom: 2px;	
}

/*Left Content Info Line*/

.info-line{
	background: #EDFEFF; 
	padding: 4px 10px 4px 10px;	
	font-weight: bold;
}

/*Right Side Content*/

.right-content {
	float: right;
	width: 570px;
	height:auto; 
	min-height:100%;
	background: #FFF;
}

/*Main Content*/

.main-content{
	padding: 15px;
	background: #FFF;
}	

.main-content h2{
	font-size: 18px;
}

.main-content p{
 	line-height: 22px;
	margin: 10px 0 10px 0;
}


.main-content img{
	max-width: 100%;
}

.main-content ul{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

.main-content li{
	padding-bottom: 5px;
}

/*Image border*/

.img-st{
	border: 1px solid #CCC;
}

/*Accept List*/

.accept ul{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-image: url('../images/icons/accept.png');
}

.accept li{
	padding-bottom: 5px;
}

/*Msg History*/

.msg-history{
	margin-top: 20px;	
}

.msg-history-top{
	height: 16px;
}

.msg-history-top-left{
	float: left;
}

.msg-history-top-right{
	float: right;
}

.msg-history-white{
 	border-bottom: 1px solid #C6DEF4; 
 	padding: 10px;	
}

.msg-history-blue{
	border-bottom: 1px solid #C6DEF4; 
	padding: 10px; 
	background: #EAF3FB;	
}

.msg-history-blue:hover{
	background: #F2F2F2;
}

.msg-history-date{
	color: #999999; 
	margin-top: 8px; 
	font-size: 12px;	
}

/*Main Content Info Text*/

.info-text{
	color: #666;
	font-size: 12px;
	background-image: url(../images/icons/exclamation.png);
	background-repeat: no-repeat; 
	padding-left: 20px;
	margin: 10px 0 10px 0;
	line-height: 16px; 
}

/*Main Content Message Form*/

.msg-form{
	margin-top: 20px;
	padding: 0;
}

/*Nes Password Form */

.pass-form{
	margin-top: 20px;
	padding: 0;
}

/*Account Form */

.acc-form{
	margin-top: 20px;
	padding: 0;
}

/*Phone Form */

.phone-form{
	margin-top: 20px;
	padding: 0;
}

/*Login Content Form*/

.login-form{
	margin-top: 20px;
	padding: 0;	
}

/*Add Contact Form*/

.add-contact{
	border:#66CCFF; 
	background: #FFFFCC; 
	padding:10px; 
	margin-bottom:10px; 
	margin-top:10px;	
}

/*Blue Zone Form Box*/

.blue-zone{
	background: #EBEFF9;
	border-top: 1px solid #6B90DA;
	padding: 20px;	
}

/*Contacts Table Box*/

.contacts-box{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Contact Form*/

.contact-form{
	padding-top: 10px;
	padding-bottom:10px;
}

/*Left Content Sign Up Button*/

.signupnow-button {
	margin: 10px auto 20px auto;
	width: 120px;
	background-color: #99CC33;
	border: 1px solid #000000;
	font-size: 16px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

.signupnow-button a {
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}

.signupnow-button a:hover {
	text-decoration: underline;
}

/*Table Box*/

.table-box
{
	font-size: 13px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.table-box tr
{
	padding: 10px;
}

.table-box th
{
	padding: 8px;
	background-color: #99CCFF;
}

.table-box td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

/*Buttons Icon*/

.delete_icon{
 	height: 16px;
 	width: 16px;
	background-image: url(../images/icons/bin_closed.png);
	background-repeat: no-repeat; 
	margin: 2px 0 2px 0; 	
}

.edit_icon{
 	height: 16px;
	background-image: url(../images/icons/page_white_edit.png);
	background-repeat: no-repeat; 
	margin: 2px 0 2px 0; 		
}

/*Form*/

input, textarea, select{
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border: 1px solid #CCCCCC;		
}

input.phone{
	width: 120px;	
	padding:6px 6px 6px 28px;
	background-image: url(../images/icons/mobile_phone.png);
	background-position: 5%;
	background-repeat: no-repeat; 		
}

input.name{
	width: 120px;
	padding:6px 6px 6px 30px;
	background-image: url(../images/icons/user.png);
	background-position: 5%;
	background-repeat: no-repeat; 		
}

input.string{
	width: 160px;
	padding:6px;	
}

input.password{
	width: 120px;
	padding:6px 6px 6px 28px;
	background-image: url(../images/icons/key.png);
	background-position: 5%;
	background-repeat: no-repeat; 		
}

input.blue{
	background: url(../images/button.png);
	background-repeat: no-repeat; 
	height: 24px;
	width: 76px;	
	border: 0;
	color: #666666;
}

input.signup{
	padding: 4px 0 4px 0;
	width: 140px;
	text-align: center;
	color: #666666;
	background-color: #FAFAF2;		
}

input.resend{
	padding: 4px 0 4px 0;
    width: 190px;	
	text-align: center;
	color: #666666;
	background-color: #FAFAF2;		
}

textarea.shortmsg{
	width: 270px;
	padding:6px;	
}

textarea.terms{
	width: 500px;
	height: 150px;
	padding: 6px;
	font-size: 12px;
}

select {
	padding:6px;
}

select.sex{
	width: 120px;	
}

select.day{
	width: 80px;	
}

select.month{
	width: 80px;	
}

select.year{
	width: 80px;	
}

textarea:hover, textarea:focus{
	border: 1px solid #999999;
}

input.phone:hover, input.phone:focus, input.phone:active{
	border: 1px solid #999999;
}

input.name:hover, input.name:focus, input.name:active{
	border: 1px solid #999999;
}

input.string:hover, input.string:focus, input.string:active{
	border: 1px solid #999999;
}

input.password:hover, input.password:focus, input.password:active{
	border: 1px solid #999999;
}

input.signup:hover, input.signup:focus, input.signup:active{
	border: 1px solid #999999;
}

input.resend:hover, input.resend:focus, input.resend:active{
	border: 1px solid #999999;
}

input.blue:hover, input.blue:focus, input.blue:active{
	background: url(../images/button-hover.png);
}

/*Radio and Checkbox Button*/

.radio{
	border: none;
	width: 15px;
	margin-top: 5px;
	margin-left: 5px;	
}

.checkbox{
	border: none;
	width: 15px;
	margin-top: 5px;
	margin-left: 5px;	
}

/*Error Messages*/

.error {
	color: #333;
	background:#fff9d7;
	border: 1px solid #e2c822;
	padding: 10px;
	font-weight: bold;
}



.warning {
	color: #333;
	background:#ffebe8;
	border: 1px solid #dd3c10;
	padding: 10px;
	font-weight: bold;
}

/*Sign Up Content*/

#sign-up-content {
	width:18em;
	float:left;
	background-color: #FFFFCC;
	padding: 2em;
	border: 1px solid #FFFF66;
	margin-bottom: 10px;	
}

/*Footer Width Information Text*/

.inf-footer{
	float: left; 
	width: 100%; 
	background: #DDEEF6; 
	color: #666666;	
}

.inf-footer-content{
	margin: 20px;
}

/*Footer*/

.footer {
	float: left;
	width: 100%;
	margin: 15px 0 20px 0;
	padding-bottom: 20px;
	font-size: 12px;
}

.footer-content{
	padding: 6px 20px 6px 20px;
	height: 15px; 
	background-color: #FFFFFF;
	text-align: center;
}

.footer-content ul li{
 	display: inline;
	list-style: none;
	margin-right: 10px;	
	text-decoration: none;
}

