/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { margin:0; padding:0; }

/* defaults */
body
{
    font:12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif; 
    color:#4d4d4e;
    background-color: #F1F1F1;
}

/* Establish base style */
a { color: #468234; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: none; }
strong, b { font-weight: bold; color:#000;}
em, i { font-style: italic; }
p { margin-bottom: 18px; }
h1 { color:#000; font-weight: bold; font-size: 24px; margin-bottom:   1em;   line-height: 1.2em; }
h2 { color:#000; font-weight: bold; font-size: 18px; margin-bottom: 1.2em;   line-height: 1.2em; }
h3 { color:#000; font-weight: bold; font-size: 14px; margin-bottom:  .3em;   line-height: 1.3em; }
h4 { color:#000; font-weight: bold; font-size: 12px; margin-bottom: 1.2em;   line-height: 1.2em; }
h5 { color:#000; font-size:1em;  font-weight:bold; }
h6 { color:#000; font-size:11px; font-weight:bold; }
ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
hr { display:block; height:0; margin:0 -2px 1.6em; border:none; border-top:1px solid #e5e5e5; background:none; }

.clear { clear: both; }
.none { display: none; }

/* template  mods */
div.pagebase
{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
div.pageheader
{
	height: 80px;
	background: url(images/topborder.png) repeat-x;
}

.d_shadowx
{
	width: 90%;
	float: left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

td.pagetitle
{
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 140%;
	font-weight: bold;
}

/* Normal, standard links. */
a:link
{
	color: #468234;
	text-decoration: none
}
a:visited
{
	color: #468234;
	text-decoration: none
}
a:hover
{
	color: #6DAA0E;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #6DAA0E;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
}

/* Standard horizontal rule.. ([hr], etc.) */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #000000;
	background-color: #ECEDF3;
	padding: 0 1em 0 1em;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
	padding: 0 1em 0 1em;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: #efefef url(images/titlebg.jpg) repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px gray;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: #aeaeae url(images/bg_title.gif) repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #aeaeae url(images/bg_title.gif) repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #6DAA0E;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #333;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Carryover from developer site */
#container {
	width:980px;
	margin:0 auto;
	background:#F1F1F1 url(images/header-bg.jpg) no-repeat center top;
}

/* Header */
#header {
	height: 135px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 140px;
}

#header #navbar {
	padding-top: 85px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

#header #navbar ul {
	float: right;
	width: 695px;
	font-size: 100%;
	margin-right: 115px;
	/* Added */
	list-style: none;
	font-weight: bold;
}

#header #navbar ul li {
	float: right;
}

#header #navbar ul li ul li{
	float: none;
}

#header #navbar ul li a {
	display: block;
	padding: 2px 8px 6px 8px;
	position: relative;
	/* Added */
	color: black;
	text-decoration: none;
}

#header #navbar ul li a:hover {
	display: block;
	padding: 2px 8px 0 8px;
	/* Added */
	border-bottom: 6px solid #468234;
}

* + html #header #navbar ul li ul { 
	z-index:1000; 
	position:absolute; 
	display:none;
}

#header #navbar ul li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;  
	border-bottom:0; 
	z-index:150;
	/* Added */
	overflow: hidden;
}

#header #navbar li:hover ul {
	/* Added */
	top:  auto;
	height: auto;
	width:  auto;
	overflow: visible;
	background-color: white;
	font-size: 90%;	
}

#header #navbar ul li ul li a {
	display:block; 
	padding:2px 10px; 
	text-align:left; 
	border-bottom:1px solid #b1ce80;
	/* Added */
	background: white;
}

#header #navbar ul li ul li a:hover {
	text-align:left; 
	padding: 2px 10px;
	/* Added */
	border-bottom: none;
	background: #468234;
}

#header #navbar ul li > ul { 
	top: auto;
	left: auto;
}

#header #navbar ul li:hover ul, #navbar ul li.over ul { display: block; }

#content {
	background:url(images/bg_content.png) repeat-y center top;
	clear:both;
	width:973px; 
	margin:0 auto;
}

#section_title { 
	background:url(images/bg_title.gif) no-repeat top center; 
	height:82px; 
	margin:0 auto;
}

#section_title .title{
	padding:24px 0 0 56px;
	float:left;
	color: #FFF;
	font-size: 1.5em;
	width:730px;
	line-height:18px;
}

/* Specific Handling */
div.avatar {
	margin: 1em;
}

div.userstats {
	
	margin: 1em 2em 1em 2em;
}


#mainmenu, div.menustrip {
	padding-top: 1px;
}

#mainmenu ul, div.menustrip ul{
	list-style: none;
	font-weight: bold;
}

#mainmenu ul li, div.menustrip ul li{
	float: left;
}

#mainmenu ul li.menuitem_active_back a {
	display: block;
	position: relative;
	color: #468234;
	text-decoration: none;
	padding: 2px 8px 0 8px;
}

#mainmenu ul li.menuitem_active_back a:hover {
	display: block;
	padding: 2px 8px 0 8px;
	color: #6DAA0E;
	border-bottom: 6px solid #468234;
}

#mainmenu ul li.menuitem_back a, div.menustrip ul li a {
	display: block;
	position: relative;
	color: black;
	text-decoration: none;
	padding: 2px 8px 6px 8px;
}

#mainmenu ul li.menuitem_back a:hover, div.menustrip ul li a:hover {
	display: block;
	padding: 2px 8px 0 8px;
	border-bottom: 6px solid #468234;
}

div.menuaction {
	font-size: 90%;
	font-weight: bold;
}

div.menuaction a {
	color: #468234;
}

div.menuaction a:hover {
	color: #6DAA0E;
}

div.menustrip {
	font-size: 90%;
	font-weight: bold;
	display: inherit;
}

