/*
-----------------------------------------------------
NAAIM.org Stylesheet
Created By: Dennis Garcia, Ninja Lane
August 2009
-----------------------------------------------------
*/
@import url(rounded.css);
/* adding the old styles so we can start the conversion */
@import url(oldstyles.css);
/* adding dropdown styles so they can be global */
@import url(anylinkcssmenu.css);
/*
-----------------------------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #EEE;
}
/*
-----------------------------------------------------
Div Layers
-----------------------------------------------------
*/
#naaim {
	position: relative;
	margin: 0px auto;
	width: 990px;
	background-color: #FFF;
}
#pageheader {
	background-color:#009e8f;
	font-size:11px;
}
#naaimlogo {
	height: 80px;
	background-image: url(../images/naaimlogo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#009e8f;
}
/*#mainbody, #maincontent, #content {
	padding: 0px;
	margin: 0px;
}*/
#footer {
	padding: 5px;
	text-align: right;
	background-color: #009e8f;
	color: #FFF;
}
#footer a {
	color: #EEE;
	text-decoration: underline;
	font-weight: normal;
}
#footer-extra {
	padding: 5px;
}
#footer-extra a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
#adminlogin {
	padding: 20px;
}
.sponsors {
	margin: 20px;
	border: 2px solid #e6e6e6;
}
.sponsors td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-color: #e6e6e6;
}
.sponsors td {
	vertical-align: top;
	font-weight: bold;
}
.sponsors td img {
	margin: 10px;
}
/*
-----------------------------------------------------
Font Styles
-----------------------------------------------------
*/
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.blocktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.footer-extra, .footer-extra a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
-----------------------------------------------------
Top Anchor Nav
-----------------------------------------------------
*/
#topnav {
	border-bottom: 4px solid #000;
	margin-bottom: 0px;
	background-color: #B7A388;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	list-style-type: none;
	display: inline;
}
#topnav li a {
	padding: 6px 10px 8px 10px;
	color: #FFF;
	text-decoration: none;
	float: left;
	text-align: center;
}
#topnav li a:hover, #topnav li a:active, #topnav li a.selected {
	background-color: #A79275;
	color: #FFFFFF;
}
/*
-----------------------------------------------------
Footer Extra Nav
-----------------------------------------------------
*/
#footernav {
	margin-bottom: 5px;
}	
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#footernav li {
	list-style-type: none;
	display: inline;
	font-size: 11px
}
#footernav li a {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	float: right;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#footernav li a:hover, #topnav li a:active {
	text-decoration: underline;
}
/*
-----------------------------------------------------
Sitewide login menu and stats box
-----------------------------------------------------
*/
#naaimheader_loginbox {
	position: absolute;
	top: 10px;
	right: 30px;
	/*border: 1px solid #000;*/
	width: 200px;
	height: 60px;
}

#signin_menu {
    display:none;
    background-color:#B7A388;
    position:absolute;
    width:210px;
    z-index:100;
    text-align:left;
    padding:12px;
    top: 24.5px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#000;
    font-size:11px;
	 border: 1px solid #786954;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    border:1px solid #333;
    font-size: 11px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#FFF;
}
#signin_menu label {
    font-weight:normal;
	 margin-bottom: 2px;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_submit {
    border:1px solid #786954;
    color:#FFF;
	 background-color:#A79275;
    padding: 4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight: bold;
}

/*
-----------------------------------------------------
Anchor Nav
-----------------------------------------------------
*/
#naaimheader_loginbutton {
	position: absolute;
	top: 10px;
	right: 30px;
	height: 33px;
}
#naaimheader_loginbutton ul {
	margin: 0px;
}
#naaimheader_loginbutton li {
	padding-left: 2px;
	padding-right: 2px;
	list-style-type: none;
	display: inline;
}
#naaimheader_loginbutton li a {
	padding: 2px 8px 5px 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#naaimheader_loginbutton li a:hover {
	color: #FFF;
}
#naaimheader_loginbutton li a:active {
	color: #FFF;
}
#naaimheader_loginbutton .rss img{
	display: inline;
	vertical-align: middle;
}

/*
-----------------------------------------------------
Forum Display
-----------------------------------------------------
*/

#forumheader {
	/*height: 32px;*/
	color: #000;
	padding: 10px 0px 0px 10px;
}
#ninjaforum .pagetitle {
	font-size: 14px;
}
#naaimforum .smalltext {
	font-size: 11px;
	font-weight: normal;
	color: #606060;
}
#naaimforum {
	margin: 0px;	
	border: 1px solid #DDD;
	background-color: #e0e0e0;
}
#inner {
	margin: 4px;
	background-color: #FFF;
}

#naaimforum ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#naaimforum ul li {
	text-align: left;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
#naaimforum li a {
	padding: 4px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: normal;
}
div[id]#naaimforum li {
	width: inherit;
}
#naaimforum li a:hover, #naaimforum li a:active {
	background-color: #EEE;
	color: #000;
}

/*
-----------------------------------------------------
Menus
-----------------------------------------------------
*/
#adminmenu {
	position: absolute;
	height: 100px;
	width: 100px;
	padding: 10px;
	background-color: #333;
	border: 1px solid #eee;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*
-----------------------------------------------------
Conversion Styles (combo of oldstyles.css)
-----------------------------------------------------
*/
#rightbox .rightcolumn p {
	padding:6px;
}
#indexbox {
	border-bottom: 5px solid #000;
	border-right: 5px solid #000;
	background-color: #000;
}
.indexnav {
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
}
.indexnav a:link, .indexnav a:visited {
	text-decoration: none;
	color: #FFF;
}
.indexnav a:hover, .indexnav a:active {
	text-decoration: none;
	color: #E1E1E1;
}

/*
-----------------------------------------------------
Events Calendar
-----------------------------------------------------
*/

.calendarblock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #EEE;
}
.events {
	margin-left: 15px;
	margin-bottom: 10px;
}

#naaimnumber {
	border: 1px solid #333;
	background-color: #EEE;
	text-align: center;
	padding: 2px;
}
#chartable {
	
}
#chartable .tableheader td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 2px;
	background-color: #E1E1E1;
}
#chartable .tablebody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
	border-bottom: 1px solid #E4E4E4;
}
#chartable .naaimaverage {
	text-align: center;
	font-weight: bold;
	background-color: #e0f4f2;
}
/* New Link Style */
a.newsletters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1062A4;
	font-weight: normal;
}
