/* 
================================
 Container Styles for DotNetNuke
================================
*/

/* Common styles for:
	- BlueContainer1
	- BlueContainer2
	- BlueContainer5
	- RedContainer1
	- OrangeContainer1
	- LightBlueContainer1
*/
.BlueContainer1,
.BlueContainer2,
.RedContainer1,
.OrangeContainer1,
.BlueContainer5 {
	margin:10px 0px 5px 0px;
}
.BlueContainer1 H2,
.BlueContainer2 H2,
.BlueContainer5 H2 {
	border-style:solid;
	border-color:#003377;
	border-width:1px 1px 0px 0px;
}
.BlueContainer1 H2,
.BlueContainer2 H2,
.BlueContainer5 H2,
.RedContainer1 H2,
.OrangeContainer1 H2,
.LightBlueContainer1 H2 {
	margin:0px;
	height:16px;
	display:inline;
	padding:1px 8px 1px 15px;
	font-size: 11px;
}
.BlueContainer1 H2 IMG,
.RedContainer1 H2 IMG,
.BlueContainer5 H2 IMG,
.OrangeContainer1 H2 IMG,
.LightBlueContainer1 H2 IMG {
	position:relative;
	margin-bottom:-7px;
}
.BlueContainer1 H2 .Head,
.BlueContainer2 H2 .Head,
.BlueContainer5 H2 .Head,
.RedContainer1 H2 .Head,
.OrangeContainer1 H2 .Head,
.LightBlueContainer1 H2 .Head {
	font-size: 11px;
	font-weight: bold;
	margin-left:5px;
}
.BlueContainer1 .ContentPane .Normal,
.BlueContainer2 .ContentPane .Normal,
.BlueContainer5 .ContentPane .Normal,
.RedContainer1 .ContentPane .Normal,
.OrangeContainer1 .ContentPane .Normal,
.LightBlueContainer1 .ContentPane .Normal {
	font-size: 0.65em;
	display: block;
}
.BlueContainer1 .ContentPane,
.BlueContainer2 .ContentPane,
.BlueContainer5 .ContentPane {
	border-top:1px #003377 solid;
}
.BlueContainer1 .ContentPane,
.BlueContainer2 .ContainerBody,
.BlueContainer5 .ContentPane {
	background-color:#D5DEF0;
	border-left: 2px #738FCB solid;
	border-right: 2px #738FCB solid;
	padding:5px;
}
.BlueContainer1 .ContentPane {
	border-bottom:1px #003377 solid;
}
.BlueContainer1 .ContainerFooter,
.BlueContainer2 .ContainerFooter {
	border-top:1px #003377 solid;
	text-align:right;
	padding-right:5px;
	width: auto!important;
	width: 186px;
}
.BlueContainer1 .ContainerFooter A,
.BlueContainer2 .ContainerFooter A {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


/* BlueContainer1 - Najave.ascx */  
.BlueContainer1 H2 {
	background:url(images/BlueCont1BackHead.gif) center left repeat-x;
}
.BlueContainer1 H2 .Head {
	color:#FFFFFF;
}
.BlueContainer1 P {
	margin: 0px;
}


/* BlueContainer2 - DanasProgram.ascx */
.BlueContainer2 H2 {
	background:url(images/BlueCont2BackHead.gif) center left repeat-x;
}
.BlueContainer2 H2 IMG {
	position:relative;
	margin-bottom:-9px;
}
.BlueContainer2 H2 .Head {
	color:#325B92;
}
.ProgramLista {
	margin: 0px;
}
.BlueContainer2 .ProgramLista DT,
.BlueContainer2 .ProgramLista DD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.BlueContainer2 .ProgramLista DT {
	color: #E61820;
}
.BlueContainer2 .ProgramLista DD {
	margin-left: 25px;
}


/* BlueContainer5 - BocniGlavni.ascx */  
.BlueContainer5 H2 {
	background:url(images/BlueCont1BackHead.gif) center left repeat-x;
	padding-left: 10px;
}
.BlueContainer5 H2 .Head {
	color:#FFFFFF;
	margin-left:0px;
}
.BlueContainer5 P {
	margin: 5px 0px 5px 0px;
}
.BlueContainer5 .ContentPane {
	border-top: 1px #003478 solid;
	border-bottom: 1px #003478 solid;
}


/* Common styles for:
	- RedContainer1,
	- OrangeContainer1
	- LightBlueContainer1
*/
.RedContainer1 H2 .Head,
.OrangeContainer1 H2 .Head {
	color: #FFFFFF;
}
.RedContainer1 .ContentPane,
.OrangeContainer1 .ContentPane {
	border-right: 2px #738FCB solid;
	padding:1px;
	background: url(images/ContainerBack.gif) top left repeat-y #D5DEF0;
}
.RedContainer1 .Normal,
.OrangeContainer1 .Normal,
.LightBlueContainer1 .Normal {
	display: block;
}
.RedContainer1 UL,
.OrangeContainer1 UL {
	margin: 5px 0px 5px 20px;
}
.RedContainer1 LI, RedContainer3 LI, 
.OrangeContainer1 LI, OrangeContainer2 LI {
	list-style-type: none;
	padding: 0px 10px 0px 10px;
}
HTML>BODY .RedContainer1 UL,
HTML>BODY .OrangeContainer1 UL {
	padding: 0px;
}
.RedContainer1 A,
.OrangeContainer1 A, OrangeContainer2 A {
	font-weight: bold;
}


/* RedContainer1 - Vijesti.ascx */
.RedContainer1 H2 {
	background:url(images/RedCont1BackHead.gif) center left repeat-x;
	display: block;
	height:auto;
}
.RedContainer1 LI, RedContainer3 LI {
	background: url(images/RedSquareBullet.gif) center left no-repeat;
}


/* OrangeContainer1 - FunBox.ascx */
.OrangeContainer1 H2 {
	background:url(images/OrangeCont1BackHead.gif) center left repeat-x;
	display: block;
	height:auto;
}
.OrangeContainer1 H2 IMG {
	margin: -5px 0px -7px 0px;
}
.OrangeContainer1 LI {
	background: url(images/OrangeSquareBullet.gif) center left no-repeat;
}
.OrangeContainer1 LI A:hover {
	color: #F49335;
}


/* LightBlueContainer1 - Forum.ascx */
.LightBlueContainer1 H2 {
	background:url(images/LightBlueCont1BackHead.gif) center left repeat-x;
	display: block;
	height:auto;
}
.LightBlueContainer1 H2 .Head {
	color: #FFFFFF;
}
.LightBlueContainer1 H2 IMG {
	margin: 0px 5px -7px 0px;
}
.LightBlueContainer1 .ContentPane {
	background: url(images/ContainerBack2.gif) top left repeat-y #D5DEF0;
	border-bottom:1px #31B2EB solid;
	padding:5px;
}
.LightBlueContainer1 .Normal {
	margin-left: 35px;
}


/* Common styles for:
	- RedContainer4,
	- OrangeContainer3
*/
.RedContainer4,
.OrangeContainer3 {
	width: 100%;
	clear: both;
	margin: 0px 0px 10px 10px;
}
.RedContainer4 .Head,
.OrangeContainer3 .Head {
	font-size:0.65em;
	font-weight: bold;
}
.RedContainer4 H2,
.OrangeContainer3 H2 {
	margin: 0px;
}
.RedContainer4 .ImageHolder,
.OrangeContainer3 .ImageHolder {
	width: 20px;
	background: url(images/OrangeShadeBack.gif) top left repeat-x;
	height: 70px;
	text-align: center;
	padding: 2px;
	vertical-align: top;
}
.RedContainer4 .ContentHolder,
.OrangeContainer3 .ContentHolder {
	border-left: 1px #003377 solid;
	padding-left: 10px;
	height: 70px;
}
HTML>BODY .RedContainer4 .ContentHolder,
HTML>BODY .OrangeContainer3 .ContentHolder {
	height: auto;
}
.RedContainer4 ADDRESS,
.OrangeContainer3 ADDRESS {
	font-style: normal;
	margin: 5px 0px 2px 0px;
}
.RedContainer4 .ContentPane,
.OrangeContainer3 .ContentPane {
	border-width: 0px;
	padding: 0px;
}
.RedContainer4 .Normal,
.OrangeContainer3 .Normal {
	display: block;
	font-size: 0.6em;
	color: #44699B;
}
.RedContainer4 ADDRESS A:link,
.RedContainer4 ADDRESS A:visited,
.RedContainer4 ADDRESS A:hover,
.OrangeContainer3 ADDRESS A:link,
.OrangeContainer3 ADDRESS A:visited,
.OrangeContainer3 ADDRESS A:hover {
	color: #7F99BB;
	font-size: 0.9em;
	font-weight: bold;
}
.RedContainer4 UL,
.OrangeContainer3 UL {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
.RedContainer4 LI,
.OrangeContainer3 LI {
	padding: 0px;
	list-style-type: none;
}


/* RedContainer4 - Zanimljivosti.ascx */
.RedContainer4 .ImageHolder {
	background: url(images/OrangeShadeBack.gif) top left repeat-x;
}
.RedContainer4 .Head {
	color:#EB564B;
}


/* OrangeContainer3 - GlazbeneVijesti.ascx */
.OrangeContainer3 .ImageHolder {
	background: url(images/YellowShadeBack.gif) top left repeat-x;
}
.OrangeContainer3 .Head {
	color: #F39336;
}


/* Common styles for:
	- RedContainer3,
	- OrangeContainer2
	- LightBlueContainer3
*/
.RedContainer3,
.OrangeContainer2,
.LightBlueContainer3,
.BlueContainer3 {
	margin-bottom:10px;
}
.RedContainer3 H2,
.OrangeContainer2 H2,
.LightBlueContainer3 H2,
.BlueContainer3 H2 {
	text-align: left;
	margin: 0px;
	padding: 0px 5px 0px 10px;
	font-size: 11px;
	height: 16px;
	height: auto;
}
.RedContainer3 .Head,
.OrangeContainer2 .Head,
.LightBlueContainer3 .Head,
.BlueContainer3 .Head {
	font-size: 10px;
	margin-left: 5px;
}
.OrangeContainer2 .ContentPane,
.RedContainer3 .ContentPane,
.LightBlueContainer3 .ContentPane,
.BlueContainer3 .ContentPane {
	text-align: left;
	padding: 10px 4px 4px 4px;
	background-color:#FFFFFF;
}
.RedContainer3 .Normal,
.OrangeContainer2 .Normal,
.LightBlueContainer3 .Normal,
.BlueContainer3 .Normal {
	font-size: 0.6em;
	color: #003377;
	/*display: block;*/
}
.RedContainer3 P,
.OrangeContainer2 P {
	margin: 5px 0px 5px 0px;
}



/* RedContainer3 - Bioprognoza.ascx */
.RedContainer3 H2 {
	background: url(images/RedCont1BackHead.gif) center left repeat-x;
}
.RedContainer3 H2 IMG {
	position:relative; 
	margin-bottom:-7px;
}
.RedContainer3 .Head {
	color: #FFFFFF;
}
.RedContainer3 .ContentPane {
	border: 1px #DC2D24 solid;
}


/* OrangeContainer2 - AudioAnketa.ascx */
.OrangeContainer2 {
	border: 1px #003377 solid;
}
.OrangeContainer2 H2 {
	background: url(images/OrangeCont1BackHead.gif) center left repeat-x;
	padding-left: 5px;
}
.OrangeContainer2 H2 IMG {
	position:relative; 
	margin-bottom:-8px;
}
.OrangeContainer2 .Head {
	color: #445675;
}


/* LightBlueContainer3 - Anketa.ascx */
.LightBlueContainer3 {
	border: 1px #003377 solid;
	margin: 0;
	padding: 0;
}
.LightBlueContainer3 H2 {
	background: url(images/LightBlueCont3BackHead.gif) center left repeat-x;
}
.LightBlueContainer3 H2 IMG {
	position:relative; 
	margin-bottom:-8px;
}
.LightBlueContainer3 .Head {
	color:#445675; 
	margin-left:3px;
}


/* BlueContainer3 - TecajnaLista.ascx */
.BlueContainer3 {
	border: 1px #003377 solid;
}
.BlueContainer3 H2 {
	background: url(images/BlueCont1BackHead.gif) center left repeat-x;
}
.BlueContainer3 H2 IMG {
	position:relative; 
	margin-bottom:-8px;
}
.BlueContainer3 .Head {
	color: #FFFFFF;
}


/* Common styles for:
	- BlueContainer4
	- LightBlueContainer2
*/
.BlueContainer4,
.LightBlueContainer2 {
	margin-bottom: 10px;
}


/* BlueContainer4 - InfoBlitz.ascx */
.BlueContainer4 {
	border: 1px #003377 solid;
}
.BlueContainer4 H2 {
	background: url(images/BlueCont1BackHead.gif) center left repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	height: 16px;
}
.BlueContainer4 H2 IMG {
	position: relative;
	margin-top: 3px;
	margin-bottom: -15px;
}
.BlueContainer4 .ContentPane {
	text-align:left;
	padding: 0px;
}
.BlueContainer4 .Normal {
	font-size: 0.7em;
	color: #000000;
	display: block;
	padding: 15px 8px 8px 8px;
	margin: 0px;
}
.BlueContainer4 .Normal UL {
	margin: 0px;
	padding: 0px;
}
.BlueContainer4 .Normal LI {
	background: url(images/Bullet-BlueContainer4.gif) center left no-repeat;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.BlueContainer4 .Normal A:link,
.BlueContainer4 .Normal A:visited,
.BlueContainer4 .Normal A:hover {
	color: #000000;
	text-decoration: none;
}
.BlueContainer4 .Normal A:hover {
	text-decoration: underline;
}


/* LightBlueContainer2 - Info.ascx */
.LightBlueContainer2 {
	border:1px #003377 solid;
}
.LightBlueContainer2 H2 {
	background: url(images/LightBlueCont2BackHead.gif) center left repeat-x;
	text-align: center;
	height: auto;
	font-size: 1px;
	padding-top: 7px;
	margin: 0px;
}
.LightBlueContainer2 H2 IMG {
 	margin-bottom:-7px
}
.LightBlueContainer2 .ContentPane {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px 5px 5px 5px;
}
.LightBlueContainer2 .Normal {
	font-size:0.6em;
	color:#003377;
}


/* Common styles for:
	- RedContainer2
	- NauticContainer
	- RoadContainer
	- LinksContainer
*/
.RedContainer2,
.NauticContainer,
.RoadContainer,
.LinksContainer {
	margin-bottom:10px;
	width: 140px;
}
.RedContainer2 H2,
.NauticContainer H2,
.RoadContainer H2,
.LinksContainer H2 {
	text-align: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	height: 16px;
	width: 140 px;
	display: block;
	height: auto;
}
.RedContainer2 H2 .Head,
.NauticContainer H2 .Head,
.RoadContainer H2 .Head,
.LinksContainer h2 .Head {
	font-size:10px;
	color:#FFFFFF;
}
.RedContainer2 .ContentPane,
.NauticContainer .ContentPane,
.RoadContainer .ContentPane,
.LinksContainer .ContentPane {
	border: 1px #DC2D24 solid;
	text-align: left;
}
.RoadContainer .Normal,
.NauticContainer .Normal,
.RedContainer2 .Normal {
	font-size: 0.6em;
	color: #2E5284;
	display: block;
	padding: 25px 5px 5px 5px;
}


/* RedContainer2 - Vrijeme.ascx */
.RedContainer2 H2 {
	background: url(images/RedCont1BackHead.gif) center left repeat-x;
}
.RedContainer2 .Normal {
	padding: 5px;
}


/* NauticContainer - NautickaPrognoza.ascx */
.NauticContainer H2 {
	background: url(images/RedCont1BackHead.gif) center left repeat-x;
}
.NauticContainer .ContentPane {
	background: url(images/NauticBack.jpg) top left no-repeat;
}


/* RoadContainer - StanjeCeste.ascx */
.RoadContainer H2 {
	background: url(images/RedCont1BackHead.gif) center left repeat-x;
}
.RoadContainer .ContentPane {
	background: url(images/RoadsBack.jpg) top left no-repeat;
}


/* LinksContainer - Linkovi.ascx */
.LinksContainer H2 {
	background: url(images/RedCont1BackHead.gif) center left repeat-x;
}
.LinksContainer .ContentPane {
	background: url(images/LinksBack.jpg) top left no-repeat;
	margin-bottom: 10px;
	padding: 25px 5px 5px 5px;
}


/* MainContainer - Glavni.ascx */
.MainContainer {
	margin: 0px 0px 10px 0px;
}
.MainContainer TABLE TD SELECT {
	font-size: 11px;
}
.MainContainer H1 {
	margin: 0px 0px 5px 0px;
}
.MainContainer .Head {
	font-size: 0.7em;
	color: #7390CC;
	font-weight: bold;
}
.MainContainer .Normal {
	color: #000000;
	display: block;
	text-align: justify;
}
.MainContainer P {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
.MainContainer P.Normal {
	text-align: center;
}
.MainContainer H2 {
	clear: both;
}
}
.MainContainer TABLE TD.Normal {
	padding-right: 10px;
}


/* EmptyContainer - Prazni.ascx */
.EmptyContainer {
	margin: 0px;
}


/* NewNewsCont - NoveVijesti.ascx */
.NewNewsCont {
	/*border-left: 1px #013378 solid;*/
	padding: 0px 10px 0 0;
	margin-bottom: 10px;
}
.NewNewsCont H1 {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
.NewNewsCont .Head {
	color: #FA993A;
	font-size: 0.65em;
	font-weight: bold;
}
.NewNewsCont .ContentPane {
	padding: 0px;
}
.NewNewsCont TD {
	width: 50%;
}


/* Common styles for:
	- CrnaKronikaCont
	- SportskeVijestiCont
	- HrvatskaCont
	- DalmacijaCont
	- ShowbizCont
	- NewsWorldCont
	
*/
.CrnaKronikaCont,
.SportskeVijestiCont,
.HrvatskaCont,
.DalmacijaCont,
.ShowbizCont,
.NewsWorldCont {
	margin-bottom: 10px;
}
.CrnaKronikaCont H1,
.SportskeVijestiCont H1,
.HrvatskaCont H1,
.DalmacijaCont H1,
.ShowbizCont H1,
.NewsWorldCont H1 {
	margin: 0px;
	padding: 0px;
}
.CrnaKronikaCont IMG,
.SportskeVijestiCont IMG,
.HrvatskaCont IMG,
.DalmacijaCont IMG,
.ShowbizCont IMG,
.NewsWorldCont IMG {
	vertical-align: middle;
	margin-left: 10px;
}
.CrnaKronikaCont .Head,
.SportskeVijestiCont .Head,
.HrvatskaCont .Head,
.DalmacijaCont .Head,
.ShowbizCont .Head,
.NewsWorldCont .Head {
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 10px;
}
.CrnaKronikaCont .ContentPane,
.SportskeVijestiCont .ContentPane,
.HrvatskaCont .ContentPane,
.DalmacijaCont .ContentPane,
.ShowbizCont .ContentPane,
.NewsWorldCont .ContentPane {
	/*border-left: 1px #013378 solid;*/
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
}
.CrnaKronikaCont SPAN.Normal,
.SportskeVijestiCont SPAN.Normal,
.HrvatskaCont SPAN.Normal,
.DalmacijaCont SPAN.Normal,
.ShowbizCont SPAN.Normal,
.NewsWorldCont SPAN.Normal {
	display: block;
}


/* CrnaKronikaCont - CrnaKronika.ascx */
.CrnaKronikaCont .Head,
.CrnaKronikaCont .OtherNews .NewsDate,
.CrnaKronikaCont .OtherNews H2 A,
.CrnaKronikaCont .OtherNews A.MoreLink:link,
.CrnaKronikaCont .OtherNews A.MoreLink:visited {
	color: #000000;
}


/* SportskeVijestiCont - SportskeVijesti.ascx */
.SportskeVijestiCont .Head,
.SportskeVijestiCont .OtherNews .NewsDate,
.SportskeVijestiCont .OtherNews H2 A,
.SportskeVijestiCont .OtherNews A.MoreLink:link,
.SportskeVijestiCont .OtherNews A.MoreLink:visited {
	color: #10427F;
}


/* HrvatskaCont - Hrvatska.ascx */
.HrvatskaCont .Head,
.HrvatskaCont .OtherNews .NewsDate,
.HrvatskaCont .OtherNews H2 A,
.HrvatskaCont .OtherNews A.MoreLink:link,
.HrvatskaCont .OtherNews A.MoreLink:visited {
	color: #DA251A;
}


/* DalmacijaCont - Dalmacija.ascx */
.DalmacijaCont .Head,
.DalmacijaCont .OtherNews .NewsDate,
.DalmacijaCont .OtherNews H2 A,
.DalmacijaCont .OtherNews A.MoreLink:link,
.DalmacijaCont .OtherNews A.MoreLink:visited {
	color: #33B0F0;
}


/* ShowbizCont - Showbiz.ascx */
.ShowbizCont .Head,
.ShowbizCont .OtherNews .NewsDate,
.ShowbizCont .OtherNews H2 A,
.ShowbizCont .OtherNews A.MoreLink:link,
.ShowbizCont .OtherNews A.MoreLink:visited {
	color: #F29434;
}


/* NewsWorldCont - VijestiSvijet.ascx */
.NewsWorldCont .Head,
.NewsWorldCont .OtherNews .NewsDate,
.NewsWorldCont .OtherNews H2 A,
.NewsWorldCont .OtherNews A.MoreLink:link,
.NewsWorldCont .OtherNews A.MoreLink:visited {
	color: #31B2E9;
}


/* Latest news module for frontpage view - NewsExclusive */
.NonIcon .NewsExclusive {
	background-image: none;
}
.NewsExclusive {
	width: 100%;
	border: 1px #013378 solid;
	margin-bottom: 10px;
}
.NewsExclusive TD {
	padding: 5px;
	width: 33%;
}
.NonIcon .NEtitle {
	width: 30%;
}
.NEImage {
	background: url(images/EkskluzivnoLogo.gif) center center no-repeat;
}
.NEtitle {
	text-align: right;
}
.NonIcon .NEcontent {
	width: 70%;
}
.NonIcon .NewsExclusive H2 {
	padding-left: 10px;
}
.NewsExclusive .NewsDate,
.NewsExclusive H2 {
	border-right: 1px #013378 solid;
	margin: 0px;
	padding-right: 8px;
}
.NewsExclusive H2 A:hover {
	color: #003375;
}
.NewsExclusive .NewsDate {
	text-align: right;
	font-size: 0.6em;
	color: #003375;
}
.NewsExclusive H2 {
	text-align: right;
	font-size: 1em;
	color: #003375;
	font-weight: bolder;
}
.NewsExclusive A.MoreLink:link,
.NewsExclusive A.MoreLink:visited {
	font-size: 0.9em;
	color: #003377;
	font-weight: bold;
}
.NewsExclusive .Normal {
	display: block;
	color: #000000;
}
.NewsExclusive P {
	margin: 0px;
	padding:0px;
}

/* FIFA world Cup news on frontpage */
#Football {
	background: #e7efff url(images/sp_rukomet_130px_2007.gif) 10px center no-repeat;
}
#Football .NEtitle H2 {
	padding-left: 80px;
}

/* Handball WC Germany news on frontpage */
.rukomet {
	background: #ffffff url(images/oi2008_logo.gif) 10px center no-repeat;
}
.rukomet .NEtitle H2 {
	padding-left: 65px;
}

/* Nebesko oko news on frontpage */
#NebeskoOko {
	background: #c2e5fb url(images/BackNebeskoOko.gif) left center no-repeat;
	height: 105px;
}
#NebeskoOko .NEtitle H2 {
	padding-left: 110px;
}

