/*
----------------------------------------------------------------------------------------------------
font definitions
----------------------------------------------------------------------------------------------------
*/


@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,300italic,400italic,700italic);


/*
----------------------------------------------------------------------------------------------------
page elements
----------------------------------------------------------------------------------------------------
*/

body, tr, td, p, textarea, div {
	font-family:  Lato, arial, tahoma, arial, tahoma, Helvetica, sans-serif;
	font-size: 15px;
	color: #303030;
	line-height: 1.6em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
}
input, button, textarea, select {
	font-family: Lato, arial, tahoma, arial, tahoma, Helvetica, sans-serif;
}
small {
	font-size: 80%;
}

.tabon {
	background: #cc0033;
	width: 200px;
	font-size: 16px;
	font-weight: normal;

}

.taboff {
	background: #f6f6f6;
	width: 200px;
	font-size: 16px;
	font-weight: normal;
}


tab-header {
	background: #000;
}


/*
----------------------------------------------------------------------------------------------------
text formating
----------------------------------------------------------------------------------------------------
*/


h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1.5em;
	padding: 25px 0;
	color: #000000;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #cc0033;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
	padding: 10px 0px;
}

h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	color: #404040;
	padding: 10px 0;
	margin: 0px 0 0 0;
	line-height: 1em;
        padding-top: 3px;
}


h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 10px 0 0 0;
}

h5 {
	font-size: 15px;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
        padding-top: 3px;
}



a:link {
	color:#60b000; text-decoration: none;
}

a:visited {
	color: #60b000; text-decoration: none;
}

a:active {
	color: #60b000; text-decoration: underline;
}


.roundedbox-content {
	border: 1px;
	padding: 20px 20px;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;

	border-radius: 10px;
	color: #e0e0e0;
	font-size: 11px;
	background: #ffffff;
}

.roundedbox-small {
	border: 1px;
	padding: 0px 5px;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	background: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
	background: -moz-linear-gradient(top,  #ffffff,  #f9f9f9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9');
	border-radius: 5px;
	color: #000000;
	font-size: 11px;
	display: block;
	width: auto;
}

.menu-taboff {
	color: #ffffff;
	font-size: 18px;
	//font-weight: bold;
	//text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.menu-tabon {
	color: #ffffff;
	//font-weight: bold;
	font-size: 18px;
	//text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.button {
	font-size: 100%;
}

.button-advertisement {
	color: #ffffff;
	border: none;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: normal;
	background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3300), to(#cc0000));
	background: -moz-linear-gradient(top,  #cc3300,  #cc0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#cc0000');
	height: 28px;
	margin: 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(../codebase/js/pie/pie.htc);
}


.button_green {
	background:#008800; color:#fff;
	cursor:pointer;
	padding:5px 10px;
}

.title-link, .title-link:visited {
	float:right; 
	margin-top: 28px;
	margin-left: 5px; 
	padding: 10px 10px;
	color: #5c1728; 
	height:auto; 
}

.title-link:hover {
	color: #cc0033;
}

.button-callback, .button-callback:visited {
	color: #5c1728;
	border: 1px solid #ccc;
	font-size: 13px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}

.button-callback:hover {
	color: #fff;
	background: #5c1728;
	border-color: #5c1728;
}

.roundedbox-red {
	border: 1px;
	padding: 10px 10px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 11px;
	background: #cc0000;
	//opacity: 0.4;
}


.dropcap {
	float:left;
	font-style: normal;
	width:56px;
	height:56px;
	margin-top: 0px;
	margin-right:5px;
	background: #cc3300; //url(images/dropcap1.gif) 0 0 no-repeat;
	font-size:38px;
	color:#fff;
	text-align:center;
	font-weight:300;
	line-height:1.2em;
	padding-top:6px
}


.maintitle {
	font-size:20px;
	color: #000000;
	line-height:1.2em;
	letter-spacing:-px;
	padding-bottom:16px;
	font-weight:600;
	font-style:normal;
}


.tabpad-red {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	border:dotted 0px #cc3300;
	background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3300), to(#aa0000));
	background: -moz-linear-gradient(top,  #6699cc,  #336699);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699cc', endColorstr='#336699');
	height: 25px;
	margin: 6px;
	padding: 12px;
	vertical-align: middle;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	behavior: url(../codebase/js/pie/pie.htc);
}




.texthighlighted {
	color: #cc0033;
}

.textsuccess {
	color: #398439;
}

.content-table {
	width: 100%;
}

.content-table td{
	padding: 5px;
}

.content-table th {
	border-bottom: 1px solid #f5f5f5;
}

.content-table tr:nth-child(2n) {
	background-color: #f5f5f5;
}
