/* CSS Document */

/*New*/
body {
	background-image: url('../pics/lines_bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}

a {
	color:#ec008c;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 781px;
	text-align: left;
}

#maincontent {
}

#content_div {
	width:760px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:130%;
}

#bluecontent {
	color:#0087cc;
}

#pinkcontent {
	color:#ec008c;
}

#large_bluecontent {
	font-size:15px;
	color:#0087cc;
	font-weight:bold;
	line-height:130%;
}

#large_pinkcontent {
	font-size:12px;
	color:#ec008c;
	font-weight:bold;
	line-height:130%;
}

div {
	text-align: left;
}

table td {
	padding-right:30px;
	padding-bottom:30px;
}

.divider{
	height: 1px;
	border-bottom: dotted 1px #AB218E;
	margin: 10px 0px;
}

/*old starts*/

/* stylesheets are awesome! \m/ */
a, a:link, a:visited, a:active {
	color: #AB218E;
	text-decoration:none;
}
a:hover{
	color: #F7931E;
	text-decoration: none;
}

h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color:#EC008C;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h1{
	font-size:28px;
	margin: 0px 0px 15px;
	line-height: 32px;
}

h2{
	font-size:18px;
	margin: 5px 0px 11px;
	color: #0087cc;
}

h3{
	font-size:15px;
	margin: 4px 0px 9px;
}

h4, ul li h4{
	font-size:13px;
	margin: 4px 0px;
	text-transform: none;
}
.pink {
	color: #EC008C;
}


p, ul, li, table#form td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

ul li{
	line-height: 17px;
}

/* FORM STYLING */
/*--------------------------------------------------------------*/

/*re-define html elements*/

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

/*form table styling*/

table.form{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.form table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.form td{
	padding: 3px 2px 6px 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

td.formlabel, td.formlabelPadded{
	text-align: left;
	width: 160px;
}

table.form table td.formlabelPadded, table.form td.formlabelPadded{
	padding-right: 20px;
}

table.form table td strong{
	color: #999999;
}

/* sub division in form tables*/
.formSub{
	margin: 5px 5px 5px 0px;
	background-color: #FFFFFF;
	background-image: url(../pics/admin/form_sub_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 8px;
	border: 1px solid #c2e3ee;
}

.formSub h3, .formSub h4{
	margin: 0px 0px 5px 0px;
}

table.form .formSub table td.formlabelPadded{
	padding-right: 10px;
	color: #999;
}

/*custom form element classes*/

.textfield, .textarea, .dropdown, .radio, .checkbox {
	font-family: Tahoma, Geneva, sans-serif;
}

.form td .textfield, .form td .textarea, .form td .dropdown, .form td .button { /*pulls input boxes up to align with label text*/
	margin-top: -3px;
}

.form td .checkbox input{
	margin-top: -2px;
}

.textfield, .textarea, .dropdown {
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	width: 200px; 
	color: #333;
}

* html .textfield{
  height: 15px !important; /*IE 6.x*/
  height /**/: 19px; /*IE 5.x*/
}

.textfield{
	height: 15px; /*all other browsers*/
}

.dropdown{
	height: 19px;
}

.button, table.form a.button, table.form span .button{
	font-size: 13px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E3007A;
	border: 2px solid #E3007A;
	background-color: #FFFFFF;
	font-weight: bold;
}

td.required {
	background-image: url(../pics/icon_req.gif);
	background-repeat: no-repeat;
	width: 25px;
	background-position: 10px 6px;
	font-size: 0px;
}

p.required {
	font-weight: bold;
	margin: 2px 0px 3px 0px;
	color: #AAA;
}

span.required{
	color: #E3007A;
}


p.formInfo, span.formInfo {
	color: #666;
	font-size: 10px;
}

/*Breadcrumbs*/

#breadcrumbs {
	padding: 0px;
	margin: 15px 15px 0px 3px;
}

#breadcrumbs div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px;
	padding:5px 3px;
	border-bottom: 1px dotted #EC008C;
	color: #EC008C;
	text-transform: uppercase;
}

body#start .start, body#step1 .step1, body#step15 .step15, body#step2 .step2, body#step3 .step3, body#step4 .step4, body#step5 .step5{
	color: #FFFFFF;
	background-color: #EC008C;
}

div div#step5{
	border-bottom: none 0px;
}

/* MESSAGE CLASSES */
/*-------------------------------------------*/

.failure, .success, .alert, .info {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 5px 5px 5px 25px !important;
}

.failure {
	color: #CC0000;
	background-image: url(../pics/icon_failure.gif);
}

.success {
	color: #009900;
	background-image: url(../pics/icon_success.gif);
}

.alert {
	color: #FF6600;
	background-image: url(../pics/icon_alert.gif);
}

.info {
	color: #003399;
	background-image: url(../pics/icon_info.gif);
}


/* TIMETABLE CLASSES */
/*-------------------------------------------*/

.timeTable{

}
table.timeTable td {
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #EEE;
}

.time {
	background-color: #fdfdfd;
	white-space: nowrap;
}