/* Latest news module - ostatak vijesti na naslovnici */
UL.homeNewsOther {
	padding: 0;
	margin: 10px 0 20px 10px;
}
.homeNewsOther LI {
	list-style-type: none;
	margin-bottom: 3px;
}
.homeNewsOther A:link,
.homeNewsOther A:visited,
.homeNewsOther A:hover {
	font-size: 10px;
	text-decoration: none;
	display: block;
	background-position: 3px 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.homeNewsOther A:hover {
	text-decoration: underline;
}
.homeNewsOther.typeHrvatska A:link,
.homeNewsOther.typeHrvatska A:visited,
.homeNewsOther.typeHrvatska A:hover{
	color: #e72519;
	background-image: url(images/BulletHrvatska.gif);
}
.homeNewsOther.typeCrnaKronika A:link,
.homeNewsOther.typeCrnaKronika A:visited,
.homeNewsOther.typeCrnaKronika A:hover {
	color: #000000;
	background-image: url(images/BulletCrnaKronika.gif);
}
.homeNewsOther.typeSvijet A:link,
.homeNewsOther.typeSvijet A:visited,
.homeNewsOther.typeSvijet A:hover,
.homeNewsOther.typeDalmacija A:link,
.homeNewsOther.typeDalmacija A:visited,
.homeNewsOther.typeDalmacija A:hover {
	color: #33b0f0;
	background-image: url(images/BulletDalmacija.gif);
}
.homeNewsOther.typeShowbiz A:link,
.homeNewsOther.typeShowbiz A:visited,
.homeNewsOther.typeShowbiz A:hover {
	color: #f8a734;
	background-image: url(images/BulletShowbiz.gif);
}
.homeNewsOther.typeSport A:link,
.homeNewsOther.typeSport A:visited,
.homeNewsOther.typeSport A:hover {
	background-image: url(images/BulletSport.gif);
}

/* Latest news module for frontpage view - NewNews */
.NewNews {
	margin-top:5px;
	padding-left: 10px;
	border-left: 1px #013378 solid;
}
.NewNews .NewsDate {
	font-size: 0.6em;
	color: #003375;
}
.NewNews H2 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.NewNews H2 A:hover {
	color: #003375;
}
.NewNews .Normal P {
	display: inline;
}
.NewNews .Normal {
	color: #000000;
}
.NewNews A.MoreLink:link,
.NewNews A.MoreLink:visited {
	font-size: 0.6em;
	color: #FA983D;
	font-weight: bold;
}

/* Latest news module for frontpage view - OtherNews */
.OtherNews {
	margin-top: 10px;
}
.OtherNews .NewsDate {
	font-size: 0.6em;
}
.OtherNews H2 {
	margin: 0px 0px 5px 0px;
}
.OtherNews H2 A {
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}
.OtherNews .Normal {
	color: #000000;
}
.OtherNews A.MoreLink:link,
.OtherNews A.MoreLink:visited {
	font-size: 0.6em;
	font-weight: bold;
}
.OtherNews P {
	margin: 0px;
	padding: 0px;
}


/* Latest news module for category view */
.NewsArticle {
	background-color: transparent;
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}
.NewsArticle .NewsDate {
	color: #DA251D;
	font-size: 11px;
	text-align: right;
	background-color: #E7EBF3;
	padding: 2px;
}
.NewsArticle H2 {
	margin: 3px 0px 5px 0px;
	padding-bottom: 3px;
	border-bottom: 1px #738FCB solid;
}
.NewsArticle H2 A:link,
.NewsArticle H2 A:visited,
.NewsArticle H2 A:hover {
	color: #4C6EB6;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.NewsArticle .Normal {
	font-size: 11px;
}
.NewsArticle .LinkHolder A:link,
.NewsArticle .LinkHolder A:visited,
.NewsArticle .LinkHolder A:hover {
	font-size: 11px;
	color: #4C6EB6;
}
.NewsArticle .LinkHolder {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}
.NewsArticle .NewsPhoto {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px #000 solid;
}


/* Announcements module */
.BlueContainer1 .SubHead {
	font-size: 0.6em;
	font-weight: bold;
}
.BlueContainer1 BR {
	display: none;
}
.BlueContainer1 TABLE .Normal A {
	font-size: 1em;
	font-weight: bold;
}
.BlueContainer1 TABLE .Normal A:hover {
	color: #003366;
}


/* Exchange rate */
.ExchangeRate TABLE {
	border-collapse: collapse;
}
.ExchangeRate .List TD,
.ExchangeRate .List TH {
	font-size: 9px;
	font-weight: normal;
	padding: 2px 4px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
.ExchangeRate .List TR:hover {
	background-color: #fdf0ab;
}
.ExchangeRate TH {
	border-bottom: 1px #738fcb solid;
	color: #0d3c80;
}
.MiddleColumn .MiddleRightPane .ExchangeRate SELECT.NormalDropDown,
.ExchangeRate SELECT.NormalDropDown {
	font-size: 10px;
	width: 50px;
	background-color: #FFF;
}
.ExchangeRate .NormalTextBox {
	width: 50px;
	border:1px #003377 solid;
}
.ExchangeRate .NormalDropDown:focus,
.ExchangeRate .NormalTextBox:focus {
	background-color:#fffbe4; 
}
.ExchangeRate .Calc {
	margin: 10px 0;
}
.ExchangeRate .Calc TD {
	padding: 2px;
}
.Source {
	font-size: 10px;
	text-align: right;
	margin: 5px 0;
}
.Source IMG {
	vertical-align: middle;
	margin: 0 5px;
	border-width: 0;
}
/* Short list */
/* column align in IE */
.ShortER .c1,
.ShortER .c3,
.ShortER .c4 {
	text-align: center;
}
.ShortER .c2 {
	text-align: right;
}
/* column align in Mozzila */
.ShortER TH+TH {
	text-align: left;
}
.ShortER TD+TD {
	text-align: right;
}
.ShortER TD+TD+TD {
	text-align: center;
}
/* SB exchange list */
.TLlink {
	font-size: 10px;
	text-align: right;
	margin: 5px 0;
}
.TLlink IMG {
	vertical-align: middle;
	margin: 0 5px;
	border-width: 0;
}
.Calc {
	font-size: 10px;
}


/* Current weather */
.CurrentWeather {
	/*width: 80px;*/
	border-collapse: collapse;
}
.CurrentWeather TD,
.CurrentWeather TH {
	font-size: 9px;
	font-weight: normal;
	padding: 2px 4px 2px 0;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
.CurrentWeather TH {
	border-bottom: 1px #738fcb solid;
	color: #0d3c80;
}
.CurrentWeather TR:hover {
	background-color: #fdf0ab;
}
/* Short list */
/* column align in IE */
.ShortCW .c3,
.ShortCW .c4 {
	text-align: center;
}
.ShortCW TD+TD+TD {
	text-align: center;
}


/* XML/XSL module - RSS Ticker */
#tickerHolder A.TitleLink:link,
#tickerHolder A.TitleLink:visited,
#tickerHolder A.TitleLink:hover {
	font-weight: bold;
	color: #013378;
	font-size: 11px;
	border-width: 0;
	padding: 0 20px 0 5px;
	text-decoration: underline;
}
#tickerHolder .Date {
	color: #E61820;
	margin-right: 5px;
	font-size: 11px;
}
#tickerHolder .Delimiter {
	margin: 0px 5px 0px 5px;
	color: #E61820;
	font-weight: bold;
}


