﻿/* Main Color: #E30303
   Hover Color: #21a305
   Table Color: #e2d2a8
   Lines Color: #dddddd
   Fade Color: #eeeeee
*/

@-ms-viewport{
  width: device-width;
}



#page-container, .middle_container{
    width:1168px;
    margin: auto;
    position:relative;

}

@media only screen and (max-width: 1168px), only screen and (max-device-width: 1168px) {
    #page-container, .middle_container{
        width:100%;
    }
}

@font-face{
    font-family:'JannaLT-Regular';
    src:url('fonts/JannaLT-Regular.eot');
    src:url('fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/JannaLT-Regular.woff') format('woff'),url('fonts/JannaLT-Regular.ttf') format('truetype'),url('fonts/JannaLT-Regular.svg#JannaLT-Regular') format('svg');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'JannaLT-Bold';
    src:url('fonts/JannaLT-Bold.eot');
    src:url('fonts/JannaLT-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/JannaLT-Bold.woff') format('woff'),url('fonts/JannaLT-Bold.ttf') format('truetype'),url('fonts/JannaLT-Bold.JannaLT-Bold') format('svg');
    font-weight:normal;
    font-style:normal
}

#footer {

    padding: 3px 10px;
	background: #e30303;
}



/* ############### DEFAULT PAGE LAYOUT SETTINGS ############### */

#container .column { float: right; /* Eng: left */ -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
#container { padding: 3px;overflow: hidden; }
#container #content { padding: 0; } 
#container #content div#home { padding: 7px 0 0 0; }
#container #content div#page { padding: 14px 0 0 7px; }
#container #content div#page_container { padding-top: 10px; }
#container #content div#page_inside { padding: 15px 30px 30px 30px; }
#container #content div#page_inside div#page_body * { font-size: 16px !important; }
#container #left { padding: 7px 7px 0 7px; }
#container #right { padding: 7px 0 0 0; }
.home_block { padding: 7px; }
.side_block { padding-bottom: 7px; }
.block  { opacity: 0; }
.padding { padding: 5px; }



/* #content div#page p { text-align:justify; padding-bottom: 10px;} */
#backtotop { float: left; margin: 7px; }
#credits { padding: 15px; width: 200px; float: right; }
#copyright { color: #fff; padding:12px; font-family : "JannaLT-Bold", Verdana, Tahoma, Helvetica, sans-serif; 
 font-size: 16px;  }


#header {
  z-index: 100;
  position: relative;
  margin: 0 auto;
  /* padding: 1.5em 1.25em; */
}


fieldset {
	border: 1px #cccccc solid;
	margin: 3px 0;
	padding: 10px;
	clear: right;
} 
*{	outline:none;}
* html fieldset { padding-top: 0; }


legend {
	letter-spacing: -0.03em;
	line-height: 1;
	padding: 4px 0.5em; /*  Top and Bottom for IE7 */
	font-family : "JannaLT-Regular", Verdana, Tahoma, Helvetica, sans-serif; 
	font-weight : bold;
	background-color : inherit; 
	color: #E30303;
	font-size: 16px;
}

br {
   display: block;
   margin: 7px 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
ul#fomated_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 10px; /* Eng: left */

}
ul#fomated_list li {
	background-image: url('../images/icons/arrow.png');
	background-repeat: no-repeat;
	background-position: right 12px; /* Eng: left */
	padding-right: 13px; /* Eng: left */
	line-height:2em;

}
* html ul li a {
   height:1em;
}

table { border-collapse:collapse; }
table#content_structure { table-layout:auto; } /*  width: 100%; */
table#content_structure th, table#content_structure td { padding: 5px; }

hr {
	border: 0;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	width: 100%;
}

