body {
	background: #f1f1f1 url(images/allbg.gif) repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3d-light-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-dark-shadow-color: #fff;
	scrollbar-face-color: #565656;
	scrollbar-highlight-color: #373737;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #fffF;
	padding: 0;
	margin: 0;
}

body, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	padding: 0;
	margin:0;
}

hr {
	color: #0A2B81;
	height: 1px;
	border-top: 1px solid #0A2B81;
	width: 99%;
	clear: both;
	margin: 5px 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
.clear, .wline {
	clear: both;
	margin: 0;
	padding: 0;
}
/***************** MENU **********************/

.headermenu {
	width: 1000px;
	margin: 10px 0 0 0;
	background: url(images/bgnewmenu.gif) no-repeat;
}
#navigation {
	width: 997px;
	background-image: none;
	background-repeat: repeat-x;
	height: 42px;
	padding: 0;
	margin: 2px 0 0 3px;
}

#navigation #mainmenu {
	z-index: 2;
	position: relative;
}
#navigation #mainmenu ul {
	background-color: transparent; /* DELETE */
	white-space:normal;	
	background-image: url(images/divide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 1px;
	padding: 0;
	height: 38px;
	z-index: 20;
}

#navigation #mainmenu ul li { /* all list items */
	float: left;
	margin: 0;
	display: block;
	position: relative;
	text-align: center;
	list-style: none;
	background-image: url(images/divide.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*padding: 13px 8px 12px 9px;*/
	padding: 13px 5px 12px 5px;
}
#navigation #mainmenu li li { /* sub mainmenu list items */
	float: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #747474;
}
#navigation #mainmenu li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	outline: none;
}
#navigation #mainmenu li a:hover {
	text-decoration: none;
	color:#000;
}
#navigation #mainmenu li li a {
	margin: 0;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 5px 10px;
	width: 160px;
}
#navigation #mainmenu li li a:hover,  #navigation #mainmenu li li.over, #navigation #mainmenu li li.current {
	 background-color: #fcb532;
	 background-image: none;
}
#navigation #mainmenu li:hover, #navigation #mainmenu li.over {
	background-image: url(images/bgmenu2.gif);
	color:#000;
}
#navigation #mainmenu li.current, #navigation #mainmenu li.on {
	background-image: url(images/bgmenu2.gif);
	color:#000;
}
#navigation #mainmenu li.on a:link, #navigation #mainmenu li.on a:active, #navigation #mainmenu li.on a:visited {
	color: #000;
} 

#navigation #mainmenu li.on li a:link, #navigation #mainmenu li.on li a:active, #navigation #mainmenu li.on li a:visited {
	color: #fff;
} 
#navigation #mainmenu li.active {
	background-image: url(images/bgmenu2.gif);
	color:#000;
}

#navigation #mainmenu li ul, #navigation #mainmenu li.active ul {
	display: none;
	position: absolute;
	left: 0;
	height: auto;
	background: Black;
	margin: 10px 0 0 0;
	border-top: 1px solid #747474;
	color: #fff;
}
#navigation #mainmenu li li ul {
	left: 160px;
	top: 0;
	margin: 0;
	height: auto;
	background: #696969;
	border-left: 1px solid #747474;
}
#navigation #mainmenu li li ul.right {
	left: -160px;
}
#navigation #mainmenu li li {
	background: none;
}
#navigation #mainmenu li:hover ul, #navigation #mainmenu li ul li:hover ul,
#navigation #mainmenu li.over ul, #navigation #mainmenu li ul li.over ul {
	display: block;
	color: #000;
}
#navigation #mainmenu li:hover ul ul,
#navigation #mainmenu li.over ul ul{
	display: none;
	color: #000;
}

/***************** MENU THE END **********************/
.subnav {	
	background: #ffb820;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	height: 28px;
}
.subnav ul {
	margin: 0 0 0 7px;
	padding: 0;
}

.subnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.subnav ul li a {
	color: #000;
	padding: 7px 4px 0 4px;
	display: block;
}

.subnav ul li.on a, .subnav ul li a:hover  {
	color: #000;
	text-decoration: underline;
}
.subnav ul li.subnavsep {
	margin: 0;
	padding: 7px 0 0 0;
}

/******************** EGONAV ********************/
#egonav {
	height: 20px;
	width: 110px;
	margin: 0;
	padding: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	z-index:1;
}
#egonav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:1;
}
#egonav ul li {
	float: left; /* all list items */
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 1px;
	font-weight: bold;
	position: relative;
	outline: none;
	cursor: pointer;
}
#egonav ul li a:link, 
#egonav ul li a:active, 
#egonav ul li a:visited {
	display: block;
	padding: 0;
	color: #000;
	text-decoration: none;
	outline: none;
}

#egonav ul li:hover, #egonav ul li a:hover {
	text-decoration: none;
	display: block;
}