/* XML/XSL module - NETplugged news */
.NetpluggedNews {
	border: 2px #738FCB solid;
	background-color: #F1F5FC;
	padding: 10px;
	margin-bottom: 10px;
}
.NetpluggedNews CITE {
	font-style: normal;
	color: #DA251D;
	font-size: 11px;
}
.NetpluggedNews H2 {
	margin: 3px 0px 0px 0px;
}
.NetpluggedNews H2 A {
	font-weight: bold;
}


/* Survay module */
.SuperSurvayOutput .NormalBold {
	color:#003366;
	font-size: 11px;
}
.SuperSurvayOutput BR {
	display: none;
}
.SuperSurvayOutput .CommandButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.SuperSurvayOutput A:link,
.SuperSurvayOutput A:visited,
.SuperSurvayOutput A:hover {
	text-decoration: none;
}
.SuperSurvayOutput {
	width: 110px;
}
.MiddleColumn .SuperSurvayOutput {
	width: 95%;
}
/*.MiddleColumn .SuperSurvayPanel {
	width: auto;
}*/
.LightBlueContainer3 .SuperSurvayPanel {
	width: 110px;
	padding: 0;
	margin: 0;
}
.ContentPaneBig .LightBlueContainer3 .SuperSurvayPanel {
	width: auto;
}