form {
	margin : 0;
	direction: rtl;
}
input, textarea, select {
	font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
}
textarea, INPUT.editbox, select.editbox {
	padding: 7px;
	border:1px solid #ddd;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
	background: -moz-linear-gradient(top, #f5f5f5, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fff');
	-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	/* width: 200px; */

}
INPUT#verification {
	width: 90px;
}
textarea {
	width: auto;
	min-width: 220px;
}
INPUT.username, INPUT.userpass {
	height:20px;
	padding-right:40px;
}
INPUT.username {
	background-image:url(../images/icons/user.png);
	background-repeat:no-repeat;
	background-position:center right;
    background-image:url(../images/icons/user.png), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background-image:url(../images/icons/user.png), -moz-linear-gradient(top, #f5f5f5, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fff');
}
INPUT.userpass {
	background-image:url(../images/icons/key.png);
	background-repeat:no-repeat;
	background-position:center right;
    background-image:url(../images/icons/key.png), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background-image:url(../images/icons/key.png), -moz-linear-gradient(top, #f5f5f5, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fff');
}
form input.editbox:focus, form textarea:focus {
	border-color:rgba(227, 3, 3, .80)!important;
	-moz-box-shadow:0 0 8px rgba(227, 3, 3, .4);
	-webkit-box-shadow:0 0 8px rgba(227, 3, 3, .4);
	box-shadow:0 0 8px rgba(227, 3, 3, .4);

}
select {
	padding: 2px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
}

INPUT.button, #button {
	font-family : "JannaLT-Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	text-align: center;
	cursor:pointer;
	padding:7px 20px;
	background:#E30303;
	color:#fff;
	border:0;
	text-shadow:none;
	-moz-transition: background linear .1s;
	-webkit-transition: background linear .1s;
	transition: background linear .1s;
	display: inline-block;
}

form input.button:hover, #button:hover {
	background:#21a305;
	color:#fff;
	border:0;
	text-decoration: none;
}
.block input:not([type]), .block input[type="color"], .block input[type="email"], .block input[type="number"], .block input[type="password"], .block input[type="tel"], .block input[type="url"], .block input[type="text"] {
	width: 90%;
	margin: 2px 0;
}


body {
	margin: 0;
	padding: 0;
	background: #dedede url('../images/bg.jpg') no-repeat fixed top center;
	
}

.small {
	font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	background-color : inherit;
	font-weight : normal;
}
TD, P, BODY, DIV {
	font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383838;
	font-weight : normal;
}

p, p span {
	margin : 0;
	line-height : 150%;
	padding : 0;
}

a:link, a:visited, a:active {
	color: #E30303;
	background-color : inherit;
	text-decoration : none;
	-moz-transition: color linear .2s, background linear .2s, border linear .2s;
	-webkit-transition: color linear .2s, background linear .2s, border linear .2s;
	transition: color linear .2s, background linear .2s, border linear .2s;
}
a:hover {
	background-color : inherit;
	color: #21a305;
	text-decoration: underline;

}
a img { border: 0;  }
img { border-color: #E30303; vertical-align: middle; }



ul#breadcrumb {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumb li {
	background-image: none;
	float:right; /* Eng: left */
	margin: 0;
	padding: 0;
	padding-right: .75em; /* Eng: left */
}		
#breadcrumb li a {
	background:url('../images/icons/breadcrumb.png') no-repeat left center; /* Eng: right */
	display:block;
	padding:0 0 0 15px; /* Eng: 0 15px 0 0; */
}							


/* ############### Block Tabs Style ################# */

ul.block_tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 37px; /*--Set height of tabs--*/
	border-bottom: 1px solid #dddddd;

	width: 100%;
}
ul.block_tabs li {
	float: right;
	margin: 0;
	margin-left: 4px;
	padding: 0;
	height: 36px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 29px; /*--Vertically aligns the text within the tab--*/

	border: 1px solid #dddddd;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important; 
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #eeeeee;
}
ul.block_tabs li div {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 15px 6px 15px;

	outline: none;
}
ul.block_tabs li div:hover {
	background: #E30303;
	color: #fff;
	cursor: pointer;
}
ul.block_tabs li.active, ul.block_tabs li.active div:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;

	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color: #000;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: right;
	width: 100%;
	background: #fff;
	padding-top: 5px;
}
.tab_content {
	padding: 10px 5px;
}

/* Block Tab Style End */


/* tabs */
ul#tablist li {
	background: none;
	padding: 0px;
	margin: 0px;
}
#tablist
{
	padding: 8px 0;
	margin-right: 0;
	border-bottom: 1px solid #dddddd;
}

#tablist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a
{
	padding: 8px 0.6em;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important; 
	border: 1px solid #dddddd;
	border-bottom: none;
	background: #eeeeee;
	text-decoration: none;
}


