/*============================================================
	Base
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

p
{
	line-height: 18px;
}

a
{
	color: #333;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

a:hover
{
	text-decoration: underline;
}



/*============================================================
	Body & core containers
============================================================*/
body
{
	text-align: center;
	font-family: "Tahoma", "Verdana", serif;
	font-weight: normal;
	font-size: 11px;
	background: url('/IMG-BG') #e0e0e0;
	background-position: top center;
	margin: 0px;
	color: #333;
}















/*============================================================
	Core structures
============================================================*/
#outer
{
	background: url('/IMG-OU');
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 500px;
}

#container
{
	text-align: left;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}








div.clear
{
	width: 100%;
	clear: both;
}












h1, h1 a
{
	font: normal 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #444444;
	margin-bottom: 0px;
}


h1 span.a
{
	color: #ff0000;
}

h1 span.b
{
	color: #42ff00;
}

h1 span.c
{
	color: #496d3c;
}

h1 span.d
{
	color: #9631d0;
}

h1 span.e
{
	color: #31d0a9;
}

h1 span.f
{
	color: #496d3c;
}









/*============================================================
	DIV: roundedBoxWhite [ div.roundedBoxWhite ]
============================================================*/
div.roundedBoxWhite
{
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
}

div.removeBorderTL
{
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

div.removeBorderTR
{
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}

div.removeBorderBL
{
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}

div.removeBorderBR
{
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

div.removeBorderB
{
	border-bottom: 0;
}

div.spacerV10
{
	clear: both;
	line-height: 8px;
	height: 8px;
}












#createContainer
{
	text-align: left;
	width: 471px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
}

#createContainer div.margin
{
	margin: 20px;
}

#createContainer div.margin
{
	margin-bottom: 0;
}

#createContainer div.margin
{
	color: #777;
}










form
{
	margin: 20px;
}

form label
{
	line-height: 18px;
	color: #777;
	width: 100px;
	display: block;
	float: left;
}

form input.text
{
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 4px;
	width: 200px;
	color: #777;
}

form input.button
{
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	padding: 4px;
	color: #777;
	background: #EFEFEF;
}

form input.file
{
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 4px;
	width: 200px;
	color: #777;
}

form select
{
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 4px;
	width: 200px;
	color: #777;
}

form select option
{
	margin: 4px;
}

.noFloat
{
	float: none;
}

.dispInline
{
	display: inline;
}








#createContainer p.bottom
{
	border-top: 1px solid #EEE;
	padding-bottom: 8px;
	padding-top: 5px;
}

#createContainer p.bottom a
{
	text-decoration: none;
	color: #666;
}






p.warning
{
	padding: 10px;
	margin-bottom: 10px;
	border: 2px dashed #ff0000;
	background: #ffffcc;
	font-weight: bold;
}

.noteheader{
background-color:#FFFDE3;
border:1px solid #CCCCCC;
color:#000000;
font-weight:bold;
line-height:22px;
margin:0 auto;
text-align:center;
width:920px;
}