div.toolbox {
	margin: 1em;
}

#loginform table {
	margin: auto;
}

#frmLogin table.tborder tbody tr.windowbg td {
	padding: 0 1em 0.25em 0;
}

#frmLogin table.tborder tbody tr td.windowbg table tbody tr td {
	padding: 0 1em 0.25em 0;
}


#bottomnav, #bottomnav_sdk
{
    width: 95%;
    margin: auto;
}

#bottomnav ul, #bottomnav_sdk ul
{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    float: left;
}

#bottomnav ul li
{
    display: inline;
    float: left;
    width: 25%;
}

#bottomnav_sdk ul li
{
    display: inline;
    float: left;
    width: 33%;
}

#bottomnav ul li div.nav_left, #bottomnav_sdk ul li div.nav_left
{
    border-right: 1px solid #e5e5e5;
    padding: 1em 1em 0 1em;
}

#bottomnav ul li div.nav_right, #bottomnav_sdk ul li div.nav_right
{
    border-right: none;
    padding: 1em 1em 0 1em;
}

#bottomnav ul li p, #bottomnav_sdk ul li p
{
	font-size: 10px;
	color: #797c80;
}

#globalheader {
    height: 38px;
    font-size: 12px;
    margin: 18px auto 0px; 
    position: relative;
    width:980px;
    z-index: 999;
    font: normal normal normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

#globalheader h1 {
    display: inline;
}

#globalheader h1 a {
    background: url(images/mrdeveloper.png) no-repeat 0px 0px;

    outline: none;
    position: absolute;
    text-indent: -9999px;
    width: 135px;
    height: 36px;
    top: -3px;
}

#globalheader ul#gh-nav {
    margin: 0;
    position: absolute;
    right: 200px;
    top: 1px;
}

#globalheader ul#gh-nav li {
    display: inline;
    float: left;
    margin: 0 0 0 2.8em;
}

#globalheader ul#gh-nav li a {
    color: #333;
    display: block;
    padding: 0.3em 0 0.3em 5px;
    text-decoration: none;
    text-shadow: white 0 2px 0 0;
}

#globalheader #gh-search {
    position: absolute;
    right: 10px;
    top: 5px;
}

#globalheader #gh-search .searchfield {
    width:165px; 
    height: 16px; 
    background: url(images/searchfield_repeat.png) center top repeat-x; 
    border: 0px; 
    margin: 0 0 0 20px; 
    padding: 3px 0 0 0; 
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#footer {
    color: #666;
    font-size: 10px;
    margin: 18px auto;
    padding: 10px 0 0 0;
    text-align: left !important;
    width: 980px;
}

#footlog {
    border: 1px solid #DDD;
    border-bottom-left-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#breadbox {
    background-color: #E9E9E9;
    position: relative;
    zoom:1;
}

#breadcrumbs {
    background: none;
    float: none;
    clear: both;
    font-weight: bold;
    height: 2em;
    max-height: 2em;
    min-height: 2em;
    line-height: 2em;
    margin: 0px;
    padding: 0px;
    text-shadow: #666 0px 1px 0px; 
    zoom: 1;
}

#footlog ol#breadcrumbs {
    list-style: none;
}

#footlog ol#breadcrumbs li {
    float: left;
    margin: 0;
    min-height: 19px;
    padding: 0 0 0 1em;
    position: relative;
    zoom: 1;
}

#footlog ol#breadcrumbs li a {
    color: #FFF;
    line-height: 15px;
    background-position:-12px -1000px;
}

#footlog ol#breadcrumbs li.path {
    padding:0 0 0 7px;
    margin-left:-7px;
    background:transparent url('images/sprite_path.png') -12px -50px no-repeat;
    white-space:nowrap;
}

#footlog ol#breadcrumbs li.path a {
    float:left;
    display:block;
    padding: 4px 0 0 5px;
    background: #797979;
}

#footlog ol#breadcrumbs li.path span.current {
    float:left;
    display:block;
    padding: 4px 0 0 5px;
    background: #797979;
    color: #FFF;
    line-height: 15px;
}

#footlog ol#breadcrumbs li span.end {
    float: left;
    background: #797979;
    display: block;
    height:17px;
    padding-top: 2px;
    width: 17px;
    background:transparent url('images/sprite_path.png') 100% 0px no-repeat;
}

#footlog ol#breadcrumbs li.home {
    background:#63994F url('images/sprite_path.png') right -100px no-repeat;
}

#footlog ol#breadcrumbs li.home a{
    display: block;
    margin: 0;
    padding: 4px 14px 0 0;
}

#directory {
    font-size: 11px;
    border-top: 1px solid #e5e5e5; 
    float: left; 
    width: 100%; 
    position: relative; 
    margin-top: -4px; 
}

#footer #directory {
    background: none;
    clear: both;
    float: none;
    margin-top: 0;
}

.column {
    float: left;
}

.column.first, .column.last {
    margin-left: 0px !important;
}

#directory .column {
    width: 177px;
    padding: 9px 0px 4px 18px;
}

#directory h3 {
    color: #666;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
}

#directory a {
    color: #666;
    line-height: 18px;
    display: block;
    text-decoration: none;
    zoom: 1;
}

#directory ul {
    margin-bottom: 0;
    padding-bottom: 9px;
}

#directory .fixbottom {
    font-size: 1px;
    height: 0px;
    clear: both;
    position: relative;
    top: 5px;
    width: 950px;
}
.horiz {
    display: block;
    zoom: 1;
}

.horiz li {
    display: inline;
    float: left;
}

#footer ul.horiz a {
    border-left: 1px solid #D0D0D0;
    margin-left: 1.5em;
    padding: 0 0 0 1.5em;
    text-decoration: none;
}