#tablist li a#current
{
	color: #383838;
	background: #fff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#tablist li a:hover
{
	color: #fff;
	border: 1px solid #E30303;
	background-color: #E30303;
}
#tabcontainer {
	padding: 0px 10px 10px 10px;
	border: 1px solid #dddddd;
	border-top: 0;
}

table.table, div.table {
	border-collapse: collapse;
    border: 1px solid #E30303;
}
table.table td {

	border: 1px solid #aaaaaa;
}
table.table thead tr td {
 
	border: 1px solid #aaaaaa;
	text-align: center;

}

table.table tr:nth-child(even) { /*(even) or (2n 0)*/
	background: #fbfbfb;
}

table thead tr:first-child td, .thead {
	font-size : 15px;
	background: #E30303;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #E30303;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important; 

}
.thead {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important; 
}
.thead * {
	color: #ffffff !important;
} 


/*
table thead tr:first-child td:first-child {
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px; 
}

table thead tr:first-child td:last-child {
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px; 
}



*/
table.fieldlist td { padding: 8px; }

table.fieldlist tr {
	border-bottom: 1px solid #dddddd;
}
table.fieldlist tr:last-child {
	border-bottom: 0;
}


.blocks_pbody { /*border-bottom: 1px #d2d2d2 solid;*/ margin-bottom: 15px; position: relative; white-space: inherit; width: 100%; 	padding-bottom: 10px; display: table-cell; } 	/* display: table; */ 


#date {
	color: #000000;
}


#double li  { 
	width:45%;
	float:left;
	display:inline;
}
.info, .error, .form_error {
	background-position: right center; /* Eng: left */
	background-repeat:no-repeat;
    text-align: right; /* Eng: left */
    padding: 10px;
	padding-right: 25px; /* Eng: left */
	margin: auto;
	margin: 10px 0;
}

.info {
    background-image: url(../images/icons/info.gif);
	background-color: #F8FAFC ;
    border: 1px solid #B5D4FE;

}
.form_error {
    background-image: url(../images/icons/error.gif);
	background-color: #FFF9D3;
    border: 1px solid #ee735c;
	padding: 3px 25px;
	margin: 3px 0;
	color: #e34f43;
}
.error {
    background-image: url(../images/icons/error.gif);
	background-color: #FFF9D3;
    border: 1px solid #ee735c;
	color: #e34f43;
}

.news_line {
	border-width: 0px !important;
	padding: 0px !important;
	text-decoration: none !important;
	color: #383838 !important;
}

#spacer {
	height: 5px;
	clear: both;
	display: block;
}

.template_1 {
	border-bottom: 1px #dddddd solid; padding-bottom: 13px; padding-top: 7px; margin-bottom: 3px;
}
.template_2 {
	padding-bottom: 7px; margin-bottom: 3px;
}

.breaking_news {
	font-family : "JannaLT-Regular", Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 17px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #c50001;
	padding: 7px;
	margin: 5px 0;
	background: #c50001; 
}



.list_over { 
	background-color: #eeeeee;
	cursor: pointer;
}

.list_gray { 
	background-color: #fbfbfb;
}
.list_normal { 
	background-color: inherit;
}
.unread { 
	background-color: #fffecb;
}
.poll_container {
	width: 100%; margin: 3px; border: 1px solid #dddddd;
}
.poll_bar {
	background-color: #E30303;	height: 5px;
}

.box {
	padding: 7px 10px;
	margin: 7px;
	border: 1px solid #dddddd;
}
.captcha {
	border: 1px solid #dddddd;
	background:#fff;
}
.details {
	/* font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif; */
	font-size : 11px;
	font-weight : normal;
	line-height : 17px;
	color: dimgray;
}

.source {
	color: #E30303;
	font-family : "JannaLT-Regular", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}

a:link img.thumb, a:visited img.thumb, a:active img.thumb, a:link img.item_thumb, a:visited img.item_thumb, a:active img.item_thumb, a:link img.blocks_pthumb, a:visited img.blocks_pthumb, a:active img.blocks_pthumb, img.thumb {

   /*
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #DCDCDC #D0D0D0 #C0C0C0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 6px 9px -4px rgba(99, 99, 99, 0.4);
    overflow: hidden;
    padding: 4px;
    transition: all 0.4s ease-out 0s;
*/
	display: block;
	
	/* border: 3px solid #dddddd;
	
	-moz-transition: border linear .2s,-moz-box-shadow linear .2s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;*/
}

