/* 
Title:			Sibdu | screen style
Updated:  		August 27 2007
*/

/* reset==================================================- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td {text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q {quotes:"" "";}

/* general================================================== */
html, body {
   height:100%;
}
body {
	font: 0.625em/1em "Trebuchet MS", Verdana, Geneva, Helvetica, Arial, sans-serif;
	background: #ffffff url(../images/background-home.gif) repeat-x top left;
	color: #000000;
}
a {
	color: #356cd7;
}
a:hover {
	text-decoration: none;
	background-color: #00B501;
	color: #ffffff;
}
h1{
    font: 2.5em/1em "Trebuchet MS", sans-serif;
}
h2{
    font-size: 140%;
	margin: 0 0 10px 0;
	color: #683199;
	font-weight: bold;
}
h3{
    font-size: 105%;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #683199;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.7em;
	color: #707070;
}
li {
	line-height: 1.5em;
	margin: 0 0 20px 0;
	color: #707070;
}
label {
	font: 1.1em/1em "Trebuchet MS", serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol {
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 25px;
}
ol li ol {
	list-style-type: lower-alpha;
}

ol li ol li {
	margin: 10px 0 10px -5px;
}
ul li ul {
	margin-top: 10px;
	list-style-type: circle;
}
dt {
	clear: both;
	border-bottom: 2px solid #6BFDA8;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #595959;
	margin: 20px 0 10px 0;
}
dd {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	color: #707070;
}
dt a {
	color: #595959;
	margin: 0 0 10px 0;
}
dt a:hover{
	background-color: transparent;
	color: #595959;
}
dl dd dt {
	border: none;
	font-size: 95%;
	margin: 20px 0 0 0;
	background-color: #DEDEDE;
	padding-bottom: 0;
}
dl dd dl dd dt {
	background-color: #EDEDED;
}
input {
	background-color: #F9F9F9;
	border: 1px solid #BDBDBD;
	padding: 2px;
	color: #4A4A4A;
}

/* classes==================================================-- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.submit button {
	background: transparent url(../images/button-submit.gif) 0px 0px no-repeat;
	width: 134px;
	height: 26px;
	text-indent: -999999px;
	display: block;
	border: none;
	margin: 10px 0 0 29%;
}
.submit button:hover {
	background: transparent url(../images/button-submit.gif) 0px -26px no-repeat;
	cursor: pointer;
}
input.login {
	background: transparent url(../images/button-login.gif) 0px 0px no-repeat;
	width: 40px;
	height: 20px;
	text-indent: -999999px;
	display: block;
	border: none;
	padding: 20px 0 0 0;
	position: relative;
	top: 16px;
}
input.login:hover {
	background: transparent url(../images/button-login.gif) 0px -20px no-repeat;
	cursor: pointer;
}
ol.bullet_list li ul li, ul.bullet_list li ul li { 
	background: none;
	list-style-type: circle;
	margin-left:10px;
	padding-left: 0px;
}
ol.bullet_list li, ul.bullet_list li  {
	padding-left: 20px;
	background: transparent url(../images/icon-bullet-list.gif) no-repeat 0px 3px;
	xline-height: 2em;
	list-style-type: none;
	margin: 0 0 10px 0;
}
.highlight {
	background-color: #F6FECB; 
	font-weight: bold;
	text-transform: uppercase;
	color: #4A4A4A;
}
.hr_section {
	border-bottom: 2px solid #EEEEEE;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
div.sub_menu li {
	margin: 0 0 5px 0;
	font-size: 95%;
}
div.sub_menu li a {
	display: block;
	width: 100%;
}
div.overlabel {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
div.overlabel input {
	width: 125px;
}
div.overlabel label {
	clear: both;
	display: block;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 90%;
	margin: 0 0 5px 0;
	font-weight: bold;
}
div.small_links {
	font-size: 90%;
}
div.small_links p {
	color: #CCCCCC;
}


body.home {
	background: #ffffff url(../images/background-home.gif) repeat-x top left;
}
#lower_form .submit button, body.home .submit button {
	margin: 0;
	list-style-type: none;
}
label.checkbox, li label.checkbox, div.form_box ul li label.checkbox {
	width: auto;
}

/* structure================================================== */
#main {
	font: 1.25em/1em "Trebuchet MS", serif;
	margin: 0 auto 0 auto;
	max-width: 1200px;
	min-width: 750px;
	width: 100%;
	padding: 10px 0 0 0;
}
#main_inner {
	padding: 0 60px 0 60px;
}
#footer {
	background-color: #797979;
	margin: 60px 0 0 0;
}
#footer_container {
	margin: 0 auto 0 auto;
	max-width: 1200px;
	min-width: 750px;
	width: 100%;
}
#footer_inner {
	padding: 20px 60px 20px 60px;
}
#header {
	margin-bottom: 40px;
	background:transparent url(../images/header-background-02.gif) no-repeat top left;
}
#left_column {
	float: left;
	width: 62%;
	border-right: 2px solid #eeeeee;
	padding: 0 20px 0 0;
}
#right_column {
	float: right;
	width: 32%;
}
/* login structure */
#login_wrapper {
	min-height:100%;
	position:relative;
	width:100%;
}
body.login #footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
body.login #content {
	width: 500px;
	margin: 0 auto 0 auto;
}

