/* EAST BAY INNOVATIONS */
/* STYLESHEET_SIMPLE */
/* Created: 06/26/07 */
/* Crashing Bull Productions */

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0; 
}
li, dd { 
	margin: .5em 5%; 
}
fieldset { 
	padding: .5em;
}

body {
	margin: 0;
	font: .8em/1.3em Verdana, Arial, sans serif;
	color: #333;
	text-align: center;
	background: #8493B4;
}

h1, h2, h3 {
	font-family: Georgia, Garamond, California, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	margin-top: 0;
	font-size: 24px;
	color: #8493B4;
}

h2 {
	font-size: 18px;
	margin-top: 2em;
	color: #84898D;
	line-height: 135%;
}

h3 {
	font-size: 16px;
	color: #84898D;
	text-decoration: underline;
}



input {
	margin: 5px 0;
}
input.submit {
	background: #8493B4;
	color: #FFF;
}

/************ NEW *********/

#contentContainer, #bottom {
	margin: 50px auto 0;
	padding: 36px;
	padding-bottom: 0px;
	width: 500px;
	background: #FFF url(../images/backgrounds/cornerT-R.gif) no-repeat right top;
	border: none;
}

#bottom {
	margin-top: 0;
	clear: both;
	background: #FFF url(../images/backgrounds/cornerB-R.gif) no-repeat right bottom;
}
	
#login {
	font-size: 100%;
	color: #666;
	text-align: center;
	padding: 5px;
}


/************** CLASSES *****************/
.alert {
	color: #F00;
}
.borderAll {
	border: 1px solid #C2CADA;
}
.borderTop {
	border-top: 1px solid #C2CADA;
}
.borderRight {
	border-right: 1px solid #C2CADA;
}
.borderBottom {
	border-bottom: 1px solid #C2CADA;
}
.borderLeft {
	border-left: 1px solid #C2CADA;
}

.subtitle {
	font-size: 120%;
	font-weight: bold;
	margin-top: 2em;
}
.txtLarge {
	font-size: 110%;
}
.txtSmall {
	font-size: 90%;
	line-height: 1.1em;
}
.txtSmallest {
	font-size: 80%;
	line-height: 1.1em;
}
.txtCenter {
	text-align: center;
}

.strong {
	font-weight: bold;
}
a:hover.noHover  {
	background: none;
}

/************** LINKS ********************/
	
a:link { 
	color: #5E7DB3;
}
a:visited { 
	color: #B6642C; 
}
a:hover, a:active { 
	color: #3D60B1;
	background: #EFEFEF;
}