a:hover img.thumb, a:active img.thumb, a:hover img.item_thumb, a:hover img.blocks_pthumb, #bx-pager a:hover img, #bx-pager a.active img { 
/* 	border: 3px solid #21a305; */

}
/*div.thumb_frame {
	 border: 1px solid #DDDDDD; 
	background: #eeeeee; 
	padding: 0 6px;
	margin: 5px;

} */

/* a:link.noline, a:visited.noline, a:active.noline, a.noline { 	
	padding: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
} */


.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center  {
	text-align: center !important;
}
.middle {
	margin: auto; display: table;
}
.title {
	color : #E30303;
	background-color : inherit;
}
.large {
	font-family : "JannaLT-Bold", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight : bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family : "JannaLT-Bold", Verdana, Arial, Helvetica, sans-serif;
	color : #E30303;
	margin: 0; padding: 0;
	line-height: 130%;
	font-weight: normal;
	margin-bottom: 5px;

}
h1              { font-size: 2.2em; }
h2              { font-size: 1.55em; }
h3              { font-size: 1.35em;  }
h4              { font-size: 1.15em; }
h5              { font-size: .83em; }
h6              { font-size: .75em;}

h2.title {
	background: url('../images/icons/dottedline.gif') bottom repeat-x;
	padding-bottom: 4px;
	margin: 3px 0 8px 0;
}
h3 a:link, h2 a:link { text-decoration : none; } 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #21a305; text-decoration : none; } 


span.table_t1 a:link, span.table_t1 a:visited {
	color: #e30303;
	font-family : "JannaLT-Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	text-decoration : none;
}

span.table_t2 a:link, span.table_t2 a:visited {
	color: #fff;
	font-family : "JannaLT-Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;
}
.edit { font-family : "JannaLT-Regular", Verdana, Tahoma, Helvetica, sans-serif; display: block; background: red !important; text-decoration: none; color: #fff !important; font-size: large; padding: 3px 10px; margin: 10px 0; }
.edit:hover { text-decoration: none; opacity: 0.7; }

a:link.c, a:visited.c, a:active.c, a:link.back, a:visited.back, a:active.back, a:link.key, a:visited.key, a:active.key { /*a:link.more, a:visited.more, a:active.more, */
	padding: 3px 8px; 
	margin: 3px 1px;
	font-weight : normal; 
	text-decoration : none;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	color: #383838;
	display: inline-block;
	line-height: 25px;
	-moz-transition: border linear .2s;-webkit-transition: border linear .2s;transition: border linear .2s;
}

/*a:link.more, a:visited.more, a:active.more {
	display: inline-block;
	float: left;
	margin-left: 5px;
	margin-top: 1px;
} */

a:link.back, a:visited.back, a:active.back {
	margin-top: -6px; display: block; float: left; /* Eng: right */
}
a:link.key, a:visited.key, a:active.key {
	display: inline-block;
}
a:hover.c, a:hover.back, a:hover.key, a:link.key_current, a:visited.key_current, a:active.key_current { /* a:hover.more,  */

	font-weight : normal; 
	text-decoration : none;
	border: 1px solid #E30303;
		/* color: #eeeeee; background-color: #E30303 !important; */

}
@media screen and (-webkit-min-device-pixel-ratio:0) { div.chrome-fix { width: 99.99999% !important;} }

.ImageWrapper { overflow: hidden;position: relative; display: table-cell; vertical-align: middle;  text-align: center; } /* padding: 0 7px; */

.ImageWrapper .ImageIcon { font-size: 0; display: inline-block; border: 2px solid transparent; visibility: hidden;opacity: 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); padding: 10px; transition: all 200ms ease-in-out; margin-top: -20px; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; -webkit-background-clip: padding-box; -moz-background-clip:padding; background-clip: padding-box; z-index: 3;}
.ImageWrapper:hover .ImageIcon {   border: 2px solid rgba(255,255,255,.9);  margin: 25% 3px;  opacity: 1; visibility: visible;}
.ImageIcon:hover {   transform: scale(0.9);  }