/* header================================================== */
#main_logo {
	background: transparent url(../images/logo-sibdu.gif) no-repeat;
	width: 196px;
	height: 50px;
	text-indent: -999999px;
}
#logo{
	float: left;
	margin-top: 10px;
}
#header p {
	margin: 0;
}
#header_right, #header_login {
	float: right;
	margin-top: 5px;
	display: block;
	height: 75px;
	xwidth: 50%;
}
#header_right.sign_up {
	text-align: right;
}
#header_right.sign_up p {
	text-transform: uppercase;
	font-size: 1.25em;
	background: transparent url(../images/header-blog.gif) no-repeat center left;
	padding-left: 30px;
	margin-bottom: 5px;
}
#header_bottom {
	height: 50px;
	margin-top: 13px;
	display: block;
}
body.home #header_bottom {
	height: 50px;
	background-image: none;
}
/*
#banner {
	background: transparent url(../images/coming-soon.jpg) no-repeat center center;
	width: 400px;
	height: 120px;
	text-indent: -999999px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -23px;
}
body.terms #banner {
	background: transparent url(../images/banner-terms.jpg) no-repeat center center;
}
body.advertise #banner {
	background: transparent url(../images/banner-advertise.jpg) no-repeat center center;
}
body.privacy #banner {
	background: transparent url(../images/banner-privacy.jpg) no-repeat center center;
}
body.about #banner {
	background: transparent url(../images/banner-about.jpg) no-repeat center center;
}
body.partner #banner {
	background: transparent url(../images/banner-partner.jpg) no-repeat center center;
}
body.register #banner {
	background: transparent url(../images/banner-register.jpg) no-repeat center center;
}
*/

/* footer================================================== */
#footer a {
	color: #D2FFD9;
}
#footer #ecresystems {
	float: left; 
	background-color: #858585;
	display: block;
	height: 70px;
	width: 230px;
	border: solid 1px #737373;
	padding: 0 0 0 10px;
}
#footer #ecresystems p {
	color: #9E9E9E;
	margin: 0;
	text-transform: uppercase;
}
#ecresystems a {
	background: transparent url(../images/logo-ecresystems.gif) no-repeat;
	width: 169px;
	height: 42px;
	text-indent: -999999px;
	display: block;
	margin: 0 auto 0 auto;
	border: none;
}
#utility_links {
	float: right;
	background-color: #797979;
	text-align: right;
	font-size: 110%;
}
#utility_links p {
	color: #ffffff;
	margin-top: 5px;
}
#utility_links ul li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #ffffff;
}
#utility_links ul li.first {
	border: none;
}

/* right_column================================================== */
#right_column h3 {
	font-size: 125%;
	text-transform: uppercase;
	color: #067F0B;
	background-color: #EDEDED;
	padding: 0 0 0 10px;
}
#sign_up h2 {
	background: #1D7A05 url(../images/signup-background-tile.gif) repeat-x top left;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: -.05em;
	font-size: 2.75em;
	margin: 0;
}
#sign_up h2 span {
	background: transparent url(../images/signup-right_corners.gif) no-repeat center right;
	display: block;
	height: 65px;
}
#sign_up h2 span span{
	background: transparent url(../images/signup-left_corners.gif) no-repeat center left;
}
#sign_up h2 span span span {
	padding-left: 10px;
}
#sign_up h2 span span span span {
	background: transparent url(../images/signup-image.gif) no-repeat;
	text-indent: -999999px;
}
#sign_up form ul li {
	margin-bottom: 5px;
}
#sign_up input {
	width: 65%;
	background: #F9F9F9;
	border: 1px solid #BDBDBD;
	padding: 2px;
}
#sign_up li.checkbox input {
	width: 18px;
	line-height: 10px;
	margin: 5px 0 0 20%;
	float: left;
}
#sign_up li.checkbox p {
	width: 66%;
	float: right;
	font-size: 1.1em;
	margin-right: 10px;
}
#sign_up form label {
	display: block;
	width: 25%;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#sign_up p {
	margin: 0 0 10px 0;
}
#learn_more {
	margin-top: 40px;
}
#learn_more a {
	background: transparent url(../images/button-learn_more.gif) no-repeat;
	width: 248px;
	height: 78px;
	text-indent: -999999px;
	display: block;
	margin: 0 auto 0 auto;
}
#tour  a{
	background: transparent url(../images/tour-image.jpg) no-repeat left top;
	width: 242px;
	height: 72px;
	text-indent: -999999px;
	display: block;
	margin: 0 auto 0 auto;
}
.selling_box {
	margin: 0 0 20px 0;
	background: url(../images/selling-box-background.gif) no-repeat top right;
	padding: 7px 0 0 0;
}
.selling_box li {
	font-size: 95%;
}
.selling_box h4 {
	background: url(../images/selling-box-need_space.jpg) no-repeat center left;
	height: 42px;
	font-size: 125%;
	font-weight: bold;
	color: #067F0B;
	padding: 5px 20px 0 60px;
	line-height: 1.25em;
	margin: 0 0 20px 0;
	display: block;
}
.selling_box h4.have_space {
	background: url(../images/selling-box-have_space.jpg) no-repeat center left;
}
#right_column a img {
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
}


