/*.headerNav {
overflow: hidden;
height: 25px;
background: #E4E9F8;
font-size: 100%;
border-bottom: 4px solid #0B1697;
-webkit-box-shadow: -3px 13px 18px -7px #848590;}

.headerNav li.active a, .headerNav li.active a:hover {
background: #456EBE;
color: #FFF;
text-decoration: none;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #BFBDF2), color-stop(1, #05129E) );
background-image: -o-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -moz-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -webkit-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -ms-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: linear-gradient(to bottom, #A7C4F1 0%, #0B1697 100%);
}


#slide_box {
width: 610px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

#polls{
margin-left: 70px;
cursor: pointer;
/*height: 20px;*/
/*width: 60px;
border-radius: 7px !important;
display: inline-block;
background: #003cbe;
padding: 2px 5px 2px 5px;
color: white;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color: #0061a7;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}


#harcum_bar{
color: #244d9c;
font-size: 20px;
font-weight: bold;
margin: 10px 0 15px 100px;
text-shadow: 0px 3px 8px #979697;
}

#polls {
box-shadow: inset 0 0 0 7px rgba(255,255,255,.5);
}

.block {
overflow: auto;
background-color: #DFEAF1;
padding: 5px 10px;

border-radius: 5px;
margin-bottom: 20px;
}


.down_links {
padding: 10px 0 10px 10px;
font-weight: bold;
font-size: 17px;
color: #4fc7f3 !important;
text-align: left;
}

.down_links:hover {
background: #1b5790;
color: white !important;
}

#welcome {
overflow: auto;
background-color: #F5F8FC;
padding: 5px 10px;
border: 1px solid #BEBEBE;
border-radius: 5px;
margin-bottom: 20px;
box-shadow: 0 0 28px 4px rgba(4, 12, 14, 0.36);
}

#welcome_photo {
float: right;
margin: 10px 5px 10px 15px;
width: 150px;
border: 3px solid #DFDFDF;
border-radius: 11px;
}

#header_top {
height: 30px;
background: #244D9C;
background: rgb(30,87,153);
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 52%, rgba(125,185,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(52%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

*/

.headerNav {
overflow: hidden;
height: 25px;
background: rgb(65,69,72);
font-size: 100%;
/*border-bottom: 4px solid #0B1697;*/
-webkit-box-shadow: -3px 13px 18px -7px #848590;}

.headerNav li.active a, .headerNav li.active a:hover {
background: rgb(221,15,36)!important;
color: #FFF;
text-decoration: none;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #BFBDF2), color-stop(1, #05129E) );
background-image: -o-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -moz-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -webkit-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: -ms-linear-gradient(bottom, #BFBDF2 0%, #05129E 100%);
background-image: linear-gradient(to bottom, #A7C4F1 0%, #0B1697 100%);
}


#slide_box {
width: 610px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}

#polls {
box-shadow: inset 0 0 0 7px rgba(255,255,255,.5);
}

#harcum_bar{
color: #DC0E23 !important;
font-size: 17px;
font-weight: bold;
text-align: center;
}

#birthdays{
color: #DC0E23 !important;
font-size: 13px;
font-weight: bold;
text-align: center;
}

.block {
overflow: auto;
margin-top: 5px;
/*background-color: #DFEAF1;*/
padding: 5px 10px;
border: none;
margin-bottom: 5px;
}
.congratulattions{
    margin-top: 5px;
    border: 1px solid #A1A3A4!important;
    background-color: white!important;
    color: #000000!important;
}

.poll{
    border: 1px solid #A1A3A4;
    border-radius: 5px;
}


.down_links {
padding: 10px 0 10px 10px;
font-weight: bold;
font-size: 17px;
color: #4fc7f3 !important;
text-align: left;
}

.down_links:hover {
background: #1b5790;
color: white !important;
}

#header_top {
height: 30px;
background: #244D9C;
background: rgb(30,87,153);
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 52%, rgba(125,185,232,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(52%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(32,124,202,1) 52%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

#welcome_photo {
float: right;
margin: 10px 5px 10px 15px;
width: 150px;
border: 3px solid #DFDFDF;
border-radius: 11px;
}

#button_pollyik{
width:100px;
border-radius:0!important;
margin-bottom: 10px;
text-align: center;
}

#button_pollyik:hover{
    text-shadow: 0px 0px 1px #FFFFFF;
}
.searchBtn{
cursor: pointer;
border-radius: 7px !important;
background: #003cbe;
padding: 2px 5px 2px 5px;
color: white;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color: #0061a7;
font-size: 11px;
font-weight: bold;
}

#login_form .submitBtn{
cursor: pointer;
border-radius: 7px !important;
background: #003cbe;
padding: 2px 5px 2px 5px;
color: white;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color: #0061a7;
font-size: 11px;
font-weight: bold;
}
#login_form .submitBtn:hover{
text-decoration: none;
text-shadow: 0px 0px 1px #FFFFFF;
}

.active td{
    background-color: #fffa9e!important;
}
.headerNav_panel{
    height: 35px;
}
.headerNav_panel li a{
    height: 35px;
    color: white;
}

.active{
    background: rgb(221,15,36)!important;
}