.ImageWrapper .ItemIcon {  font-size: 0; display: inline-block; border: 2px solid transparent; visibility: hidden;opacity: 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); padding: 10px; transition: all 200ms ease-in-out; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; -webkit-background-clip: padding-box; -moz-background-clip:padding; background-clip: padding-box; z-index: 3;}
.ImageWrapper:hover .ItemIcon {   border: 2px solid rgba(255,255,255,.9); margin: 25% 3px;  opacity: 1; visibility: visible;  }
.ItemIcon:hover {   transform: scale(0.9);  }

.ImageWrapper .caption { position: absolute;  bottom: 8%;  margin: 0 auto; overflow: hidden; z-index: 2; width: 99%; max-height: 25%; line-height: 15px;  }
.ImageWrapper .caption a { font-size: 95%; color: #fff;  padding: 0 5px; }
.ImageWrapper .caption a:hover { text-decoration: none;}

 .ImageWrapper .ImageOverlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	bottom: 0;display: block;height: 100%;left: 0;opacity: 0;position: absolute;right: 0;top: 0;-webkit-transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;width: 100%; z-index: 1;
}
.ImageWrapper:hover .ImageOverlay {opacity: 1; }
.ImageLink { display: block;  position:absolute;   width:100%;  height:100%;  top:0;  left: 0;  z-index: -1; }


div#play { display: block;  position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  background: url(../images/icons/play_video.png) no-repeat center center; }

/*the basics, and works for FF
#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:999999;
	padding-top:200px;
	padding-left:50px;
	width:100%;
	clear:none;
	background-color: #fff;

	} */
/*IE will need an 'adjustment'
* html #LoadingDiv {
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
*/

/* Pagination object */
div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a, div.pagination a:active, div.pagination a:visited {
	padding: 3px 6px;
	margin: 2px;
	border: 1px solid #E30303;
	text-decoration: none; /* no underline */;
	color: #E30303;
	display: block;
	float: right; /* Eng: left */
	background-color: none;

}

div.pagination a:hover {
	padding: 3px 6px;
	border: 1px solid #E30303;
	background-color: #E30303;
	color: #FFF;
}

div.pagination span.current {
	padding: 3px 6px;
	margin: 2px;
	display: block;
	float: right; /* Eng: left */
	font-weight: bold;
	border: 1px solid #E30303;
	background-color: #E30303;
	color: #FFF;

}
div.pagination span.disabled {
	padding: 3px 6px;
	margin: 2px;
	border: 1px solid Gainsboro;
	display: block;
	float: right; /* Eng: left */
	color: Gainsboro;

}
div.pagination span.dots {
	padding: 3px 6px;
	display: block;
	float: right; /* Eng: left */
}


#categories_list {
	border: 1px #dddddd solid;
}


#categories_list ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#categories_list ul li
{
	margin: 0px;
	border: 0px none;
	background-image: url('none');list-style-type:none
	display: block;
	padding: 0;
	/*background: transparent url('../images/icons/arrow.png') right no-repeat; */
	text-decoration: none;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	-webkit-transition: background  .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

#categories_list ul li a {
	padding: 5px 5%;
	text-decoration: none;
	color: #777;
	display: block;
	border-bottom: 1px solid #dddddd; 
}
#categories_list ul li:last-child a {
	border-bottom: 0; 
}

#categories_list ul ul li a {
	padding: 5px 10%;
	border-bottom: 1px solid #dddddd !important; 
}
#categories_list ul ul ul li a {
	padding: 5px 15%;
	border-bottom: 1px solid #dddddd !important; 
}

#categories_list ul ul ul ul li a {
	padding: 5px 20%;
	border-bottom: 1px solid #dddddd !important; 
}
 #categories_list ul li a#current
{
	background-color: #eeeeee;
	color: #000;
	font-weight: bold;
}

#categories_list ul li a:hover
{
	background-color: #eeeeee;
	color: #000;

}
ul#navlistx
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
	/* font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; */
}
ul#navlistx li
{
	margin: 0px;
	border: 0px none;
	
	padding: 0px;
	background-image: url('none');list-style-type:none
		display: block;
	border: 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #dddddd; 
	/* background: transparent url('../images/icons/arrow.png') right no-repeat; */

	text-decoration: none;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul#navlistx li:last-child
{

	border-bottom: 1px solid transparent; 

}

ul#navlistx li a
{
text-decoration: none;
	color: #000000;
	display: block;

}

ul#navlistx li a:hover {

}