/* email_friend================================================== */
#email_friend, div.form_box, #recent_requests {
	margin: 40px 0 0 0;
	background: transparent url(../images/fade_box-background-tile.gif) repeat-x 0px 30px;
}
#email_friend hr {
	display: none;
}
#email_friend h2, div.form_box h2, #recent_requests h2 {
	background: #1D7A05 url(../images/email_friend-background-tile.gif) repeat-x top left;
	color: #E8EEE4;
	margin: 0;
	line-height: 30px;
}
#email_friend h2 span, div.form_box h2 span, #recent_requests h2 span {
	background: transparent url(../images/email_friend-left_corners.gif) no-repeat left top;
	display: block;
	height: 30px;
}
#email_friend h2 span span, div.form_box h2 span span, #recent_requests h2 span span {
	background: transparent url(../images/email_friend-right_corners.gif) no-repeat right top;
}
#email_friend h2 span span span, div.form_box h2 span span span, #recent_requests h2 span span span {
	padding-left: 10px;
}
.fade_box {
	border-right: solid 10px #eeeeee;
	border-left: solid 10px #eeeeee;
	border-bottom: solid 10px #eeeeee;
	background: transparent url(../images/email_friend-background-image.gif) no-repeat 0 50%;	
	padding: 20px; 
	min-height: 125px;
}
ul#your_info {
	display: block;
	background: transparent url(../images/your_info-background-tile.gif) repeat-x top left;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0 auto;
	width: 80%;
	text-align: center;
	padding: 10px 20px 0 20px;
}
ul#your_info li, #lower_form ul li  {
	display: inline;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
ul#your_info label {
	color: #000000;
	font-weight: bold;
	margin: 0 10px 0 10px;
}
ul#your_info input {
	width: 50%;
}
#lower_form {
	width: 60%;
	margin: 20px 0 0 30%;
	
}
#lower_form p {
	font-style: italic;
	color: #868686;
	margin-top: 5px;
}
#lower_form p span {
	color: #037909;
	font-weight: bold;
}
#lower_form ul {
	clear: both;
}
#lower_form ul li label {
	margin: 0 10px 0 0;
	color: #868686;
	font-size: 90%;
}
#lower_form ul li input { 
	width: 60%;
	background: #F9F9F9;
	border: 1px solid #BDBDBD;
	padding: 2px;
}
/* Forms================================================== */
div.form_box ul li {
	clear: both;
}
div.newaccount_form { 
	background: transparent url(../images/newaccount-background-image.gif) no-repeat 0 50%;	
}
div.terms_form { 
	background: transparent url(../images/terms_form-background-image.gif) no-repeat 0 50%;	
	padding-top: 40px;
}
div.form_box ul li label{
	width: 80px;
	display: block;
	float: left;
	font-size: 95%;
	margin: 0 10px 0 0 ;
	font-weight: bold;
	line-height: 20px;
}
div.form_box ul {
	margin-left: 30%;
}
div.form_box ul li {
	margin: 0 0 5px 0;
}
div.form_box ul li input {
	width: 60%;
}
ul.checkbox_section {
	border-top: 2px solid #EEEEEE;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
ul.checkbox_section p {
	margin: 0;
}
div.form_box ul li.checkbox input {
	width: 13px;
	float: left;
	margin-right: 10px;
}
div.form_box .submit button {
	margin: 0;
}

/* Terms of Use================================================== */
#terms_top {
	font-size: 95%;
	border-bottom: 2px solid #EEEEEE;
	margin: 0 0 40px 0;
}

