/*
Design - http://www.roman.lt/
Released for free under a Creative Commons Attribution 2.5 License
*/
{margin:0;
behavior: url(./PIE.htc);
}

/*
Here you can change the wodth of main table
*/


body {
	text-align:center;
	background-image:url(../img/bg.gif);
	margin: 0 auto; padding-top:20px;
	font-family: sans-serif; font-size:13px;
	color:#222222;
	padding-bottom:20px;
}
td {vertical-align: top; line-height:20px}
h1 {font-size:18px; font-weight:normal; padding:0px; margin:0px}
a:link, a:visited {color:#43586d} a:hover {color:#003156}
.main-table {border: 1px solid #FFFFFF; background-color:#FFFFFF; width:1150px}
.style1 {font-size: 10px; padding-bottom:20px;}

.top-img {
	text-align:left;
	padding-bottom:15px;
	margin: 0 auto;
	background-image: url(../img/top-bg.jpg);
	height:130px;
	color:#515a61;width:1160px;
}
.top-img p{
	padding-top:110px;
	margin-left:20px;
	margin-top:23px;
}
.wrapper{
	text-align:center;
	padding-top:1px;
	width:1200px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-radius:15px;
	-moz-border-radius:15px;
}
.content{
	text-align:left;
	float:left;
	margin: 0 auto;
	width:1160px;
}
.menu {
	margin: 0 auto;
	height:35px;text-align:center;
	vertical-align:middle; 
	background-image:url(../img/menu-bg.gif);
	width:1160px;
}

.website-title {font-family: "Trebuchet MS", Arial; color: #515a61; text-align: right; font-size:34px; letter-spacing:-1px;}

.table-corners {width:1200px;height:20px} /* old 900*/
.bg-white {background-color:#FFFFFF}
.corner1 {background-image:url(../img/corner1.gif); width:20px; height:20px;margin:0;}
.corner2 {background-image:url(../img/corner2.gif); width:20px; height:20px;padding-left:10px}
.corner3 {background-image:url(../img/corner3.gif); width:20px; height:20px}
.corner4 {background-image:url(../img/corner4.gif); width:20px; height:20px}
a.menu-link, a.menu-link:visited {background-image:url(../img/menu-sep.gif); height:35px; line-height:35px; background-position: right; background-repeat:no-repeat; padding-left:7px; padding-right:14px; padding-top:6px; padding-bottom:6px; font-family: tahoma; font-size:15px; color:#FFF; text-decoration:none; font-weight:bold}
a.menu-link:hover { background-image:url(../img/menu-bg_hover.gif); background-position:center; background-repeat:repeat-x; color:#ffffff}
a.menu-link.inhere{background-image:url(../img/menu-bg_hover.gif); background-position:center; background-repeat:repeat-x; color:#ffffff}
.content {padding-top:25px; padding-left:20px; padding-right:20px; padding-bottom:35px}
.content-right {padding-top:60px}
a.made-in {color:#aaaaaa }
.made-in_text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding-left:3px;
	padding-bottom:15px
}
a.menu-right, a.menu-right:visited {font-size: 18px; line-height:30px; padding-left:20px; text-decoration:none; color:#aaaaaa; background-color:#FAFAFA; width:200px; display:block; border-bottom:#CCCCCC solid 1px}
a.menu-right:hover {background-color:#eef2f5; color:#6b7785}
img{  border-style: none;
}

/* Tables
---------------------------------------------------------------------*/

table.stylized {
	border-collapse:collapse;
	position:relative;
	margin-top:1em;
	margin-bottom:1em;
}
table.stylized th,table.stylized td {
	line-height:18px;
	padding:8px 12px;
}
table.stylized th {
	background-color:#2A7AD2 !important;
	color:#fff;
	text-align:left;
}


table.stylized tr.high {
	background-color:#ffa !important;
}
table.stylized tbody th,table.stylized tbody td,table.stylized tfoot th,table.stylized tfoot td {
	border-bottom:solid 1px #eee;
}
table.stylized tfoot td {
	background-color:#f2f2f2 !important;
	border-bottom:2px solid #ddd;
}
table.stylized tr:nth-child(even) td {
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
	background:#FAFDFE;
}
table.stylized caption {
	margin-bottom:1em;
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
}
table.no-style th,table.no-style td {
	line-height:18px;
	padding:4px 8px 4px 0;
}
table.no-style td,table.no-style th {
	background:none !important;
	color:#666;
	border-bottom:0 none;
	border-bottom:1px dotted #ddd !important;
}
table.no-style caption {
	margin-bottom:0;
	text-align: left;
}
/* flot TD */
td.legendLabel {
	font-size:11px;
	padding:0 4px;
	vertical-align: middle;
}

/*tablestyle1--------------------------------------------------------*/
.tablestyle1 {
    
}

.tablestyle1 th {
    background-color: #F4F7FB;
    border-bottom: 1px solid #DAE2F1;
    padding:1px;
    text-align: left;
}

.tablestyle1 td {
    border-bottom: 1px solid #DAE2F1;
    padding:1px;
}

.tablestyle1 tr {

}

.tablestyle1 tr:hover {
    background-color: #f1f1d4;
}

.tablestyle1 caption {
    text-align: left;
    font-size: 12pt;
    border-bottom: 1px solid #A9C1D0;
    color: #1c94c4;
}

a.activetasklink:active img,a.activetasklink:visited img,a.activetasklink:link img {
    display:none;
}

a.activetasklink:hover img {
    display: block;
}
/* Buttons
---------------------------------------------------------------------*/

.btn {
	display: inline-block;
	padding: 5px 10px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	position: relative;
	cursor: pointer;
	border:1px solid #ccc !important;
	background:#fff url("../img/btn-overlay.png") repeat-x !important;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	border:1px solid #329ECC !important;
	opacity:0.9;
	-khtml-opacity: .9;
	-moz-opacity: 0.9;
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn-green {
	color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #749217 !important;
	background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
	-moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
	-webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	border:1px solid #749217 !important;
}

.btn-blue {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #2D69AC !important;
	background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
	border:1px solid #2D69AC !important;
}

.btn-red {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #AE2B2B !important;
	background-color: #D22A2A !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	-moz-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
	-webkit-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
	box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
	border:1px solid #AE2B2B !important;
}

.btn-special {
	font-size:110%;
	width: 210px;
}

.btn-blue-submit {
	#background-image:url("../img/back.png");
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #2D69AC !important;
	background-color: #3C6ED1 !important;
}
.btn-blue-submit:hover, .btn-blue-submit:focus, .btn-blue-submit:active {
	-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
	border:1px solid #2D69AC !important;
}

/*----right Panel----*/
.right {
	float: right;
	width: 234px;
	margin: 0 0 10px 0;
}

.right a {
	color: #bc243c;
	background: inherit;
}

.right a:hover {
	color: #323334;
	background: inherit;
}

		
	.rigttop {
		background: url(../img/shp_topright.gif) no-repeat;
		color: #fff;
		height: 17px;
	}
		
	.right_articles {
		font-size: 0.9em;
		background: #eaeaea url(../img/shp_btmright.gif) no-repeat bottom left;
		color: #000;
		padding: 0px 15px 17px 20px;	
		margin: 0 0 10px 0;
	}
	
/*new ------------*/	
.button{
    -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px  1px rgba(0, 0, 0, 0.2);box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
    background:#eee;
    border:0;
    color:#333;
    cursor:pointer;
    font-family:"Lucida Grande",Helvetica,Arial,Sans-Serif;
    margin:0;padding:6px 4px;
    text-decoration:none;
    position:relative
}
.example1 p, .example2 p{
    border:1px solid #eee;background:#eee;
    -moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
    width:400px;
    padding:10px;
    margin:10px 0
}

.border-table{
	border: 1px solid #95c8ef;
	padding:10px 10px 30px 10px;
	border-radius:10px;
}

.active-tab{
	font-size:16px;
	padding:8px 7px 0px 7px;
	margin-left:20px;
	background-color:#95c8ef;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}



#menu-wrapper {

}

#menu-wrapper.fixed {
	position: fixed;
	top: 0px;
	background: url(../img/transparent_bg.png) transparent repeat;
	z-index: 9999;
}`