/* mediaANT Guestbook */
.MAGuestBookFormHolder {
	border-collapse: collapse;
	border: 1px #003377 dotted;
}
.MAGuestBookForm {
	width: 100%;
}
.MAGuestBookForm TH {
	width: 100px;
	text-align: left;
	vertical-align: middle;
}
.MAGuestBookFormHolder INPUT.NormalTextBox,
.MAGuestBookFormHolder SELECT.NormalTextBox {
	background-color: #F0F3F8;
	border-width: 0px;
	border-bottom: 1px #373737 solid;
	padding: 1px 5px 1px 5px;
	width: 320px;
}
.MAGuestBookFormHolder TEXTAREA.NormalTextBox {
	border: 1px #373737 solid;
	background-color: #F0F3F8;
	padding: 5px;
	width: 320px;
}
.MAGuestBookFormHolder TD {
	padding: 4px;
	vertical-align: middle;
}
.MAGusetBookList,
.MAGusetBookList TABLE.Normal {
	width: 100%;
}
.GBItem {
	margin:5px 0px;
	border:1px #003377 solid;
}
.GBItemHead {
	background-color:#738fcb;
	border-bottom:1px #003377 solid;
	padding: 3px 10px;
}
.GBItemHead A:link,
.GBItemHead A:visited,
.GBItemHead A:hover {
	color: #FFF;
}
.GBItemHead A:hover {
	color: #003377;
}
.GBItemHead SPAN.SubHead {
	font-weight:bold;
}
.GBItemHead SPAN.SubHead,
.GBItemHead SPAN.Normal {
	display: inline;
	font-size: 11px;
	color: #FFF;
}
.GBItemContentHolder {
	background-color:#d5def0;
	padding:10px;
}
.MAGbuttonHolder {
	text-align: center;
}
.MAGbuttonHolder .StandardButton {
	cursor: pointer;
}


