/* @group Universal */

body {
	font-family: Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 12px;
	margin:0;
	margin-top:15px;
	padding:0;
	background: #FFFFFF url(/images/bg.png) repeat-x scroll 0 0;
	letter-spacing:0.02em;
	color: #555;
}

p { line-height: 15px; margin-top:10px;margin-bottom:10px;}

a {
	text-decoration: none;
	color: #3B5998;
}

/* @end */


/* @group Outer Containers */

#top {
}

#main {
	width:728px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px; 
	border-top: 1px solid #9999AA;
	border-left:1px solid #9999AA;
	border-right:1px solid #9999AA;
	background-color: white;
	margin-top:0;
	padding-bottom:10px;
	padding-top:0;
}

#main-bg {
	background: white url(/images/bottom_gradient.png) repeat-x scroll left top;
	
}

#main-bottom {
	margin:auto;
	width:768px;
	border-left:1px solid #9999AA;
	border-right:1px solid #9999AA;
	border-bottom:1px solid #9999AA;
	height: 30px;
}

#main-bottom-bg {
	background:white url(/images/top_gradient.png) repeat-x scroll left bottom;		
}


.left-container {
	width:400px;margin-left:15px;margin-right:60px;float:left
}

.right-container{
	float:left;width:250px;
}

/* @end */

/* @group Tabs */
	
	.tab-box {
		float:left;margin-right:30px;padding-bottom:5px;background-color:#FFF;
		line-height:17px;
	
	}
	
	.tab-box-inner {
		border: 1px dashed #9999AA;
		border-top: 0;
		padding: 5px;
	}
	
	#outer_tabs {
		padding-top:13px;
		font-size:15px;
	}
	
	.tabs-left {
		padding-top:15px;
		float:left;
		width:200px;
		height:100px;
		margin-right:30px;
		margin-bottom:40px;
	}
	
	.tabs-left li {
		width:200px;
	}
	
	.tabs-right {
		color: #555;
		padding-top:5px;
		float:left;
		width:400px;
		height:110px;
		margin-bottom:40px;
	}
	
	ul.subsection_tabs {
	clear:both;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px;
	padding:0;
	}
	ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
	}
	ul.subsection_tabs li.tab a {

	color:#666666;
	display:block;
	height:20px;
	padding:0 6px;
	font-weight:bold;
	}
	ul.subsection_tabs li.tab a:hover {
	color:#666666;
	}
	ul.subsection_tabs li.tab a.active {
	font-weight:bold;
	color:#000;
	}
	ul.subsection_tabs li.source_code {
	float:right;
	}

/* @end */ 

/* @group Header */

#top-links a {padding:5px 10px 5px 10px; color:#FFF; background-color:#3B5998; font-weight:bold; font-size: 1.5em; }
#top-links a:hover{ background-color: #AAA;} 

#header .category { width:100px; padding: 5px; font-size:1.1em; font-weight:bold; background-color: #F3F3F3; padding-top:7px; padding-left:10px; border: 1px solid #9999AA;}
#header .category a{ color: #3B5998; }

/* @end */

/* Font */

.hr { border-bottom: 1px dashed #ddd; }
h1, h2, h3 {
/*	font-family: Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.25;
	margin-top: 20px;
	color: #474747;
}
h1 { font-size: 1.5em; font-weight: bold;}
h2 { color: #3B5998; font-weight:bold; font-size: 1.5em; }
h3 { color: #3B5998; font-weight:bold; font-size: 1.1em;}
.blue { color: #3B5998; }
.green { color: #5DA631; }

/* home/index */

#splash {
	border-top: 1px solid #D7E7F1;
	border-bottom: 1px solid #D7E7F1;
/*	background: #7288B7;*/
	background: #EDF3FE url(/images/splash-bg.png) repeat-x scroll left center;
	height:325px;
}

#feature h1 {
	font: "Helvetica Neue";
	color: #000;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 43px;
	margin-bottom: 5px;
	padding-top:5px;
}

#feature h3 {
	font-weight: normal;
	color: #474747;
	font-size :1.2em;
}

#feature input {
	
}



textarea {
  width:500px;
  font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 11px;
}

.highlight {
	background-color: #FEFFC5;
	padding: 3px;
}

.task-status {
	border-top: 1px dashed #ddd;
	background-color: #EEE;
	padding: 10px;
}

#action-box {
	margin-top:15px;
	border-top: 1px dashed #ddd;
	background-color: #FEFFC5;
	padding: 10px;
}

#answer-box {
	border-top: 1px dashed #ddd;
	background: #ECEFF5;
	padding:10px;
	margin-top:15px;
}


#uploads-box {
  border-top: 1px dashed #ddd;
  margin-bottom:10px;	
  background-color: #eee;
  padding: 10px;
}

#messages-box {
  margin-top:15px;
  border-top: 1px dashed #ddd;
  padding: 10px;
  background-color: #eee;
}

#flash_notice {
	margin-top:15px;
	margin-bottom:0px;
	padding:15px;
	background-color: #CFC;
    border: solid 1px #6C6;
}

#flash_error {
	margin-top:15px;
	margin-bottom:0px;
	padding:15px;
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
}
#header {
/*  background: #5472C0;*/

/*	background-image:url(/images/header.png);*/
  
/*  padding: 12px;*/
/*  margin-bottom:5px;*/

}


#footer {
	margin-top:50px;
	background: #F3F3F3 none repeat scroll 0 0;
	border-top: 1px solid #9999AA;
 	padding:0;
  	height:150px;
}


#footer a {
	color:#000;
}
.container {
  margin: auto;
  width: 768px;
}



.l {
  font-size: large;
}

.m {
  font-size: small;
}

.secondary {
  color:#555555;
  font-size: 11px;
  margin-top:2px;
}

li {
	margin: 0.25em 0 0.25em 1.25em
}


.no-top-margin {
	margin-top:0;
}

.button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(/images/button.gif) repeat-x scroll left center;
	border-color:#333;
/*	#D5BD98 #935E0D #935E0D #D5BD98;*/
	border-style:solid;
	border-width:1px;
	padding: 2px 4px 2px 4px;
	cursor:pointer;
	-x-system-font:none;
	border:1px solid #595959;
	font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size:1.3em;
	font-size-adjust:none;
	color: #fff;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding-left:10px;
	padding-right:10px;
}


.full-page-form label
{
width: 300px;
float: left;
text-align: right;
margin-right: 20px;
display: block
}

.half-page-form label
{width: 175px;}

.full-page-form h2 {
	text-align:center;
	margin-bottom:30px;
}

.full-page-form .submit input
{
margin-left: 300px;
}

.full-page-form .buttons {
	text-align:center;
}

.task_action_box {
	float:left; margin-right:10px;padding:10px;
	height:75px;
	width: 120px;
}


ul {
	padding:0;
	margin-left:0;
}

li {
	margin-left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


