html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html { 	min-height: 100%; margin-bottom: 1px;}
iframe { width: 0; height: 0; border: none;}


body { padding: 0px 8em; color: #2b2b2b; background: #fff;
	font:13px/1.331 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}


#header
{
	text-align: left !important;
	padding: 2.5em 0 .3em 45px;
}

#header h1
{
	font-weight: normal;
	text-align: left;
	margin-bottom: .5em !important;
}

#header a,
#header a:hover,
#header a:active,
#header a:visited
{
	text-decoration: none !important;
	color: #000;
}

#wrap
{
	margin: 20px 30px 50px 45px;
}


#primary
{
	min-height: 300px !important;
}

#footer
{
	padding: 15px 0 20px 45px;
	text-align: left;
}

#footer div
{
	padding-right: 15px;
}

ul#menu
{
	display: block !important;
	list-style-type: none !important;
	list-style-image: none;
	list-style-position: inside;
	text-align: left;
	margin: .2em 0 .5em 0;
}

#menu li
{
	display: inline;
	color: #A0A0A0 !important;
	font-weight: normal;
	margin-right: 10px;
}

#menu li a
{
	color: #505050 !important;
	text-decoration: none;
}

#menu li#current a
{
	text-decoration: underline !important;
}

#menu li a:hover
{
	color: #0055CC !important;
}


/* HEADERS ====================================== */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	line-height: 1.1em;
}

h1
{
	font-size: 160%;
}

h1 strong
{
	color: #1E90FF !important;
}

h2
{
	font-size: 120%;
	margin-bottom: 1em;
	padding-bottom: .3em;
	text-align: left;
	font-weight: bold;
}

h3
{
	font-size: 110%;
	margin: .5em 0 .5em;
	text-align: left;
	font-weight: bold;
}

h4
{
	font-weight: bold;
	text-align: left;
	font-size: 1.45em;
	margin: .7em 0 .5em;
}

.block
{
	padding: 1em 0;
}


/*  ------------------------------|  FORMS  |-------------------------------  */
label
{
  	font-weight: normal;
	cursor: default;
}


optgroup
{
	font-style: normal !important;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 15px;
	background: #fff;
	color: #000;
}

/*option
{
	margin-right: px;
}*/

.inputtext,
.inputpassword
{
  	padding: 2px;
	margin: 2px 0;
}

.inputbutton,
.inputsubmit
{
	padding: .25em .5em;
}

.inputcheckbox
{
  	border: 0px;
}

.form_row, .form_row_1
{
  	padding: 0px 0px 10px 0px;
  	text-align: left;
}


.form_row label
{
  	display: block;
  	float: left;
}

.example
{
	color: #999;
 	font-size: .95em;
}

.inputtext, .inputpassword
{
  	width: 205px;
}

.form_row .checkbox
{
	float: left;
	width: 15px;
	margin: 5px 4px 2px 0px;
}


#buttons
{
	padding-top: 1em !important;
	text-align: left;
}

#buttons input
{
	margin: 0px 2px 0 0;
}


a, a:link, a:visited { color: #0055CC; }
a:hover { color: #cc0000; }
a:visited { /* 	color: #3b5998; */ }


#primary p,
#primary ol,
#primary ul,
label,
table,
.message,
#footer
{

}

#primary p
{
	margin-bottom: .85em;
	max-width: 40em;
}


#primary ol
{
	list-style-position: inside;
	margin: 0 1em 0 0em;
}

#primary ul
{
	list-style-type: square;
	list-style-position: inside;
	margin: .5em 1em 0 1em;
}


#primary li
{
	margin-bottom: .5em;
	line-height: 1.5em;
	list-style-image: url('bullet.gif');
}

.message
{
	line-height: 1.6em;
	padding: .5em 1em 1em 0;
	margin-bottom: 2em;
 	min-width: 250px;
	max-width: 600px !important;
}

.js_link
{
	cursor: pointer;
	border-bottom: dashed 1px #04b;
	color: #04b;
	text-decoration: none;
	outline: none;
}

.js_link_disabled
{
	border-bottom: dashed 1px #999;
	color: #999;
	text-decoration: none;
	outline: none;
}

.message p
{
	font-size: 1em !important;
}

.message_title
{
	font-weight: bold;
	margin-bottom: .7em;
}

.error
{
/*	border-top: 1px solid #FFC2CA;
	border-bottom: 1px solid #FFC2CA;
	background: #FFEDEF;*/
	color: #990000 !important;
}
.error a, .error a:link, .error a:hover, .error a:visited { color: #990000 !important; }

.notice
{
/*	border-top: 1px solid #faebb1;
	border-bottom: 1px solid #faebb1;
	background: #fffecc;
	color: #d57d00 !important;*/
}
/* .notice a  { color: #d57d00 !important; } */

.succes
{
/*	border-top: 1px solid #9C9;
	border-bottom: 1px solid #9C9;
	background: #E2F9E3;*/
/* 	color: #060 !important; */
}
/* .succes a { color: #060 !important; } */

table.t2, table.t3
{
	margin:  0 0 1.2em;
	font-size: 1.28em;
	text-align: center;
	border-collapse: collapse;
}

table.t3
{
	width: 100%;
}

.t3 label
{
	font-size: 1em !important;
}


table.t3 td.first
{
	width: 18%;
}

table.t2 thead th
{
	color: #999;
	font-weight: normal !important;
	padding: .3em .5em .3em;
}

table.t2 tbody td, table.t3 tbody td
{
	vertical-align: top !important;
	padding: .2em .5em;
}


table.t2 tbody td
{
	border-bottom: solid 1px #DCDCDC;
}

.t2 td.first, .t2 th.first
{
	border-left: none !important;
}

.t2 td.last, .t2 th.last
{
	border-right: none !important;
}

#form_result
{
 	padding-top: .6em;
	padding-bottom: .5em;
	font-size: 1.1em;
	color: red;
}
