/* 
	project: internet sharing template
   	author: luka cvrk (www.solucija.com) 
								*/
   
body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

/* links */
a { color: #003B6E; background: inherit; }
a:hover { color: #9EC068; background: inherit; }	

/* headings */
h1 { font: bold 2.0em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; border-bottom: 1px solid #BBB;}
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }
.title { color: #808080; background: #fff; }

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/* lists and form elements */

.outerbox { border:1px solid black;padding:0px;
    width:50px;
    overflow:hidden;margin:4px; font-weight: 900; 
    font-family: verdana,arial,sans-serif; }
.datebox  { font-size:22pt;color:#666;text-align:center;
    border-bottom:1px solid black; }
.monthbox { font-size:11pt;color:#fff;
    background-color:#666;text-align:center; }
	
.transparent {
filter:alpha(opacity=90);
background-color:green;
display:none;
width:170;
height:100;
position:absolute;
color: white;
border: 1 green solid;
}

form { margin: 0; }
input.search { width: 179px; border: none; background: #fff url(../images/input.gif) no-repeat; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }

/* content holder */
#content { margin: 10px auto; width: 990px; background: #fff;}

/* 2 column */
#collumn { margin: 10px auto; width: 50%; background: #fff;}

/* header */
#header { height: 75px; }
#logo { padding: 15px 0 0 8px;  }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; width: 570px; margin: 20px 15px 0 0; text-align: right; }

/* horizontal tabbed menu */	
#tabs { background: #fff url(../images/bigbox.gif) no-repeat top center; color: #000;  height: 64px; text-align: center; padding: 0 0 0 190px; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(../images/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:visited { float: left; background: #fff url(../images/barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(../images/barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.selected { background: #fff url(../images/barcurrent.gif) no-repeat; color: #2C71AE; }
.key { text-decoration: underline; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
font:normal 0.9em Tahoma, Arial, sans-serif;
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #808080;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f0edcc;
}

/* search form */
#search { 
	float: left;
	clear: both;
	color: #000;
	background: #fff url(../images/searchbg.gif) no-repeat;
	padding: 14px 0 20px 5px;
	width: 500px;
	margin: 5px 0 0 35px;
}
	#search p { padding: 0; margin: 0; }

/* video menum */
#vidmenu {
	float: center;
	clear: both;
	color: #000;
	background: #fff url(../../images/videomenu.gif) no-repeat;
	padding: 14px 0 20px 0px;
	width: 500px;
	margin: 5px 0 0 245px;
}
/* grey subheader */
.gboxtop { clear: both; height: 8px; background: #fff url(../images/gboxtop.gif) no-repeat bottom center; color: #000; }
.gbox { background: #fff url(../images/gbox.gif) no-repeat top center; color: #444; text-align: left; padding: 1px 13px 13px 13px; margin: 0 0 20px 0; }
.gbox p { padding: 7px 0; margin: 0 10px 0px 10px;}


/* Full Page */
.full { float: left; width: 975px; margin: 0 0 10px 0; }
	.full_articles {
		margin: 0 12px 15px 10px;
		padding: 1px 10px 10px 10px;
		text-align: justify;
		color: #000;
		background: #fff url(../images/leftbox.gif) no-repeat bottom left;
	}
	
	.fulltop { height: 14px; background: #fff url(../images/leftboxtop.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}
	
	.fulldescription { padding: 0 0 2px 0; margin: 0 10px 5px 0; }
	.fullthumbnail { margin: 0 18px 8px 0; float: left; border: 1px solid #dedede; }

	.full_articles {
		margin: 0 15px 0px 10px;
		padding: 1px 10px 10px 10px;
		text-align: justify;
		color: #000;
		border: 2px solid #c0c0c0;
		border-bottom: 0px;
		border-top: 0px;
		background: #fff url(../images/transbackground650.gif) ;
	}
	
	.fulltop { height: 14px; background: #fff url(../images/leftboxtop.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}
	.fullbottom { height: 14px; background: #fff url(../images/leftboxbottom.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}
	
/* left side */
.left { float: left; width: 650px; margin: 0 0 10px 0; }
	.left_articles {
		margin: 0 12px 15px 10px;
		padding: 1px 10px 10px 10px;
		text-align: justify;
		color: #000;
		background: #fff url(../images/leftbox.gif) no-repeat bottom left;
	}
	
	.lefttop { height: 14px; background: #fff url(../images/leftboxtop.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}
	
	.calendar { height: 50px; float: left; background: #fff url(../images/calendar.gif) no-repeat; width: 50px; padding: 5px 0 0 9px;  color: #808080;}
	.calendar p { padding: 0; margin: 0; }
	.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; }
	.thumbnail { margin: 0 18px 8px 0; float: left; border: 1px solid #dedede; }

	.Prodleft_articles {
		margin: 0 15px 0px 10px;
		padding: 1px 10px 10px 10px;
		
		color: #000;
		border: 2px solid #c0c0c0;
		border-bottom: 0px;
		border-top: 0px;
		background: #fff url(../images/transbackground650.gif) ;
	}
	
	.Prodlefttop { height: 14px; background: #fff url(../images/leftboxtop.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}
	.Prodleftbottom { height: 14px; background: #fff url(../images/leftboxbottom.gif) no-repeat; color: #000; margin: 0 0px 0px 10px;
		
	}

/* bottom thirds */
.thirds { float: left; width: 303px; background: #fff; margin: 0 12px 0 10px; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(../images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(../images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
	.smallbox p { padding: 0; margin: 0; }
	
/* ProdView thirds */
.thirdspv {
	float: left;
	width: 303px;
	background: #fff;
	margin: 0 12px 0 0;
	padding-right: 15pt;
	word-spacing: 0.33em;
}
	.smallboxtoppv { height: 14px; background: #fff url(../images/smallboxtopTrans.gif) no-repeat;  }
	.smallboxpv { background: #fff url(../images/smallboxTrans.gif) no-repeat bottom left;  padding: 1px 20px 10px 20px;  }
	.smallboxpv p { padding: 1px 20px 10px 20px; margin: 0; }	
	
/* ProdList 2 Column */
.double { float: left; width: 450px; background: #fff; margin: 0 20px 0 20px;  }
	.doubleBoxTop { height: 14px; background: #fff url(../images/doubleBoxTopTrans.gif) no-repeat;  }
	.doubleBox { background: #fff url(../images/doubleBoxTrans.gif) no-repeat bottom left;  padding: 1px 10px 10px 10px;  }
	.doubleBox p { padding: 0; margin: 0; }
	
.Round { float: left; width: 650px; margin: 0 0 10px 0; }
	.BigRoundTop { height: 30px; background: #fff url(../images/mainProdTop.gif) no-repeat top left;  }
	
	.BigRound { 
	background: #fff; 
	border-left: 2px; 
	border-right: 2px; 
	border-color:#CCCCCC;  
	margin: 0 20px 15px 10px;
	padding: 10px 0 0 0;;
	text-align: justify; 
	color: #000;
	}
	.BigRoundBottom { height: 30px; background: #fff url(../images/mainProdBottom.gif) no-repeat;  }
	.BigRound p { padding: 0; margin: 0; }
	.Desc { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }

	
/* right side */
#right {
	float: right;
	width: 295px;
	margin: 0 10px 10px 0;
}
	.boxtop { height: 19px; background: #fff url(../images/boxtop.gif) no-repeat; color: #000; }
	.box { background: #fff url(../images/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 10px; margin: 0 0 10px 0; }
	.box p { padding: 0; margin: 0;}
	.image { float: left; margin: 0 9px 3px 0; }
	
/* right side for ProdView */
#rightPV {
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
}
	.boxtopPV { text-align: center; height: 19px; background: #fff url(../images/boxtop.gif) no-repeat; color: #000; }
	.boxPV { background: #fff url(../images/box.gif) no-repeat bottom left; color: #5b5b5b; padding: 0 10px 15px 20px; margin: 0 0 10px 0px; }
	.boxPV p { padding: 0; margin: 0 0 0 20px;}
	.imagePV { float: left; margin: 0 9px 3px 0; }
	


/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }
.bluebtn { background: #488EB2 url(../images/bluebtn.gif) no-repeat;  padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { background: #488EB2 url(../images/greenbtn.gif) no-repeat;  padding: 1px 17px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { background: #488EB2 url(../images/hoverbtn.gif) no-repeat; color: #fff; }

/* footer  */
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.shadow {
border:1px solid silver;

}
.shadow2 {
overflow:hidden;
background-color:black;
position:absolute;
filter:alpha(Opacity=20);
opacity:0.2;
-moz-opacity:0.2;
-khtml-opacity:0.2
}

#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border:1px solid silver;
background-color:#D9E6F0;
padding: 8px;
z-index: 100;
visibility:hidden;
}
.outerbox { border:1px solid black;padding:0px;
    width:50px;
    overflow:hidden;margin:4px; font-weight: 900; 
    font-family: verdana,arial,sans-serif; }
.datebox  { font-size:22pt;color:#666;text-align:center;
    border-bottom:1px solid black; }
.monthbox { font-size:11pt;color:#fff;
    background-color:#666;text-align:center; }
body {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat;
}
#dropinboxv2cover{
	width: 720px; /*change width to desired */
	height: 480px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	overflow:hidden;
	visibility: hidden;
	top: 861px;
}

#dropinboxv2{
width: 700px; /*change width to above width-20. */
height: 460px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
background-color:#D9E6F0;
filter:alpha(Opacity=91);opacity:0.91;
padding: 8px;
border:1px solid silver;
position:absolute; /*Don't change below 3 rules */
left: 0px;
top: 0;
}
.style1 {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: underline;
}