#egonav ul li.current {
	color: #fff;
}
#egonav ul li.current a:link, #egonav ul li.current a:active, #egonav ul li.current a:visited, #egonav ul li.current a:hover {
	color: #fff;
	padding: 5px 10px;
	border: 0;
	text-decoration: none;
}

#egonav ul li ul {
	margin: 7px 0 0 0;
	padding: 2px 0 0 3px;
	display: none; /* second-level lists */
	position: absolute;
	left: 0;
	top: 12px;
	width: 226px;
	border: 2px solid #cadef6;
	background-image: url(images/bg_egosubmenu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#egonav ul li ul li {
	float: none; /* sub mainmenu list items */
	color: #444;
	font-weight: normal;
	float: left;
	font-size: 10px;
	display: block;	
	margin: 0;
	padding: 2px 0;
	text-decoration: none;
}
#egonav ul li ul li a {
	background-color: transparent;
	text-decoration: none;
}
#egonav ul li ul li a:link, #egonav ul li ul li a:active, #egonav ul li ul li a:visited, #egonav ul li.right ul li a:link, #egonav ul li.right ul li a:active, #egonav ul li.right ul li a:visited {
	margin: 0;
	padding: 4px 3px 4px 8px;
	width: 100px;
	text-align: left;
	background-color: transparent;
	color: #444;
	background-image: none;
	border: 0px;
	text-decoration: none;
}

#topmenu .network #egonav ul li ul li a:hover {
	color: #fff;
	border: 0px;	
	background-color: #7CA7DC;
	text-decoration: none;
}

#egonav ul li.over {
	color: #fff;
	text-decoration: none;
}
#egonav ul li:hover ul, #egonav ul li.over ul {
	display: block; /* lists nested under hovered list items */
	color: #fff;
	background-color: #fff;
	text-decoration: none;
}
/*------*/


.headmenu {
	border: 0px solid #f61900;
	padding: 0;
	margin: 0;
	width: 985px;

}
table.headtop {
	height: 90px;
	width: 965px;
	margin: 5px 0;
	text-align: left;
}
.headbottom {
	margin: 10px 0 0 0;
}
.footer {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 11px;
	width: 970px;
	clear: both;
	background: #000;
	padding: 15px;
}

.footeradv {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.footeradv a:link, .footeradv a:hover, .footeradv a:active, .footeradv a:visited {
	color: #fff;
	font-weight: bold;
}

.logo2 {
	padding: 0 40px 0 0;
	margin: 0;
}

.ban300250, .banner300250, .ban468, .ban120300, .ban728II {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.ban72890 {
	padding: 0 20px 0 0;
	margin: 0;
}

.border {
	width: 978px;
	border: 1px solid #c2c2c2;
	border-top: 0px;
	background-color: #fff;
	padding: 10px 10px 0 10px;
	margin: 0;
	display: block;
}

.leftcolumn {
	width: 656px;
	display: block;
	float: left;	
	margin: 0;
	padding: 0;
}
.leftcolumn2 {
	width: 656px;
	display: block;
	float: left;	
	margin: 0;
	padding: 0;
}
.rightcolumn {
	width: 313px;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

/************* Latest News *******************/
.lastcont {
	width: 311px;
	height: 150px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
/*.latestout {
	width: 311px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #c3c3c3;
	border-top: 0;
}*/

.latestout /*SPORTINGBET*/ {
	width: 311px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #0344a0;
	border-top: 0;
	background: url(images/newstabs_betbg.gif) repeat-x top left;	
}

.newstabs {
	font-size: 10px;
	/*color: #606060;*/
	color: #ec615e;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	background: url(images/newstabs_bet.gif) no-repeat top left;	
	/*width: 137px;*/
	padding: 6px 0;
	margin: 0 0 5px 0;
}
.newstabs a {
	/*color: #606060;*/
	color: #ec615e;
}
.newstabson {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	padding: 6px 0;
	margin: 0 0 5px 0;	
	/*width: 174px;*/
	/*color: #000;*/
	color: #ee2c11;
	background: url(images/newstabson_bet.gif) no-repeat top left;
}
#latestnews {
	width: 110px;
}
#videolive {
	width: 80px;
}
#popularnews {
	width: 120px;
}
.newstabson a {
	/*color: #000;*/
	color: #ee2c11;
}

.rightbox {
	margin: 0;
	padding: 0 0 0 12px;
	border: 0px solid #c2c2c2;
}
.rightbox h1 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #1D1D1D;	
}
.rightbox h1 a:link, .rightbox h1 a:active, .rightbox h1 a:visited {
	font-size: 12px;
	color: #1D1D1D;	
	font-weight: bold;
}
.rightbox h1 a:hover {
	font-size: 12px;
	color: #1D1D1D;	
	font-weight: bold;
} 














