@CHARSET "UTF-8";

html {
	background: #ffffff;
	font: 12px Tahoma;
}
html, body {
	display: block;visibility: visible;margin: 0; padding: 0;border: 0 none;
}

img { border: 0; margin:0; padding:0; line-height:100%;}

p { padding: 2px 0px; margin: 5px 0px; }

a { color: #0e5ec8; }

a.name {
	line-height: 22px;
	display: inline-block;
	padding-left: 18px;
}
a.name.male {}
a.name.female { background-position: left -22px;}

h1, h2, h3, h4, h5 { font-family: Tahoma; color: #000000; }
h1 a, h2 a, h3 a, a h1, a h2, a h3 { color: #000000; }
h1 { font-size: 1.8em; font-weight: normal;}
h2 { font-size: 1.5em; font-weight: normal;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }/* h4 a { color: #0e5ec8; }*/
h5 { font-size: 1.0em; font-weight: normal; }
span.subtitle { display: block; font-size: 12px; font-weight: normal; }
span.subtitle a { color: #0e5ec8; }

h3 span.subtitle { font-size: 0.6em; }

.text1 { background-color: #cecece; padding: 10px;}
.text2 { background-color: #dfdede; padding: 10px;}
.text3 {}

/* Clearing element */
.clear {
	clear: both;	
}

table caption { margin-bottom: 1em; font-weight: bold; text-align: left;}

table.listing {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.listing thead {
	background-color: #f6f6f6;
}
table.listing tbody tr {
	border-bottom: 1px solid #f6f6f6;
}
table.listing td { padding-left: 5px; padding-right: 5px; }
table.listing td.centered,table.listing th.centered{ text-align: center; }
table.listing td.toleft,table.listing th.toleft { text-align: left; }
table.listing td.toright,table.listing th.toright { text-align: right; }
table.listing td.padded { padding: 15px; }
table.listing.noborder tbody tr { border: none; }
/** ------------------ LAYOUT AND DESIGN ----------------------- **/






/** FORMS
--------------------------------------------------- **/
form { 
	line-height: 100%; 
	padding: 5px;
}
form.toright { text-align: right; }
form.toleft { text-align: left; }
form.centered { text-align: center; }

label       { font-size: 1.05em; }
label.selector { font-weight: normal; font-size: 1em; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input[type=text], input[type=password], textarea, select { 
	/*background-color:#fff; 
	border:1px solid #000;*/
	color: #999999; 
	/*margin: 0 4px;*/
}
input[type=hidden] { display: none; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { color: #000000; }
input[type=text], input[type=password], textarea, select { margin:0.5em 0; }

/* fields widths */
input.w50, select.w50 { width: 50px; }
input.w70, select.w70 { width: 70px; }
input.w100, select.w100 { width: 100px; }
input.w150, select.w150 { width: 150px; }
input.w200, select.w200 { width: 200px; }
input.w250, select.w250 { width: 250px; }
input.w300, select.w300 { width: 300px; }
input.w350, select.w350 { width: 350px; }
input.w400, select.w400 { width: 400px; }

textarea { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio] { /*vertical-align: middle;*/}

/* Success, notice and error boxes */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; } 

/* form markup */
form p.description { margin-top: 5px; }
form p.errors { color: #8a1f11; }
form p.notice { color: #514721; }
form p.successes { color: #264409; }






/** MARKUP
--------------------------------------------------- **/
.markup { clear: both;}
.markup .column {
	float: left;
	margin-right: 1%;
	width: auto;
	margin-bottom: 5px;
}
.markup .column.right {	float: right; margin-left: 1%; margin-right: 0;}
.markup .column.newline { clear: both; }
.markup .column.end { margin-right:0; }
.markup .column.w25 { width: 24%; }
.markup .column.w33 { width: 32%; }
.markup .column.w50 { width: 49%; }
.markup .column.w66 { width: 65%; }
.markup .column.w75 { width: 74%; }
.markup .column.wide { float: none; clear: both; margin-right:0;}



/** ROUNDED FORMS
--------------------------------------------------- **/
form.rounded_fields {}
form.rounded_fields label { line-height: 23px; }
form.rounded_fields input[type=text],
form.rounded_fields input[type=password],
form.rounded_fields input[type=button],
form.rounded_fields input[type=submit],
form.rounded_fields select {
	background: transparent url(../../Images/Design/input_sprite.png) 0 -150px no-repeat;
	border: none;
	height: 20px;
	padding: 3px 10px 2px 10px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
form.rounded_fields input[type=button],
form.rounded_fields input[type=submit] {
	height: 23px;
	padding: 0px 0px;
	width: 100px;
	background-position: 0 -30px;
	margin-top: -2px;
}
form.rounded_fields select {
	height: 24px;
	padding: 2px 10px 2px;
	width: 150px;
	background-position: 0 -60px;
}

form.rounded_fields input.w50,
form.rounded_fields select.w50 { width: 50px; background-position: 0 0; }
form.rounded_fields input[type=text].w50, 
form.rounded_fields input[type=password].w50 { width: 30px; }

form.rounded_fields input.w70,
form.rounded_fields select.w70 { width: 70px; background-position: 0 -240px; }
form.rounded_fields input[type=text].w70, 
form.rounded_fields input[type=password].w70 { width: 50px; }


form.rounded_fields input.w100, 
form.rounded_fields select.w100 { width: 100px; background-position: 0 -30px; }
form.rounded_fields input[type=text].w100, 
form.rounded_fields input[type=password].w100 { width: 80px; }

form.rounded_fields input.w150,
form.rounded_fields select.w150 { width: 150px; background-position: 0 -60px; }
form.rounded_fields input[type=text].w150, 
form.rounded_fields input[type=password].w150 { width: 130px; }

form.rounded_fields input.w200, 
form.rounded_fields select.w200 { width: 200px; background-position: 0 -90px; }
form.rounded_fields input[type=text].w200, 
form.rounded_fields input[type=password].w200 { width: 180px; }

form.rounded_fields input.w250,
form.rounded_fields select.w250 { width: 250px; background-position: 0 -120px; }
form.rounded_fields input[type=text].w250, 
form.rounded_fields input[type=password].w250 { width: 230px; }

form.rounded_fields input.w300, 
form.rounded_fields select.w300 { width: 300px; background-position: 0 -150px; }
form.rounded_fields input[type=text].w300, 
form.rounded_fields input[type=password].w300 { width: 280px; }

form.rounded_fields input.w350,
form.rounded_fields select.w350 { width: 350px; background-position: 0 -180px; }
form.rounded_fields input[type=text].w350, 
form.rounded_fields input[type=password].w350 { width: 330px; }

form.rounded_fields input.w400, 
form.rounded_fields select.w400 { width: 400px; background-position: 0 -210px; }
form.rounded_fields input[type=text].w400, 
form.rounded_fields input[type=password].w400 { width: 380px; }


