/* Style sheet for TWC Graphics Design template */
html {
	margin: 0px;
	padding: 0px;
}
body  {
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal normal 12px Verdana, Arial, sans-serif;
}

div.error{
	margin-bottom:20px;
	padding:10px;
	text-align:left;
	border:1px solid #800000;
	background-color:#FFF0F0;
	color:#FF0000;
	width:270px;
	font-size: 10px;
	}

div.succes{
	margin-bottom:20px;
	padding:10px;
	text-align:left;
	border:1px solid #155518;
	background-color:#DDF7DE;
	color:#002B00;
	width:270px;
	font-size: 10px;
	}

input { color: #000; font: normal normal 11px Arial, sans-serif; }
h1    { background: #BFD5DC;
	border-top: 3px solid #6DA5B8;
	padding: 5px 5px 3px 3px;
	font: normal bold 12px Verdana, Arial, sans-serif;
	color: #202B4A;
	margin-top: 2px;  }
h2    { font: normal bold 12px Verdana, Arial, sans-serif;
	border-bottom: 3px solid #BFD5DC;
	padding-left: 3px;
	color: #1C2D3D; }
h3    { font: normal bold 11pt Arial, Verdana, sans-serif; color: #000;  }
h4    { color: #202B4A; font:  normal bold 12px Verdana, Arial, sans-serif; }
h5    { color: #000; font:  normal bold 11px Verdana, Arial, sans-serif; }
h6    { color: #000; font:  normal bold 10px Verdana, Arial, sans-serif; }


.fullcol { background: #FFF;
	padding: 10px;
	font:  normal normal 12px/16px Verdana, Arial, sans-serif;
	text-align: left;
	}

.fullcol p { padding-right: 10px;
	padding-left: 10px;}

.fullcol li { padding-right: 10px; }

/* Define standard hyperlinks */
a:link, a:active, a:visited  { color: #1D5470; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

/* Define textbox area */

table.form
{
	background-color:#F2F9FF;
	font-size:11px;
	font-weight:700;
	border-top: 1px dashed #6DA5B8;
	border-right: 1px dashed #6DA5B8;
	border-left: 1px dashed #6DA5B8;
	border-bottom: 1px dashed #6DA5B8;
}

.formfield{	text-align: right;
}



td.form
{
	text-align: center;
	color:#202B4A;
	background-color:#BFD5DC;
	border-top: 3px solid #6DA5B8;
	vertical-align:middle;
	height:25px;
	font-size:14px;
	font-weight:700;
}


table.form_new
{
	background-color:#FFF;
	font-size:11px;
	font-weight: normal;
}

td.form_new
{
	text-align: center;
	color:#388534;
	background-color:#DAF0D9;
	border-top: 2px solid #48B143;
	vertical-align:middle;
	height:35px;
	font-size:14px;
	font-weight:700;
}


table.manage
{
	background-color:#F2F9FF;
	font-size:11px;
	font-weight: normal;
	border-right: 1px dashed #6DA5B8;
	border-left: 1px dashed #6DA5B8;
	border-bottom: 1px dashed #6DA5B8;
}




td.req
{
	color: #3A6B98;
}

.whiteback
{
	background:#FFF;
}

.redback
{
	background:#FFC0C0;
}

.notice{
	width:250px;
	margin:10px 0 0 0px;
	padding: 10px;
	border: 1px dashed #FF8000;
}

.notice h3{
	padding:0px;
	font-size: 14px;
	color: #FF8000;
	font-weight: bold;
}

input,textarea,file
{
	background:#F8F8F8;
	padding-left:5px;
	border:solid;
	border-color:#6DA5B8;
	border-width:1px;
}

select
{
	background:#F8F8F8;
	border:solid;
	border-color:#6DA5B8;
	border-width:1px;
}

.button
{
	background:#6DA5B8;
	color:#FFF;
	border:solid;
	font-size:11px;
	font-weight:700;
	font-family:arial, helvetica;
	border-color:#6DA5B8;
	border-width:1px;
	cursor: pointer;
}

.buttonover
{
	background:#BFD5DC;
	color:#3A6B98;
	font-size:11px;
	font-weight:700;
	font-family:arial, helvetica;
	cursor: pointer;
}