.latest {	
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}

.latestbar {
	height: 250px;
	
	overflow: auto;
	scrollbar-3d-light-color: #D3D3D3;
	scrollbar-arrow-color: #D3D3D3;
	scrollbar-base-color: #D3D3D3;
	scrollbar-darkshadow-color: #fff;
	scrollbar-dark-shadow-color: #D3D3D3;
	scrollbar-face-color: #a3a3a3;
	scrollbar-highlight-color: #a3a3a3;
	scrollbar-shadow-color: #d4d4d4;
	scrollbar-track-color: #fff;
	margin: 0 2px 0 0;
	padding: 0;
}

.latest img  {
	margin: 0;
	padding: 0;
	border: 0;
}
.latest ul {
	padding: 0;
	margin: 0 0 0 5px;
}
.latest ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	
}
.latest ul li h2  {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
}
.latest ul li h2 a, .latest ul li h2 a:link, .latest ul li h2 a:active, .latest ul li h2 a:visited {
	color: #000;
	text-decoration: none;
}
.latest ul li h2 a:hover {
	text-decoration: underline;
}

.latest ul li h1  {
	color: #313131;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 3px 0;
	padding: 0 0 1px 10px;
	/*background: url(images/bullatest.gif) no-repeat top left;*/
	background: url(images/bullatest_red.gif) no-repeat top left;
	border-bottom: 1px solid #e2e2e2;
}
.latest ul li h1 a, .latest ul li h1 a:link, .latest ul li h1 a:active, .latest ul li  h1 a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #313131;
}
.latest ul li h1 a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #313131;
}

