/* layartancap.com
design by Agus Setiawan */

/* body, td, text
----------------------*/


body{
}

.bodies {
	margin:0px auto;
	/*background:#FFFFFF url(../images/bg_body.gif) repeat-y top center;*/
	text-align:center;
	font:12px "Verdana", "Tahoma", "Arial", sans-serif;
	color:#27527f;
}

td, textarea, input, select {
	color:#656565;
	font-weight: normal;
	margin:0px auto;
}

img {
	border : none ;
}


h4 {
font: 10px Arial, Helvetica, sans-serif;
color:#67A1BB;
margin:1px 0 1px 0;
}

.text_error {
    line-height: 18px;
    color:#b30216;
}

.text_success {
    line-height: 18px;
    /* color: #FFC400; */
	color	: #568AB7 ;
}

.text_info {
	color:#999999;
}

.text_nologin {
	width:80%;
	height:124px;
	font:18px Times New Roman, Times, serif; 
	font-weight:normal;
	text-align:center;
	color:#000; 
	margin:20px 0px 0px 0px;
	padding:80px 20px 0px 20px;
	background:#d6edff url(../images/no-uploads.gif) no-repeat center;
	border-top:1px solid #1998d1;
	border-bottom:1px solid #1998d1;
}

.underline {
	border-bottom:1px solid #d0e6f1;
}
.boldtitle {
	font:16px "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	font-style: normal;
	color: #27527f;
	line-height:24px;
}

.title {
	font:16px "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	color: #27527f;
	line-height:24px;
}

.text1 {
	font:12px "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	line-height: 24px;
	color: #400040;
	margin:5px;
}

/* content 
---------------*/
#container {
	width:998px;
	background:#FFF url(../images/bg_content.gif) no-repeat top center;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	}

.nojavascript {
	height	: 30px ; 
	font	: 14px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	background-color	: #191970 ;
	color	: #FFF ;
	padding	: 10pt 20pt 10pt 20pt ;
}

#footer {
	width	: auto ;
	margin	: 0px;
	height	: auto ;
	padding : 10px 0px 0px 0px !important;
	padding : 0px 0px 0px 0px;
	clear	: both ;
	border-top 	: 1px solid #e0e0e0 ;
	font	: 11px "Trebuchet MS", Tahoma, Arial;
	color	:#9e9e9e;
}

/* link, menu
-------------*/

#nav {
	/*width: 776px;*/
	width:998px;
	height: 32px;
	background-color:#e6f9ff;
	float: left;
	border-top:1px #ebd2bf solid;
	line-height:32px;
	text-align:center;
}

* html div #nav { /* IE 5.* FIX */
	height: 0px;
	/*padding: 23px 0 0 0;*/
}

#nav a {
	font:15px "Trebuchet MS", Tahoma, Arial;
	color	:#0a384c;
	font-weight:bold;
	padding	: 0px 34px 0px 40px;
	line-height	: 32px;
	text-decoration	: none;
}

#nav a:hover {
	color	:#1998d1;
	font-weight:bold;
}

#nav a.selected {
	color	: #ff6c00 ;
	font-weight:bold;
}

a:link {
	font:12px "Verdana", Arial,  Tahoma, sans-serif;
	color:#27527f;
	text-decoration:underline;
}
a:visited {
	color:#27527f;
	text-decoration:underline;
}
a:hover {
	font-weight: normal;
	color:#27527f;
	text-decoration:none;
}

.footer a:link, .footer a:visited {
	font	:11px "Trebuchet MS", Tahoma, Arial;
	text-decoration:none;
}

.footer a:hover {
	color:#ff6c00;
}