/* Imagegallery */
.GalleryListTable {
}
.GalleryListTable TD {
	vertical-align: top;
	text-align: center;
	padding: 3px 10px 0px 10px;
}
.GalleryListTable IMG {
	border: 1px #003377 solid;
	display: block;
	margin-bottom: 2px;
}
.GalleryViewImageTitle,
.GalleryViewImageDesc {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}


/* DownloadModule old */
.DownloadModule {
	width: 100%;
	border:1px #999 solid;
	margin:2px;
}
HTML>BODY .DownloadModule {
	width:98.5%;
}
.DownloadHeader {
	width:100%;
	background-color:#CCC;
	padding: 2px;
	border-bottom: 1px solid #999;
}
HTML>BODY .DownloadHeader {
	width:99%;
}
.DownloadMiddlePart {
	width:100%;
	background-color:#FFF;
}
.DownloadIconHolder {
	padding:2px;
}
.DownloadDescription {
	padding:2px;
}
.DownloadFooter {
	width:100%;
	background-color:#FFFFCC;
	padding: 2px;
	text-align:right;
	border-top: 1px solid #999999;
}
HTML>BODY .DownloadFooter {
	width:99%;
}
.DownloadModule {
	border: 1px #003377 solid;
}
.DownloadHeader {
	background-color: #D5DEF0;
}
.DownloadHeader A:link,
.DownloadHeader A:visited,
.DownloadHeader A:hover {
	font-size: 12px;
	color: #003377;
}
.DownloadHeader SPAN.Normal,
.DownloadFooter SPAN.Normal{
	display: inline;
	text-align: left;
}
.DownloadFooter {
	background-color: #D5DEF0;
}