.latest h3  {
	color: #313131;
	font-weight: bold;
	text-align: right;
	list-style: none;
	font-size: 11px;
	margin: 3px 3px 1px 0;
	padding: 0 0 0 10px;
}
.latest h3 a, .latest h3 a:link, .latest h3 a:active, .latest h3 a:visited {
	color: #313131;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
}
.latest h3 a:hover {
	color: #313131;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}


.latest .morearts {
	color: #000;		
	display: block;
	float: left;
	width: 307px;
	height: 23px;
	font-weight: bold;
	color: #fff;
	/*background: url(images/latestsponsbg.jpg) repeat-x top;*/
	/*background: url(images/latestyellowbg.jpg) repeat-x top;   ORIGINAL    
	background-color: #ffb820;*/
	background: #ec2a1e;
	padding: 3px 2px 0 2px;
	margin: 10px 0 0 0;
}
.latest .morearts table td {
	padding: 0 2px;
	margin: 0;
}

.latest .morearts table .dropsm2 table input {
	border: 1px solid #000;
}

.latest .morearts table .dropsm2 {
	width: 120px;
	margin: 1px 0;
	padding: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



.updownarrows {
	display: block;
	float: right;
	background: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 59px;
}
.updownarrows img {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}




/************ Latest News Promo ***************/


.latestmore {
	color: #f61900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 1px 0 2px 0;
	padding: 0 2px 0 3px;
	text-align: right;
	background: url(images/bgmore.gif) right no-repeat;
	/*	border-left: 1px solid #f16610;
	border-right: 1px solid #f16610; */
	height: 21px;
}
.latestmore a:link, .latestmore a:active, .latestmore a:visited {
	color: #f61900;
}
.latestmore a:hover {
	color: #f61900;
	text-decoration: underline 
}


/************* APOPSEIS *************/

.apopseisbox {
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	clear: both;
}

.apopseisbox img {
	padding: 0;
	margin: 0;
	display: block;
}
.apopseisin {
	padding: 0;
	margin: 0;
	background: url(images/bubblebg.gif) repeat-x top;	
	overflow: hidden;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.apopseisin h2 {
	padding: 3px 5px ;
	margin: 0;
	font-size: 11px;
	color: #fff;
	text-align: right;
	background: #000;
}
.apopseisin h2 a:link, .apopseisin h2 a:visited, .apopseisin h2 a:active {
	color: #fff;
}
.apopseisin h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.apopseisin .bubbleout {
	margin: 8px 0 0 0;
	padding: 0;
}

.apopseisin .bubble {
	background: url(images/bubblebot.gif) no-repeat left bottom;
	text-align: left;
	padding: 2px 0 8px 0;
	margin: 0 0 0 8px;
}

.apopseisin .bubblein {
	background: url(images/bubbletop.gif) no-repeat left top;
	text-align: left;
	height: 50px;
	margin: 0 0 5px 0;
}

.apopseisin .bubble h3 {
	font-size: 11px;
	margin: 10px 70px 0 7px;
	padding: 0;
}

.apopseisin .bubble h3 a:link, .apopseisin .bubble h3 a:visited, .apopseisin .bubble h3 a:active {
		color: #000;
}
.apopseisin .bubble h3 a:hover {
		color: #000;
		text-decoration: underline;
}

.gotoapopseis {
	font-size: 11px;
	margin: 2px 0 5px 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.gotoapopseis a:link, .gotoapopseis a:active, .gotoapopseis a:hover, .gotoapopseis a:visited {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.gotoapopseis select {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana;
	font-weight: bold;
}

/************* PROMO TEXT *************/
#promotext {
	background-color: #f16610;
	width: 297px;
/*	height: 26px; */
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 3px 0 0;
}


#promotext img {
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}
#promotext h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 5px 0;
	margin: 0;
}
#promotext h1 a:link, h1 a:active, h1 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#promotext h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.promoiframe {
	margin: 5px 0 0 0;
	padding: 0;
}

/* ------------------------------ STHLES START ----------------------------------- */

.stiles {
	background-image: url(images/bgstiles.gif);
	background-repeat: repeat-x;
	background-color: #2B72B0;
	width: 298px;
	margin-bottom: 10px;
	text-align: left;
}
.stiles h1 {
	background-repeat: no-repeat;
	width: 298px;
	height: 15px;
	margin: 0 0 5px 0;
	padding: 2px 5px 0 0;
	font-weight: normal;
	text-align: right;
}
.stiles h1 a:link, .stiles h1 a:active, .stiles h1 a:visited, .stiles h1 a:hover {
	color: #FE0000;
	text-decoration: none;
	font-size: 10px;
}

.stiles h2 {
	margin: 0 0 0 55px;
	padding: 3px;
/*	width: 232px; */
	font-weight: normal;
	font-size: 11px;
	background-color: #FFF;
	border-bottom: 1px solid #FE0000;
}

.stiles h3 {
	margin: 0 0 0 61px;
	padding: 15px 0 0 3px;
	font-weight: normal;
	border-left: 2px solid #FE0000;
	height: 26px;
}

.stiles h3 img {
	border: 0;
	float: left;
	margin-right: 3px;
}

.stiles h3 a:link, .stiles h3 a:active, .stiles h3 a:visited, .stiles h3 a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.stiles img {
	float: left;
	border: 2px solid #FFF;
	margin: 0 0 5px 2px;
}

.noborder {
	border: 0;
}

/* ------------------------------- STHLES END ------------------------------------ */

.searchin {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 3px 0;
	border-bottom: 2px solid #fff;
	font-size: 11px;
	color: #000;
}

.inputs {
	border: 1px solid #000;
	border-bottom: 2px solid #000;
}

.headlinks1 {
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding: 8px 10px 0 0;
}
.headlinks1 a:link, .headlinks1 a:active, .headlinks1 a:hover, .headlinks1 a:visited,  
.headlinks2 a:link, .headlinks2 a:active, .headlinks2 a:hover, .headlinks2 a:visited {
	color: #fff;
}
.headlinks2 {
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding: 12px 0 2px 0 ;
	font-weight: bold;
}

/********** ADVERTS RIGHT BLOCK **************/
.advright {	
	width: 298px;
	border: 1px solid #d7d7d7;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #fff;
	text-align: left;
}

.advl {
	padding: 5px;
	float: left;
}
.advr {
	font-size: 10px;
	padding: 5px;
	color: #385a97;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}
.advr a:link, .advr a:active, .advr a:visited, .advr a:hover {	
	padding: 0;
	color: #385a97;
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}
.advr h1 {
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #006400;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}
.advr h2 {
	font-size: 10px;
	padding: 0;
	margin: 0;
	color: #A9A9A9;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}
.advright br {	
	padding: 0;
	margin: 0;
	line-height: 5px;
}

.dropbgsm {
	background-color: #e8e8e8;
	border: 1px solid #c3c3c3;
	display: block;
	position: relative;
	z-index: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.dropbgsm table {
	background-color: transparent;  /*DELETE*/
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	z-index:-1;
}

.dropbgsm table input {
	border: 1px solid #000;
}

.dropdownsm {
	width: 110px;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #27427E;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:-1;
}

.stamp1, stamp2 {
	/*float: left;	*/
	margin: 0;
	padding: 0 0 8px 10px;
	background-color: #e0e1e3;
	text-align: center;
}

.stamp1 img {
	margin-right: 10px;
	border-bottom: 4px solid #C3C3C3;
	padding-top: 10px;
}

.stamp2 img {
	padding-top: 10px;
	border-bottom: 4px solid #C3C3C3;
}

.newboxtitle {
	background-color: #4E4E4E;
	border-bottom: 1px solid #696969;
	font-size: 11px;
	padding: 2px;
	color: #FFF;
}
.newboxtitle2 {
	background-color: #4E4E4E;
	border-bottom: 1px solid #696969;
	font-size: 11px;
	padding: 2px;
	color: White;
	text-align: center;
	font-weight: bold;
}


#arttext table {
	width: 460px;
}

.pagination {
	margin-top: 20px 0 10px 0;
	padding: 5px 0;
	color: #575757;
	clear: both;
	text-align: center;
	background-color: #E9EAEA;
	border: 1px solid #BCC1C2;
	font-size: 11px;
}

.pagination a:link, .pagination a:active, .pagination a:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.pagination a:hover {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}


.titles .comment {
	color: #f32d00;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;	
	text-indent: 10px;
}
.titles .comment img {
	width: 18px;
	height: 14px;
	border: 0;
	margin: 0 2px;
	padding: 0;
	vertical-align: middle;
}


/******************TOPMENU*********************/
#topmenu {
   background-color: transparent; /**delete v2*/
	height: 38px;
	margin: 0 auto;
	padding: 0;
	border-top: 0px solid #fff; /**delete v2*/
	border-bottom: 0px solid #000; /**delete v2*/
}

#topmenu2 {
	margin: 5px auto;
	width: 992px;
}

#topmenu .network {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	position: relative;
	width: 970px;
	color: #fff;
}

#topmenu .network p {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}

#topmenu .network p a:link, #topmenu .network p a:visited, #topmenu .network p a:active {
	color: #fff;
	text-decoration: none;
}