ul#navlistx li:hover
{

	background-color: #eeeeee;
	color: #000;
	border-bottom: 1px solid #dddddd;

}



#subsections 
{ 
	margin: auto; 
}


#subsections  ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;

}
#subsections  ul li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: none;
}

#subsections ul li a
{
	font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #104685;
	background: url(../images/menu.gif) bottom right no-repeat;
	border: 0px;
	margin: 0px;
	
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 6px 15px 6px 0px;
	
}

#subsections a:hover
{
	background-color: inherit;
	color: #104685;
	

	background-position: top right;
}
#subsections li a#current
{
	color: #383838;
	background: white;
	border: 1px solid #dddddd;
	font-weight: bold;
}

.news_time {
	font-weight: bold;
}
#item_box_thumb {
	border: 1px #dddddd solid;
    padding: 5px;
    margin: 3%;

}

#item_box_list {
	border: 1px #dddddd solid;
	margin-bottom: 10px;
}

#item_body {
	padding: 5px 5px;
}
#item_details {
	border-top: 1px #dddddd solid;
	background: #eeeeee;
	padding: 5px 10px;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important; 
	clear:both;
}

#item_details span {
	display: block-inline;
	padding-left: 12px;
}
#items_panel {
	padding: 4px 8px;
	border: 1px #dddddd solid;
	overflow: auto;
}

#item_file {
	border: 1px #dddddd solid;
	background: #eeeeee;
	padding: 2px 5px;
	margin-bottom: 5px;

}
#item_button {
	display: inline-block; min-width: 25%; vertical-align:middle; 
}
#item_button a  {
	font-family : "JannaLT-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#item_button a:hover  {
	text-decoration: none;
}
#item_button img {
	padding: 3px 5px;vertical-align:middle;
}
#item_file #item_ext { float: right; padding: 7px 10px; min-width: 15%; }
#related_item { margin: 5px; display: inline-table; vertical-align: top; min-width: 23%; }


/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
   /* background-color:#f62929; */
    position:relative;
    top:0;
    left:0;
    z-index:5;
    height:100%;
}
.jRatingColor {
  /*  background-color:#f4c239;  yellow bgcolor of the stars*/
  background: url('../images/icons/rate_small.png') repeat-x -40px;
    position:relative;
    top:0;
    left:0;
    z-index:2;
    height:100%;
}

/** Div containing the stars **/
.jStar {
    position:relative;
    left:0;
    z-index:1;

}

/** P containing the rate informations **/

p.jRatingInfos span.maxRate {
    color:#c9c9c9;
    font-size:14px;
}
.RatejRatingContainer {
	direction: ltr;
	display: inline-block;
}
.RateDetails {
	margin-left: 5px; 
	display: inline-block;
	float: right;

}


a#tweet_button {
      position: absolute;
      width: 24px;
      height: 15px;
      line-height: 15px;
      padding: 10px;
      font-size: 14px;
      text-align: center;

      background: #E30303;
   
      border-radius: 5px;

      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
	  margin: 40px;
}

a#tweet_button:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #E30303 transparent;
      top: -15px;
      left: 12px;
}

/* Big Radius */
.ContentWrapper .ContentC, #item_box_thumb, #item_details, #item_box_list, #item_details, .table, div.thead { /*, img.thumb, img.item_thumb, .ImageOverlay, a:link img.blocks_pthumb */
	-webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;
-webkit-background-clip: padding-box; -moz-background-clip:padding; background-clip: padding-box;
}

/* Medium Radius */

 .info, .error, .form_error, #items_panel, #item_file, .breaking_news, fieldset {
	-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
-webkit-background-clip: padding-box; -moz-background-clip:padding; background-clip: padding-box;
}


/* Small Radius */
.box, .captcha, table.calendar td.linked-day a, div.pagination a, div.pagination span, a:link.c, a:link.back, a:link.key, #tablist li a, ul.block_tabs li, INPUT.button, #button, .editbox, textarea, select, .edit, .poll_container, .poll_bar, #categories_list {
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	-webkit-background-clip: padding-box; -moz-background-clip:padding; background-clip: padding-box;
}