/* Search input module */
.SearchInputTable {
	margin: 5px 0px 5px 0px;
}
.SearchInputTable INPUT {
	font-size: 10px;
}
.SearchInputTable INPUT.NormalTextBox {
	width: 90px;
	border: 1px #003377 solid;
	font-size: 11px;
	margin-right: 5px;
	background-color: #EBEEF5;
}
.SearchInputTable INPUT.StandardButton {
	background-color: #BFCBE7;
	border: 1px #003377 solid;
	color: #003377;
	padding: 0px;
	cursor: pointer;
}


/* Right Navigation with Netmedia.Sitemap */
.MenuItemIcon0,
.MenuItemIcon1,
.MenuItemIcon2,
.MenuItemIcon3,
.MenuItemIcon4,
.MenuItemIcon5 {
	margin-right: 5px;
}
.MenuItems0, .MenuItems3 {
	margin: 0px;
	padding: 0px;
}
.MenuItems0 LI {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	list-style-type: none;
}
.MenuItems0 A:link,
.MenuItems0 A:visited,
.MenuItems0 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.MenuItems0 A:hover {
	color: #FF0000;
	text-decoration: underline;
}
.BlueContainer5 .MenuItems2 {
	margin: 0px;
	padding-left: 10px;
}
.BlueContainer5 .MenuItems2 UL {
	margin-left: 10px;
}
.MenuItems0 LI.MenuItemCurrentTab2,
.MenuItems0 LI.MenuItemCurrentTab3 {
	font-weight: bold;
}