#topmenu .network p a:hover {
	text-decoration: underline;
}

#topmenu .network p select {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
}

#topmenu .network p.sites {
	color: #fff;
	float: left;
	margin: 0 0 0 10px;
	padding: 2px 0 0 0;
	text-align: right;
}
#submenu {
	clear: both;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 990px;
/*	height: 28px;*/
	text-align: left;
	font-size: 11px;
	text-indent: 0;
	position: relative;
	z-index:2;
	display: block;
}
#submenu ul {
	margin: 0;
	padding: 6px 0;
}
#submenu ul li {
	display: inline;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
}

#submenu ul li a:link, #submenu ul li a:active, #submenu ul li a:visited {
	color: #de3002;
	padding: 8px 11px;
}
#submenu ul li.on {
	color: #de3002;
}
#submenu ul li.on a:link, #submenu ul li.on a:visited, #submenu ul li.on a:active {
	color: #de3002;
	text-decoration: underline;
}
#submenu ul li a:hover, #submenu ul li.on a:hover {
	color: #fff;
	background-color: #de3002;
	padding: 8px 11px;
	text-decoration: none;
}
/* end topmenu*/ 


#mainmenucontainer #mainmenu {
	margin: 0 auto;
	width: 985px;
}
#mainmenucontainer #mainmenu ul {
	border-left: 1px solid White;
	height: 21px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenucontainer #mainmenu ul li {
	float: left; 
	font-size: 10px;
	display: block;
	font-weight: normal;
	list-style: none;
	margin: 0;
}

#mainmenucontainer #mainmenu ul li.homebut a {
   background-color: #444444;
   color: #fff;
   padding: 4px 10px 4px 38px;
   background-image: url(images/new.gif);
   background-repeat: no-repeat;
   margin: 0;
}

#mainmenucontainer #mainmenu ul li.homebut a:link, #mainmenucontainer #mainmenu ul li.homebut a:active, #mainmenucontainer #mainmenu ul li.homebut a:visited {
   color: #fff;
}
#mainmenucontainer #mainmenu ul li.homebut a:hover {
   color: #fff;
   background-color: #444444;
}

#mainmenucontainer #mainmenu ul li a {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #fff;
	color: #151515;
	display: block;
	list-style: none;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
}
#mainmenucontainer #mainmenu ul li a:link, #mainmenucontainer #mainmenu ul li a:active, #mainmenucontainer #mainmenu ul li a:visited {
		color: #151515;
}
#mainmenucontainer #mainmenu ul li a:hover {
	background-color: #444444;
	text-decoration: none;
	color: #fff;
}
#mainmenucontainer {
	background-color: #B7B7B7;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	margin: 0 3px 0 1px;
}

/* END */


/******************  GOOGLE  SEARCH  **********************/
.googlebox {
	font-size: 10px;
	color: #fff;
	padding: 0 0 0 20px;
}
.googlebox form {
	padding: 0;
	margin: 0;
}
.googlebox label {
	font-size: 10px;
	color: #fff;
	font-family: Tahoma;
}
.glogo {
	padding: 0 0 2px 15px;
	margin: 0;
	vertical-align: bottom;
}
.googlebox .ginput {
	border: 1px solid #eab416;
	font-size: 10px;
	font-family: Tahoma;
	margin: 3px 3px 0 0;
	width: 155px;
	vertical-align: bottom;
}
.googlebox .gsubmit {
	font-size: 10px;
	font-weight: bold;
	width: 82px; 
	/*border: 1px solid #cc0000;*/
	border: 1px solid #b77700;
	cursor:pointer;
	color: #000;
	background-color: #ffad13;
	font-family: Tahoma;
	text-align: center;
	margin: 3px 0 0 0;
}
.radiobtn {
	margin:  0 5px 0 2px;
	padding: 0;
}

