/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/

.template_right
{
	width:230px;
	float:right;
}

.template_left
{
	width:230px;
	float:left;
}

a
{
    font-weight: 700;
    color: #666688;
    cursor: pointer;
	outline: none;
}

a:hover
{      
    color: #8888aa;
}

body
{
   /* font-family: arial;
    background-color: #ffffff;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #666666;
    font-size: 12px;*/
}

h1
{
	margin:0 0 4px 0;
	padding:0; color:#DD3828; 
	letter-spacing:-1px;
	text-transform: uppercase;
	font-size:2.5em;
}
	

h3
{
	font-size:15px;
	color:#E23622;
}

div
{
    /*font-size: 12px !important;*/
}

img
{
	/*border: none;*/
}

input, textarea
{
	/*border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;*/
}

p
{
    /*font-size: 12px;*/
}

select
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
}

table
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
}

/* File Library */

div#uploadfilepage
{
	background-color:#FFFFFF;
	color:#666666;
	float:left;
	height:364px;
	overflow:hidden;
}


div#filelibrary div#uploadfile
{
	background-color:#FFFFFF;
	float:left;
	height:443px;
	margin-top:70px;
	overflow:auto;
	top:0;
	width:600px;
}

div#filelibrary div#uploadfile iframe
{
	border:medium none;
	height:380px;
	padding:3px;
	width:90%;
}

div#filelibrary ul
{
	background-color:#BBBBBB;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:296px;
}


/* settings for form items */
ul.formitems
{
	list-style: none;
	/*clear: both;*/
}
/*
ul.formitems li label
{
	width: 200px;
	display: block;
	float: left;
}

ul.formitems li textarea
{
	float:right;
	margin-right:12px;
	width:230px;
}

div.captcha
{
	clear: both;
	margin-left: 40px;
	margin-bottom: 40px;
}

div.captcha label
{
	clear: both;
	float: left;
	display: block;
	width: 200px;
}
*/
/* css specific to the registration form */
div#registration_form
{
	
} 

.form-background
{
	background:transparent url(../images/maincontent-bk.png) repeat-y scroll left top;
	padding-top:1px;
	padding-bottom:1px;
} 

#form-header
{
	background: transparent url(../images/maincontent-hr.png) no-repeat scroll left top;
	height:1px;
}

#form-footer
{
	background:transparent url(../images/maincontent-footer.png) no-repeat scroll left bottom;
	height:6px;
}

div#registration_form input.submit
{
	padding: 5px 10px;
	font-size: 150%;
	margin-left: 200px;
}

div#registration_form input.submit:hover
{
	color: #90241A;
}

div.form div.form_subgroup ul.formitems li
{
	clear:both;
	list-style:none outside none;
	padding:10px 0 0;
}