/* TablicaListaSlika */
.TablicaListaSlika {
	width: 100%;
}
.TablicaListaSlika TD {
	text-align: center;
}
.TablicaListaSlika H4 {
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.TablicaPodaci {
	width: 90%;
}
.TablicaPodaci TD {
	font-size: 11px;
}


/* FurestaTopLista */
.FurestaTopLista {
	width:605px;
}
.FurestaTopLista CAPTION,
.FurestaTopLista .Header TH {
	background-color: #1C6FA4;
}
.FurestaTopLista TH,
.FurestaTopLista TD {
	font-size: 11px;
	border:1px #FFFFFF solid;
}
.FurestaTopLista TD {
	background-color:#D5DEF0;
}
.FurestaTopLista TH {
	color: #FFFFFF;
}
.FurestaTopLista .Column1,
.FurestaTopLista .Column2,
.FurestaTopLista .Column4 {
	text-align:center;
	width:30px;
	font-weight:bold;
}


/* Jadrnaska Top lista */
.jadranskalista {
	width:605px;
}
.jadranskalista CAPTION,
.jadranskalista .Header TH {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #30009C;
}
.jadranskalista TH,
.jadranskalista TD {
	font-size: 11px;
	border:1px #FFFFFF solid;
}
.jadranskalista TD {
	background-color:#FFFFFF;
}
.jadranskalista .Column1,
.jadranskalista TH {
	color: #30009C;
}
.jadranskalista .Column1,
.jadranskalista .Column2,
.jadranskalista .Column4 {
	text-align:center;
	width:30px;
	font-weight:bold;
}

/* HrvatskiTop33 */
.HrvatskiTop33 {
	width:605px;
}
.HrvatskiTop33 CAPTION,
.HrvatskiTop33 .Header TH {
	background-color: #F5DA79;
	font-size: 11px;
	font-weight: bold;
	color: #30009C;
}
.HrvatskiTop33 TH,
.HrvatskiTop33 TD {
	font-size: 11px;
	border:1px #FFFFFF solid;
}
.HrvatskiTop33 TD {
	background-color:#FBF0CA;
}
.HrvatskiTop33 .Column1,
.HrvatskiTop33 TH {
	color: #30009C;
}
.HrvatskiTop33 .Column1,
.HrvatskiTop33 .Column2,
.HrvatskiTop33 .Column4 {
	text-align:center;
	width:30px;
	font-weight:bold;
}


/* Picture caption lijevo */
.PictureCaption {
	float: left;
	color: #000;
	z-index: 999;
}
.PictureCaption IMG {
	display: block;
	margin: 0px;
	margin: 0px 5px 5px 0px;
}
.PictureCaption DIV {
	text-align: center;
	font-size: 10px;
}

/* Picture caption desno*/
.PictureCaptiondesno {
	float: right;
	margin: 5px;
}
.PictureCaptiondesno IMG {
	display: block;
}
.PictureCaptiondesno DIV {
	text-align: center;
	font-size: 10px;
}

/* Clear line */
.Clear {
	clear: left;
}

/* 
================================
 from secure-radiodalmacija
================================
*/
.border1pxgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #003377;
}
.border1pxdarkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D0D0D0;
	border: 1px solid #003377;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003377;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #003377;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.furesta_naslovna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #003377;
	cursor: hand;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1671A8;	
}