.logosgs img {
	margin: 0;
	padding: 0 0 0 20px;
}

/********* GOOGLE SEARCH END ***********/

.minitextlink {  /* DELETE */
	height:auto;
	width: auto;
	border: 0px solid #fff;
	padding: 0;
	z-index:-1;
}

/************** AGORES RIGHT COLUMN **********/

table.tab160 {
	margin: 10px 0;
	padding: 0;
	width: 300px;
}

.agores {
	background-color: #fff;
	border: 1px solid #006927;
	text-align: left;
	width: 135px;
	clear: right;
}

.agores h1 {
   padding: 3px;
   margin: 0 0 3px 0;
   font-size: 11px;
   border-bottom: 1px solid #006927;
}
.agores .top {
  padding: 8px 1px 8px 4px;
  border-bottom: 1px dashed Gray;
   color: #00930A;
	font-weight: bold;
	font-size: 9px;
	clear: both;
}
.agores .top  a:link, .agores .top  a:visited, .agores .top  a:active, .agores .top  a:hover {
  color: #00930A;
}
.agores .top img {
  padding: 0;
  margin: 5px 3px 0 0;
}
.agores .top h2 {
  padding: 0 0 4px 0;
  margin: 0;
  color: #0055CF;
  font-size: 10px;
  font-family: Tahoma;
  font-weight: normal;
}

.agores .top h2 a:link, .agores .top h2 a:visited, .agores .top h2 a:active, .agores .top h2 a:hover {
  color: #0055CF;
}
.agores .top h3 {
  padding: 0 0 4px 0;
  margin: 0;
  color: #4A4946;
  font-size: 9px;
   font-family: Tahoma;
}

.agores .top h3 a:link, .agores .top h3 a:visited, .agores .top h3 a:active, .agores .top h3 a:hover {
  color: #4A4946;
   font-size: 9px;
}

.agores .syn {
  padding: 8px 2px;
  font-weight: bold;
   color: gray;
   font-weight: bold;
   font-size: 10px;
}

.agores .bottom {
  padding: 12px 1px 12px 4px;
  border-bottom: 1px dashed Gray;
  text-align: center;
}

td .ban120 {
	padding: 0 0 0 8px;
}
/************** AGORES RIGHT COLUMN THE END **********/



/**************** AGORES 300 ******************/

.agores300 {
	background-color: #fff;
	border: 1px solid #006927;
	text-align: left;
	width: 311px;
	clear: both;
	margin: 5px 0 10px 0;
	padding: 0 0 3px 0;
}

.agores300 h1 {
   padding: 3px;
   margin: 0 0 3px 0;
   font-size: 11px;
   border-bottom: 1px solid #006927;
}
.agores300 .top {
	padding: 8px 1px 8px 4px;
	margin: 0 0 0 2px;
	border-bottom: 1px dashed Gray;
	color: #00930A;
	font-weight: bold;
	font-size: 9px;
	width: 145px;
	height: 85px;
	display: block;
	float: left;
}
.agores300 .top  a:link, .agores300 .top  a:visited, .agores300 .top  a:active, .agores300 .top  a:hover {
  color: #00930A;
}
.agores300 .top img {
  padding: 0;
  margin: 5px 3px 8px 0;
}
.agores300 .top h2 {
  padding: 0 0 4px 0;
  margin: 0;
  color: #0055CF;
  font-size: 10px;
  font-family: Tahoma;
  font-weight: normal;
}

.agores300 .top h2 a:link, .agores300 .top h2 a:visited, .agores300 .top h2 a:active, .agores300 .top h2 a:hover {
  color: #0055CF;
}
.agores300 .top h3 {
  padding: 0 0 4px 0;
  margin: 0;
  color: #4A4946;
  font-size: 9px;
   font-family: Tahoma;
}

.agores300 .top h3 a:link, .agores300 .top h3 a:visited, .agores300 .top h3 a:active, .agores300 .top h3 a:hover {
  color: #4A4946;
   font-size: 9px;
}

.agores300 .syn {
  padding: 8px 2px;
  font-weight: bold;
   color: gray;
   font-weight: bold;
   font-size: 10px;
}

.agores300 .bottom {
  padding: 12px 1px 12px 4px;
  border-bottom: 1px dashed Gray;
  text-align: center;
}

/* AGORES 300 THE END */