/* Registration================================================== */
#register_required {
	font-weight: bold;
	font-size: 125%;
	color: #000000;
}
div.first {
	margin-top: 0;
}
body.register div.center_top {
	font-size: 120%;
	margin-bottom: 40px;
}
body.register div.center_top h2 {
	font-weight: normal;
	text-align: center;
}

/* Home================================================== */
#header_bottom h2 {
	text-align: center;
	font-size: 1.4em;
	padding: 20px 0 0 0;
	font-weight: normal;
	color: #565656;
	margin: 0 0 5px 0;
}
#main {
	min-width: 850px;
}
ul#home_main_buttons {
	width: 100%;
	background: url(../images/home-header-ul-background.jpg) no-repeat center center;
	height: 200px;
	margin: 0 auto 0 auto;
	xmax-width: 900px;
}
#home_main_buttons li {
	margin: 0;
	padding: 0;
	float: left;
	width: 48%;
}
#home_main_buttons a {
	display: block;
	width: 350px;
	height: 200px;
	text-indent: -99999px;
	margin: 0 auto 0 auto;
	text-align: center;
}
li#have_button {
	float: right;
		background: url(../images/home-buttons-background.gif) no-repeat center center;
}
ul#home_main_buttons li#have_button a {
	background: url(../images/have-button.gif) no-repeat 23px 28px;
}
ul#home_main_buttons li#have_button a:hover {
	background: url(../images/have-button-hover.gif) no-repeat 23px 28px;
}
li#need_button {
	background: url(../images/home-buttons-background.jpg) no-repeat center center;
}
ul#home_main_buttons li#need_button a {
	background: url(../images/need-button.gif) no-repeat 22px 27px;
}
ul#home_main_buttons li#need_button a:hover {
	background: url(../images/need-button-hover.gif) no-repeat 23px 28px;
}

table  {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.25em;
	color: #343434;
}
tbody {
	padding: 20px;
}
thead tr th {
	background-color: #E5E5E5;
	border-right: solid 30px #F2F2F2;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
tbody tr td {
	border-top: 1px solid #E5E5E5;
	text-align: left;
	padding: 3px 0 3px 0;
	font-size: 95%;
}
tbody tr.first_tr td {
	border-top: none;
}
#left_half {
	float: left;
	width: 48%;
}
#right_half {
	float: right;
	width: 48%;
}
#right_half h3 {
	color: #006d00; 
}
#recent_requests h2 span {
	height: 39px;
}
#recent_requests .fade_box  {
	background: none;
}
#recent_requests {
	padding-bottom: 20px;
	margin: 20px 0 20px 0;
	border-bottom: 2px solid #E5E5E5;
	position: relative;
}
#recent_requests ul li {
	float: right;
	margin: 30px 0 0 0;
	font-size: 150%;
}
#recent_requests ul li.submit {
	float: left;
} 
#recent_requests h2 {
	line-height: 40px;
}
#recent_requests h2 span span span {
	padding-left: 80px;
}
#recent_requests img#recent_icon {
	position: absolute;
	top: -14px;
	left: 10px;
}
#get_started a{
	background: transparent url(../images/get-started.jpg) no-repeat left top;
	width: 242px;
	height: 122px;
	text-indent: -999999px;
	display: block;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}
#get_started button {
	background: transparent url(../images/button-submit.gif) 0px 0px no-repeat;
	width: 134px;
	height: 26px;
	text-indent: -999999px;
	display: block;
	border: none;
	margin: 0 auto 0 auto;
}
#get_started button:hover {
	background: transparent url(../images/button-submit.gif) 0px -26px no-repeat;
	cursor: pointer;
}
#sign_up {
	background: #C9C9C9 url(../images/sign-up-tile.gif) repeat-x top left;
	padding: 5px 0 5px 0;
	border: 1px solid #CACACA;
}
#half_columns h3, h3.white_header {
	background: #C9C9C9 url(../images/sign-up-tile.gif) repeat-x top left;
	padding: 0 0 0 10px;
	border: 1px solid #CACACA;
	text-transform: uppercase;
	font-size: 125%;
}
#half_columns h3 span, h3.white_header span {
	background: url(../images/home-news-icon.gif) no-repeat center left;
	padding: 0 0 0 30px
}
#sibdu_video {
	text-align: center;
}
div.section_wrapper {
	margin-bottom: 20px;
}
div.member img {
	width: 100px;
}
div.member {
	text-align: center;
	width: 125px;
	float: left;
	margin-right: 10px;
}
div.member li {
	padding: 0;
	margin: 0;
}

#beta_support {
	background:transparent url(../images/beta-feedback.gif) no-repeat scroll 1% 50%;
	border:5px solid #ECECEC;
	color:#888888;
	font-size:120%;
	line-height:1.5em;
	margin:20px;
	padding:10px 10px 10px 50px;
}
