/* @override http://testbed.darkroomserver.com/css/site.css */

/*
 * 		s i t e . c s s
 * 		Darkroom style file
 *
 * 		$Author:arash $
 * 		$Id:site.css 236 2008-05-05 01:46:25Z arash $
 */
 
body {
	color: white;
	font: 12px/ 16px "Myriad Pro", verdana, arial, helvetica;
	word-spacing: 1px;
	background-color: #262626;
	background-image: url(/images/bg.png);
	margin: 0;
	padding: 0;
}



body.loginpage {
	background: none #2c2c2c;
}

td {
	font: 12px/ 16px "Myriad Pro", verdana, arial, helvetica;
}

div#login {
	background-image: none;
	padding: 5px 15px 15px 15px;
	width: 500px;
}

div#login h1 {
	font: 18px/ 26px "Myriad Pro", verdana, arial, helvetica;
}

p {
	color: #BBB;
	font: 12px/ 16px "Myriad Pro", verdana, arial, helvetica;
}

.tip {
	color: #999;
	font-size: 9px;
	font-weight: normal;
}

p.error {
	font-weight: bold;
	color: #DD3333;
}

p.heavy {
	color: #EEE;
	font-weight: bold;
	margin: 0px;
}

p.creditline {
	color: #777;
	margin: 2px;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: center;
}

a {
	color: #FEDCBA;
	text-decoration: none;
}

a:hover {
	color: #FEDCBA;
	text-decoration: underline;
}


a.buttonlink {
	/*display: block;*/
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #999;
	background: #882222;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.buttonlink:hover {
	background: #993333;	
}


p.creditline a {
	color: #CCC;
}

table.form {
	border: solid 1px #393939;
	background: #333333 top repeat;
	margin: 0;
	padding: 1px;
}

select,textarea,input.textarea {
	border: 1px dashed #999;
	color: #FFF;
	padding: 2px;
	background: #555;
	font: 12px/ 16px "Myriad Pro", verdana, arial, helvetica;
}

input.button {
	height: 22px;
	text-align: center;
	padding: 2px 10px;
	border: 1px solid #999;
	background: #882222;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

img.photo {
	border-width: 1px;
	margin-top: 3px;
}

div.containerbox {
	width: 200px;
	border: solid 1px #555555;
	background-color: #3C3C3C;
	padding: 6px;
}

div#fullcontainer {
	width: 820px;
	margin: 10px auto;
	padding: 0px;
}

div#bodycontainer {
	background-color: #444;
	width: 820px;
	padding: 0px;
	margin: 0px;
}

div#maincontent {
	width: 800px;
	padding: 10px;
	margin: 0px;
}

div#crumbs{

}

div#rightfloat {
	width: 400px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 250px;
	background: url(/images/columndivider.gif) left top repeat-y;
}

div#leftfloat {
	float: left;
	width: 250px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#footer {
	clear: right;
	text-align: center;
	margin: 0px;
	padding: 2px;
	padding-top: 10px;
	background: url(/images/lowergradient.gif) left top repeat-x;
}

div.innertube {
	margin: 0px;
	padding: 5px 0 0 0;
}

div#footer p {
	margin: 0px;
}

/* Header Styles */
#fullcontainer #logobox {
	float: left;
}

#fullcontainer #clientbox {
	height: 21px;
	margin: 0px;
	padding-top: 4px;
	text-align: right;
	font-size: 17px;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}


/* Text */
#maincontent h1 {
	font-size: 16px;
}

#maincontent h2 {
	font-size: 14px;
}

#maincontent h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Separators */

div.separator {
	background: url(/images/separator_grey_400.gif) left top repeat-x;
	margin-top: 5px;
	height: 10px;
	width: 800px;
}

/* Assignment Table Classes */
table.listboard {
	width: 700px;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #999;
}

table.listboard td,th {
	color: #BBB;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
}

table.listboard td.separator {
	border-top-width: 2px;
}

table.listboard td.orange {
	background: url(/images/lowergradient.gif) left bottom repeat-x;
}

table.listboard td.top {
	background: url(/images/topgradient.gif) left repeat-x center;
	color: #444;
	letter-spacing: 4px;
}

/* Assignment Display Classes */
table.listboard td.heading {
	color: #BBB;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	vertical-align: top;
	background-color: #4A4A4A;
}

table.listboard td.content {
	padding-left: 6px;
}

form p {
	padding-bottom: 10px;
}

/* Search Result Classes */
div.imagebox {
	margin-bottom: 5px;
	width: 100%;
	background-color: #4A4A4A;
	border: 1px solid #555555;
}

div.imagebox .image {
	width: 150px;
	float: left;
	border: 2px solid #2c2c2c;
}

div.imagebox .description {
	margin-left: 160px;
}

/* homepage sections */
div.searchsection {
	float: left;
	padding-left: 70px;
	margin-right: 15px;
	height: 70px;
	background: url(/images/icons/search-sm.png) left top no-repeat;
}

div.newassignmentsection {
	float: left;
	padding-left: 78px;
	padding-right: 25px;
	margin-right: 20px;
	margin-left: 100px;
	height: 70px;
	background: url(/images/icons/newassignment-sm.png) left top no-repeat;	
	border-right: #4A4A4A 2px solid;
}
div.myassignmentsection {
	padding-left: 60px;
	min-height: 64px;
	background: url(/images/icons/imagefolder-sm.png) left top no-repeat;
}
div.allassignmentsection {
	padding-left: 60px;
	min-height: 64px;
	background: url(/images/icons/assignmentfolder-sm.png) left top no-repeat;
}

/* assignment page styles */

div#datebox {
	border: solid 1px #555555;
	background-color: #3C3C3C;
	padding: 6px;
	float: right;
	margin-right: 200px;
	margin-left: 10px;
}

div#rightimages{
	width: 150px;
	float: left;
}

div#leftimages{
	width: 150px;
	margin-right: 15px;
	float: left;
}

/* image uploader styles */
div.uploadedimage
{
	margin: 5px 0px;
	vertical-align: top;
	border: solid 1px #555555;
	background-color: #3C3C3C;
	padding: 6px;
	width: 300px;
}

/* page background styles */
div.assignmentpage {
	background: url(/images/icons/assignment.png) top right no-repeat;
}

div.imagepage {
	background: url(/images/icons/image.png) top right no-repeat;
}

div.searchpage {
	background: url(/images/icons/search.png) top right no-repeat;	
}



.clearbox {
	clear: both;
	width: 100px;
	height: 1px;
}