/******** Promo Under The Article *************/
.adsbox {
	border-left: 1px solid #0b2b82;
   border-right: 1px solid #0b2b82;	
   border-bottom: 1px solid #0b2b82;
	text-align: left;
	padding: 0 0 5px 0;
	background-color: #Fff;
	width: 99%;
	margin: 15px 0 5px 0;
}
.adsbox h1 {
	font-size: 10px;
	color: #fff;
	 border-top: 1px solid #0b2b82;
	 border-bottom: 1px solid #0b2b82;
	 margin: 0 0 6px 0;
	 padding: 1px 0 2px 5px;
	 background-color: #0b2b82;
	 font-weight: bold;
}
.adsbox table {
	margin: 0 6px;
}
.adsbox table td, .adsbox table td a:link, .adsbox table td a:visited, .adsbox table td a:active, .adsbox table td a:hover {
	color: Black;
	font-size: 11px;
}
.adsbox hr {
	margin: 0px 6px;
	border: 1px dotted #CCCCCC;
	padding: 0;
}
.adsbox .adstitle {
	color: #005598;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 5px 0;
}
.adsbox .adstitle a:link, .adsbox .adstitle a:visited, .adsbox .adstitle a:active, .adsbox .adstitle a:hover  {
	color: #005598;
	font-size: 11px;
	text-decoration: underline;
}
.adsbox  img {
	margin: 0 10px 0 0;
	float: left;
}
/******** Promo Under The Article  THE END*************/

#dropmenu {
	z-index: -100;
	
}

.banbigbox {
	margin: 0;
	padding: 0;
	width: 266px;
	height: 66px;
}

/*** New Banners (Under The Article, Right Advs, Under Big Photo) ***/