/* Links module */
.RedContainer1 .LinksTable,
.OrangeContainer1 .LinksTable {
	margin: 5px 0px 5px 18px;
}
.OrangeContainer1 .LinksItem,
.OrangeContainer2 .LinksItem {
	background: url(images/OrangeSquareBullet.gif) 5px center no-repeat;
	padding-left: 15px;
}
.RedContainer1 .LinksItem A.CommandButton:link,
.RedContainer1 .LinksItem A.CommandButton:visited,
.RedContainer1 .LinksItem A.CommandButton:hover,
.OrangeContainer1 .LinksItem A.CommandButton:link,
.OrangeContainer1 .LinksItem A.CommandButton:visited,
.OrangeContainer1 .LinksItem A.CommandButton:hover,
.OrangeContainer2 .LinksItem A.CommandButton:link,
.OrangeContainer2 .LinksItem A.CommandButton:visited,
.OrangeContainer2 .LinksItem A.CommandButton:hover {
	font-weight: bold;
	font-size: 10px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.OrangeContainer1 .LinksItem A.CommandButton:hover,
.OrangeContainer2 .LinksItem A.CommandButton:hover {
	color: #F49335;
}
.RedContainer1 .LinksItem {
	background: url(images/RedSquareBullet.gif) 5px center no-repeat;
	padding-left: 15px;
}
.RedContainer1 .LinksItem A.CommandButton:hover {
	color: #DA251C
}

/* News Articles Custom Styles */
/* List and detail view styles */
.NewsItem,
.NIComments {
	text-align: left;
	background-color: transparent;
}
.NewsItem {
	clear: both;
	padding-bottom: 10px;
}
.NIDate {
	color: #DA251D;
	font-size: 0.7em;
	text-align: right;
	background-color: #E7EBF3;
	padding: 2px;
}
.NIAutor .Normal {
	display: inline;
}
.NewsItem H2 {
	font-size: 0.8em;
	margin: 3px 0px 5px 0px;
	padding-bottom: 3px;
	border-bottom: 1px #738FCB solid;
}
.NewsItem H2,
.NewsItem H2 A:link,
.NewsItem H2 A:visited {
	color: #4C6EB6;
	font-weight: bold;
	text-decoration: none;
}
.NIAutor {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}
.NIBody {
}
.NIContent {
	padding: 10px;
}
.NILinkHolder {
	text-align: right;
}
.NILinkHolder A:link,
.NILinkHolder A:visited {
	color: #003377;
	font-weight: normal;
	text-decoration: none;
}
.NILinkHolder A:hover {
	text-decoration: underline;
	color: #003377;
}

/* Paging part */
.NIPaging {
	text-align: center;
}
.NIPageCount {
	margin-bottom: 5px;
}
.NIPagingLinks {
}

/* Comments part */
.NIComments H2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0069B2;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.NIComments {
	padding: 10px;
}
.NICommentItem {
	margin-bottom: 10px;
}
.NICommentData {
	font-size: 11px;
}
.NICommentText {
	margin-top: 5px;
}


/* Other CSS styles */
.NormalWhite {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.articleQuote {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.articleTitle {
	font-size : 14px;
	font-weight : bolder;
	color : #006600;
}
.articleTable {
	background-color: #FFF;
	margin: 0px;
	padding-right: 20px;
}
.articleTopCell {
	background-color: #D5DEF0;
	color: #000;
	font-weight: bold;
	padding: 6px;
	border-width: 0px;
}
.articleContentCell {
	color: black;
	padding: 6px;
	background-color: #FEFEFE;
}
.articleTextCell {
	color: black;
	padding: 6px;
	background-color: #FFFFCC;
}
.articleIconCell {
	background-color: #D0D0D0;
	width: 20px;
}
.articleFooterCell {
	color: #FFFFFF;
	padding: 3px;
	background-color: #80B288;
	height: 25px;
}
.featuredTopCell {
	background-color: #336699;
	color: white;
	font-weight: bold;
	padding: 6px;
	height: 25px;
}


/* Event module */
.EventNavigatorHolder {
	text-align: center;
}
.EventNavigator {
	width: 90%;
	margin: 0 auto;
}
.EventItem {
	border-color: #19488e;
	background-color: #f2f4f9;
}
.EventItem h3 {
	font-size: 13px;
	color: #013378;
}

.EventItem h3 A.CommandButton:link,
.EventItem h3 A.CommandButton:visited,
.EventItem h3 A.CommandButton:hover {  
	font-family: Verdana ,Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
	text-decoration: underline;
   color: #013378;
}
.EventItem h3 A.CommandButton:hover {  
	font-family: Verdana ,Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
	text-decoration: none;
   color: #013378;
}

.EventItemButtons,
.EventList H3 {
	border-color: #93a0c1;
}
.CategoryViewer {
	width: 150px;
}
.CategoryViewer SELECT {
	background-color: #f0f3f8;
}
.EventNavigator A.CommandButton:link,
.EventNavigator A.CommandButton:visited,
.EventNavigator A.CommandButton:hover {
	text-decoration: none;
	font-weight: normal;
}
.EventButLeft A {
	background: url(images/ArrowL.gif) center left no-repeat;
	padding-left: 15px;
}
.EventButRight A {
	background: url(images/ArrowR.gif) center right no-repeat;
	padding-right: 15px;
}
.EventNavigator .NormalBold {
	font-weight: normal;
}
.EventButMiddle .NormalBold {
	background: url(images/IconCalendar.gif) center left no-repeat;
	padding: 3px 0 3px 25px;
}


/*=================supersurvayproblem=====*/

.LightBlueContainer3 .ContentPane {
	width: auto;
}
.LightBlueContainer3 .ContentPane table td {
	padding: 0;
	margin: 0;
}
.LightBlueContainer3 .ContentPane table td img {
	padding: 0;
	margin: 0 3px 0 0;
}


.SuperSurvayPanel span, .SuperSurvayPanel .ButtonHolder {
	margin: 0;
	padding: 0;
	width: auto;
}

.calendarTitle { background: #738fcb ; color: #fff ; font: 12px Arial, Helvetica, sans-serif ; text-transform: capitalize ;}
.calendarStyle { border: none ; width: 80% ; margin: 0 0 0 55px ;}
.calendarStyle th { border-bottom: dotted 1px #738fcb ; font-weight: normal ;}
.calendarStyle td { border-bottom: dotted 1px #738fcb ; text-align: center ;}
.calendarNav a { color: #fff ; font: 11px Arial, Helvetica, sans-serif ; text-transform: uppercase ; text-decoration: none ; padding: 3px ; display: block ;}
.calendarDay a { font: 12px Arial, Helvetica, sans-serif ; color: #000 ; text-decoration: none ;}
.calendarEvent a { font: bold 12px Arial, Helvetica, sans-serif ; color: #738fcb ; text-decoration: underline ;}
.calendarDay , .calendarEvent { padding: 4px ;}
.calendarStyle .calendarToday { font: 12px Arial, Helvetica, sans-serif ; background: #ccc ;}
.calendarStyle .calendarToday a {}
.xmodcal_EventItem { font: 12px Arial, Helvetica, sans-serif ; text-decoration: none ; color: #043779 ; border-bottom: dotted 1px #738fcb ; width: 600px ;}
.xmodcal_EventItem a { font: bold 12px Arial, Helvetica, sans-serif ; text-decoration: none ; color: #043779 ;  text-transform: uppercase ;}
.calendarDetail { font-size: 12px ;}
.calendarDetail h2 { font: bold 16px Arial, Helvetica, sans-serif ; color: #738fcb ; text-transform: capitalize ;}

