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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
body{
	font-family:Arial, Helvetica, sans-serif;
}
article{
	padding:20px 10px;
	font-size:16px;
	color:#868686;
}
a{ color:darkBlue;}
a:hover{ color:#C8C8C8;}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#565656;
}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2{
	font-size: 18px;
	margin:0 0 .3em 0;
}
h3{
	font-size: 16px;
	margin:0 0 .4em 0;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 12px;
}
h4, h5, h6{
	margin:0 0 .6em 0;	
}
/* paragraph */
p{
	line-height:26px;
	margin:0 0 16px 0;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;	
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
	margin:1em 0 1em 0;
}
ul, ol{
	padding-left: 40px;	
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;	
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:14px;
	margin-bottom: 0.4em;
}

form input[type=text],form select,
form input[type=password]{
	width:180px;
	height:30px; 
}
form input[type=text],form select,
form input[type=password],textarea{
	border:1px solid #ddd;	
    padding-left:10px; 
    padding-right:10px; 
}
form input[type=text],form select,
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}

form select{
    width:202px; 
    height:34px; 
    padding-right:5px; 
    padding-top:7px; 
    padding-bottom:5px;
}

form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:1px solid #ddd;
	background:#fff;
	color:#767676;
	padding: 10px;
	margin:0;
	cursor: pointer;	
}
/* -- header -- */
header{
	border-bottom:1px solid #eee;
	background:#70adc9;
}
footer{
	border-top:1px solid #868686;
	color:#868686;
}
footer p{	
	font-size:12px;
	margin:0;
}
.copy{
	padding:10px;
}
.copy a{
	color:#c52525;
}
/* -- menu -- */
.menu{
}
.menu a{
	background:#f9f9f9;
	border-bottom:1px solid #eee;
	display:block;
	padding:15px;
	color:#767676;
	font-size:12px;
}
.menu a:hover{
	background:#fff;
}
header .menu{
	border-top:1px solid #eee;
}
header .menu a{
	padding:15px 15px 15px 25px;
}
header .menu li:last-child a{
	border-bottom:none;
}

div.nav {
    background: none repeat scroll 0 0 #70adc9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    margin: 0 5px;
}

div.nav ul li a {
    color: #F2F2F2;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
}

div.nav ul li { color: #F2F2F2; }

div.nav ul li a:hover{
    color: #FFD200;
}

div.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.nav ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

div.error { color: red; font-size: 12px; }

table, td {
    border: 2px solid #DDDDDD;
    border-collapse: collapse;
    font: small/1.5 "Tahoma","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
}
table {
    border: 1px solid #CCCCCC;
    margin: 10px auto 0;
    width: 100%;
}
thead th, tbody th {
    background: none repeat scroll 0 0 #CCCCCC;
    border-left: 1px solid #CCCCCC;
    color: #666666;
    padding: 5px 10px;
}
tbody th {
    background: none repeat scroll 0 0 #C8C8C8;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    text-align: center;
}
tbody tr td {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #222222;
    padding: 5px 0;
    text-align: center;
}