.banradvs, .banutart {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.banutbp {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.bannerleft {
	display: block;
	float: left;
	width: 170px;
	background: #e0e1e3;
	padding: 10px 0;
	margin: 0 10px 0 0;
}	

.midsums {
	width: 465px;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}


/*********** PROTOSELIDA MINI BLOCK ******************/

.tiposbox {
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.tiposbox img {
	padding: 0;
	margin: 0;
	display: block;
}
.tiposbox .tiposboxin {
	padding: 0;
	margin: 0;
	background: url(images/bubblebg.gif) repeat-x top;	
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.tipos {
	display: block;
	float: left;
	margin: 8px 1px 5px 2px;
	padding: 0 10px;
	width: 130px;
	background: url(images/tiposhpbg.jpg) repeat-x top;
}
.tipos h1 {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 11px;	
	color: #fff;
}
.tipos img {
	margin: 0 0 5px 0;
	padding: 0;
}








.nonewmovies {
	padding: 0;
	margin: 0;
}
.nonewmovies, #nmov {
	margin: 0;
	padding: 0;
}




#pollout {
	margin: 15px 0;
	padding: 0;
	background:  url(images/poll.gif) no-repeat top left #2167bd;
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: normal;
}
#pollout h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#pollin {
	background: #e0e1e3;
	padding: 8px 0 0 0;
	margin: 0;
	display: block;
	clear: both;	
}
.votetable {
	text-align: left;
	margin: 0 2px 0 5px;
	padding: 0;
	display: block;
}

.votetd {
	padding: 0 0 10px 0;
}

.voteradiol {
	text-align: right;
	width: 20%;
}

.voteradio {
	text-align: left;
	width: 80%;
	padding: 4px 0 0 0;
}

.votebutton {
	padding: 10px 0;
	margin: 0;
}

.votepercent {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding: 0 2px 0 0;
}

.votersNum {
	font-size: 10px;
	text-align: right;
	padding: 0 2px 0 0;
}

.votersTotal {
	text-align: right;
	white-space: nowrap;
	padding: 10px 0 0 0;
	font-size: 10px;
}

.voteres {
	padding: 3px 0;
}




.tophome {
	border: 1px solid #c2c2c2;
	padding: 18px 0;
	margin: 0 0 3px 0;
	background: url(images/bgtopnews.jpg) repeat-x top;
}

table.main {
	width: 618px;
	height: 333px;
	margin: 0 0 5px 0;
	padding: 0;
}

table.main td {
	height: 333px;
}

.maintxt {
	background: url(images/bghometop.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/bghometop.png');
	text-align: left;
	color: #fff;
	width: 618px;
	margin: 0;
	padding: 0;
}

table.mainbreaking {
	width: 461px;
	height: 333px;
	margin: 0 5px 5px 18px;
	padding: 0;
	float: left;
}
table.mainbreaking h1 {
	padding: 5px 0 5px 0;
	font-size: 23px;
	margin: 0;
	color: #fff;
}
.maintxtbreaking {
	background: url(images/bghometop.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/bghometop.png');
	text-align: left;
	color: #fff;
	font-size: 12px;
	width: 451px;
	margin: 0;
	padding: 0 0 3px 10px;
}
.maintxtbreaking a:link, .maintxtbreaking a:active, .maintxtbreaking a:visited, .maintxtbreaking a:hover  {
	color: #ffb820;
}
table.mainbreakingr {
	width: 150px;
	height: 333px;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	background: url(images/bgbreakingnews.jpg) no-repeat top left;
}
table.mainbreakingr img {
	margin: 65px 0 10px 3px;
	padding: 0;
	border: 1px solid #fff;
	float: left;
}


table.mainbreakingr h1 {
	margin: 0;
	padding: 0 5px 5px 5px;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
table.mainbreakingr h2 {
	margin: 0;
	padding: 0 8px 10px 8px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

table.main h1 {
	padding: 5px 0 5px 10px;
	font-size: 23px;
	margin: 0;
	color: #fff;
	float: left;
	width: 98%;
}

table.main h1 a:link, table.main h1 a:active, table.main h1 a:visited,  table.main h1 a:hover,
table.mainbreaking h1 a:link, table.mainbreaking h1 a:active, table.mainbreaking h1 a:visited,  table.mainbreaking h1 a:hover {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
}

.maintxt .art {
	float: left;
	font-size: 12px;
	padding: 10px 3px 10px 10px;
	margin: 0;
}

.maintxt .artwl {
	float: left;
	font-size: 12px;
	width: 375px;
	margin: 0;
	padding: 0px 0 0px 10px;
}
.maintxt a:link, .maintxt a:active, .maintxt a:visited {
	color: #fcb532;
	font-size: 10px;
}

.maintxt .relhome {
	float: right;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 5px 0 0;
	width: 220px;
}
.maintxt .relhome ul {
	margin: 0;
	padding: 3px 0 3px 0;
	border-left: 1px solid #95988f;
	}
.maintxt .relhome ul li {
	margin: 0 0 0 8px;
	display: block;
	list-style: none;
	background: url(images/bulrel.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/bulrel.png');
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	width: 204px;
	
}

.maintxt .relhome ul li a:link, .maintxt .relhome ul li a:visited, .maintxt .relhome ul li a:active {
	color: #fff;	}


/***** MANY RELATED ARTICLES CSS ***********************/	
.maintxtrel {
	background: url(images/bghometop.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/bghometop.png');
	text-align: left;
	color: #fff;
	width: 393px;
	margin: 0;
	padding: 0;
}
.maintxtrel h2 {
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0 5px 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
.maintxtrel h2 a:link, .maintxtrel h2 a:active, .maintxtrel h2 a:hover, .maintxtrel h2 a:visited {
	color: #FCB532;
}
.relhomebig {
	float: right;
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
	width: 220px;
	height: 333px;
	background: #000;
	color: #fff;
}
.relhomebig h6 {
	padding: 15px 0 15px 5px;
	margin: 0;
	color: #FCB532;
	font-size: 11px;
	list-style: none;
	text-align: left;
}
.relhomebig ul {
	margin: 0;
	padding: 0 5px 3px 0;
	border-left: 0px solid #95988f;
	text-align: left;
	}
.relhomebig ul li {
	margin: 0 0 8px 5px;
	display: block;
	list-style: none;
	background: url(images/bulrel.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='images/bulrel.png');
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	width: 204px;	
}

.relhomebig ul li a:link, .relhomebig ul li a:visited, .relhomebig ul li a:active {
	color: #fff;	
}
.relhomebig ul li a:hover {
	color: #fff;	
	text-decoration: underline;
}

	
	
	
	
	
.links td {
	width: 150px;
	padding: 5px 0 0 0;
	background: #000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.links td.txt, .links td.selectontxt {
	background: #000;
}

.links td img {
	display: block;
/*   width: 150px;
	height: 80px;*/
}

img.hasvid {
	margin: 0 2px;
	padding: 0;
}


.links td.selecton {
	background: #000 url(images/showphoto.gif) no-repeat center top;
}

.links td a:hover img {
	filter:alpha(opacity=65);           /* IE only */
	background: #000;
}

.links td.selecton img {
	filter:alpha(opacity=65);           /* IE only */
}

.links td h1 {
	font-size: 11px;
	padding: 0 2px 5px 2px;
	margin: 0;
	color: #fff;
	text-align: center;
}

.links td h1 a:link, .links td h1 a:active, .links td h1 a:visited, .links td h1 a:hover {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.csstest {
	margin: 0;
	padding: 0;
}
.simplebox {
	margin: 0 0 10px 0;
	padding: 0;
}

table.podsummary {
	color: #444;
	font-size: 11px;
}
table.podsummary a:link, table.podsummary a:active, table.podsummary a:visited {
	color: #444;
	font-size: 11px;
}
table.podsummary a:hover {
	color: #444;
	font-size: 11px;
	text-decoration: underline;
}
table.podsummary hr {
	color: #444;
	height: 1px;
}
