@charset "utf-8";
/* CSS Document */
/*document settings*/
body{background:#000;color:#555;margin:0 0 20px 0;padding:0;font:normal 11px sans-serif,Arial}
th,td,form,div,p{margin:0;padding:0;color:#555;font-size:14px}

a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
a:hover {
color: #ff0000;
font-weight: bold;
text-decoration:underline;
}


/* position setting (tableless)*/
.clr{clear:both}

#container{margin:10px 10% 10px 10%;background:#000;border:3px double #EEE;border-color:#141414 #202020 #222 #202020;text-align:left;width:auto;}

#header{margin:0;float:left;height:70px;width:100%;overflow:hidden;}

#title,#title h1{
text-align:center;
color:#999;
font:normal 25px Tahoma,sans-serif;
padding:16px 20px;
margin:0;
padding:16px 0 0 20px;
}
#title h1{padding:0}



#spacer{margin-left:-1px;float:left;width:1px;height:40px;overflow:hidden}
#truth2{font-size:13px}
#content{margin:0;float:left;width:100%;overflow:hidden;border-top:1px solid #1A1A1A}
#top,#mainbody,#bottom,#topbox{margin:0;float:left;width:100%;overflow:hidden}
#topbox{margin:0px 20px 0px 20px;float:left;width:98%;overflow:hidden}
#login2,#truth{margin:0;float:left;width:50%;overflow:hidden}

#top .moduletable,#bottom .moduletable,#login2 .moduletable,#truth .moduletable{padding:0 10px 15px 10px}
#top .moduletable h3,#bottom .moduletable h3,#login2 .moduletable h3,#truth .moduletable h3{padding:8px 0 4px 10px;margin:0 -10px;font:bold 12px sans-serif;color:#666;background:#000000}
#top .moduletable thead,#bottom .moduletable thead,#login2 .moduletable thead,#truth .moduletable thead{text-align:center}

#mainbody{padding:0 10px 15px 10px;width:98%;background:#030303 }
#mainbody .contentheading,#mainbody .componentheading{padding:8px 0 4px 0px;font:bold 12px sans-serif;color:#666}
#mainbody .contentheading,#mainbody .componentheading,#mainbody .contentpaneopen,#mainbody .contentpane{width:100%}


#footer{padding:5px;width:99%;float:left;overflow:hidden;background:#0A0A0A;color:#666}


/*joomla settings*/
.contentpane,.contentpaneopen{text-align:justify}

.small,span.small,#mainbody .createdate,#mainbody .modifydate,.pagenavcounter{font-size:10px;color:#444;font-style:italic}
.back_button,.pagenav_prev,.pagenav_next{font-size:10px}
.readon{float:right;font-weight:bold}




input.button{margin:0px 0px 15px 0px;border:1px solid #555;background:#000;color:#555;font-size:14px}


fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { margin-bottom:7px; border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

form div { margin: .8em 0 .8em 0; }

#shrink2 {
 line-height: 25px;
}