@import url("../theme/winter/styles.css");
@import url("../common/general.css");
@import url("/lib/jquery-ui/css/smoothness/jquery-ui-1.8.14.custom.css");
@import url("/lib/jquery.tablesorter/addons/pager/jquery.tablesorter.pager.css");
@import url("/lib/jquery.tablesorter/themes/blue/style.css");


@CHARSET "ISO-8859-1";

{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}

body {
	background-image : url("/common/mainbg.gif");
	background-repeat: repeat-y;
}

h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,input,textarea,select,td,tr,th,legend {
	text-align-1: left;
}

p {
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: inherit;
	position: relative;
}

img, a img {
	border: 0;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

h6 {
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
}

h3 {
	margin-top: 20px;
	border-bottom: #cccccc 2px dotted;
	width: 50%;
	padding-bottom: 2px;

	font-size: 12pt;
	font-family: Helvetica;
	color: black;
	font-weight: bold;
	text-shaddow: blue;
	text-align: left;
	background: none;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 500px;
	height: 100%;
	text-align: left;
}

#header {
	height: 50px;
	text-align: left;
	background-image:url('/common/banner09.jpg');
	background-repeat:no-repeat;
	background-position: 180px 0px;
}

#navigation {
	width: 180px;
	max-width: 180px;
	overflow: hidden;
	text-align: left;
	float: left;
}

#navigation ul {
	padding: 10px 10px 0px 0;
}

#addthis {
	margin-top: 40px;
}

#twitter_div {
	font-size:  x-small;
}

#navigation li {
	margin-left: 1px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 2px;
	position: relative;
}

#navigation li a {
	background: transparent url("button-nav-2.gif") left top no-repeat;
	color: #dddddd;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 8pt;
	height: 12px;
	position: relative;
	display: block;
	list-style-image: none;
}

#navigation li.mainmenu a:hover {
	background: transparent url("button-nav-2.gif") left -50px no-repeat;
	color: #ffcc00;
}

#twitter_update_list li {
	padding-top: 5px;
}

#twitter_update_list li a {
	background: none;
	display:  inline;
	padding: 0 0 0 0;
}

#content {
	margin-left: 180px;
	margin-right-1: 180px;
}

#td_dashboard {
	padding-right: 0px;
	padding-left: 20px;
	width-1: 160px;
}

#dashboard {
//background-color: #7C9BFF;
background-color: #fefefe;
	margin-top: 0px;
	margin-bottom: 15px;
	float: right;
	width-1: 160px;
	max-width-1: 160px;
	overflow: hidden;
	border: 2px gray solid;
	color: black;
}

#dashboard table {
	color: black;
	background-color: transparent;
}

#dashboard td {
	color: black;
	background-color: transparent;
}

#dashboard a {
	text-decoration: none;
	border-bottom: none;
}

#dashboard a:hover {
	color: red;
}

#dashboard img {
border-top: 1px darkgray solid;
border-left: 1px darkgray solid;
border-right: 1px lightgray solid;
border-bottom: 1px lightgray solid;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
}

#dashboard img:hover {
border-top: 2px lightgray solid;
border-left: 2px lightgray solid;
border-right: 0px darkgray solid;
border-bottom: 0px darkgray solid;
}

#footer {
	width: 100%;
	float: left;
}

#footer p {
	background-color: silver;
	border-top: 1px;
	border-top-color: black;
	border-top-style: dotted;
	padding-top: 2pt;
	padding-bottom: 2pt;
	text-align: center;
	font-size: 8pt;
	color: white;
	margin: 0;
	margin-left: -10px;
}

#navigation li.specialmenu a {
	background: transparent url("button-red.gif") left top no-repeat;
	color: white;
}
#navigation li.specialmenu a:hover {
	background: transparent url("button-red.gif") left -50px no-repeat;
	color: blue;
}

#navigation li.internmenu a {
	background: transparent url("button-green.gif") left top no-repeat;
}

#navigation li.internmenu a:hover {
	background: transparent url("button-green.gif") left -50px no-repeat;
	color: #ffcc00;
}

#navigation li.othermenu a {
	background: transparent url("button-pink.gif") left top no-repeat;
}
#navigation li.othermenu a:hover {
	background: transparent url("button-pink.gif") left -50px no-repeat;
	color: #ffcc00;
}

#wscalogo {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	width: 170px;
}

#quicklinks {
	float: left;
	position: relative;
	top: 10px;
	left: 30px;
	width:  200px;
}

#search {
	float: left;
	position: relative;
	top: 10px;
	left: 100px;
	width:  300px;
}

#headerlinks {
	float: right;
	position: relative;
	top: 0px;
	right: 10px;
	text-align: right;
}

#content p>img {

}

li.link a {
	text-decoration: none;
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: black;
}

li.link a:visited {
	text-decoration: none;
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: grey;
}

li.link a:active {
	text-decoration: none;
	color: red;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-bottom-color: black;
}

li.link a:hover {
	text-decoration: underline;
	color: red;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-bottom-color: black;
}

#navigation p.statcounter {
	margin-left: 20px;
}

dl.news {
	padding: 0px;
}

dl.news>dt {
	margin-top: 8pt;
	color: gray;
//	font-style: italic;
	background-color: lightgray;
	color: navy;
	padding: 5px 0px 5px 10px;
//	border-bottom: 2px navy solid;
//	border-bottom: 1px navy dotted;
//	border-right: 1px navy dotted;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D3D3D3, endColorstr=#A8A8A8) ;
	background: -webkit-gradient(linear, left top, left bottom, from(lightgray), to(#A8A8A8));
	background: -moz-linear-gradient(top, lightgray, #A8A8A8);
}

dl.news>dd {
	padding: 2px;
	background-color: #eeeeee;
//	border-bottom: #777777 1px dotted;
//	border-right: #777777 1px dotted;
	min-height: 100px;
	margin-left: 0px;
	padding: 5px 0px 5px 10px;
}

dl.news>dt.highlight {
	font-weight: bold;
}

dl.news>dd.highlight {
	font-weight: bold;
}

dl.news>dt.new {
	color:  red;;
//	border-bottom: 2px red solid;
//	border-bottom: 1px red dotted;
//	border-right: 1px red dotted;
}

dl.news>dd.new {
	color:  red;
}

dl.news>dd>img {
	border-top: 2px darkgray solid;
	border-left: 2px darkgray solid;
	border-right: 2px lightgray solid;
	border-bottom: 2px lightgray solid;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

dl.news>dd>ul1>li {
	list-style: disc;
	list-style-position: inside;
	text-indent: 5px;
}

dl.news>dd>img:after {
	clear: all;
	content: "<br>";
}

span.subjectdate {
	font-size: 0.8em;
	margin-left: 40px;
}

span.subjectdate:before {
	content: "(";
}

span.subjectdate:after {
	content: ")";
}

dl.news>dd, dl.news>dt, .insetshadow {
padding-left: 2px;
padding-right: 2px;
position:relative;
float:left;
padding:0.5em; 
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-border-radius:4px; 
     border-radius:4px;
}

dl.news>dt {
width: 94%;
margin:1em 0px -0.5em;
z-index: 2;
}

dl.news>dd, .insetshadow {
-ms-filter-1: "progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color='gray')";
filter-1: progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color='silver');
}

dl.news>dd {
width: 94%;
margin:0em 0px 1em;
padding-top: 1.2em;
}

.dropshadow, .splashinclude {
padding-left: 2px;
padding-right: 2px;
position:relative;
padding:0.5em; 
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-border-radius:4px; 
     border-radius:4px;
-ms-filter-1: "progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color='gray')";
filter-1: progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color='silver');
}

.splashinclude {
	clear: right;
}

.press img.dropshadow {
	padding:10px;
}

dl.news>dd:before, dl.news>dd:after, .dropshadow:before, .dropshadow:after,
.splashinclude:before, .splashinclude:after {
content:"";
position:absolute; 
z-index:-2;
bottom:15px;
left:10px;
width: 50%;
height: 20%;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
        box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform:rotate(-2deg);    
   -moz-transform:rotate(-2deg);   
    -ms-transform:rotate(-2deg);   
     -o-transform:rotate(-2deg);
        transform:rotate(-2deg);
}

dl.news>dd:after, .dropshadow:after, .splashinclude:after {
right:10px; 
left:auto;
-webkit-transform:rotate(2deg);   
   -moz-transform:rotate(2deg);  
    -ms-transform:rotate(2deg);  
     -o-transform:rotate(2deg);
        transform:rotate(2deg);
}

h1 {
position:relative;
margin-top:20px;
border: 0;
padding-left: 2px;
padding-right: 2px;
float:left;
background:#FEEF9D;
width: 100%;
-webkit-box-shadow:0 1px 4px rgba(254,239,157), 0 0 40px rgba(254,239,157,1.0) inset;
   -moz-box-shadow:0 1px 4px rgba(254,239,157, 1.0), 0 0 40px rgba(254,239,157,1.0) inset;
        box-shadow:0 1px 4px rgba(254,239,157,1.0), 0 0 40px rgba(254,239,157,1.0) inset;
-moz-border-radius:4px; 
     border-radius:4px;
margin:0em 0px 1em;
-ms-filter-1: "progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color=#FEEF9D)";
filter-1: progid:DXImageTransform.Microsoft.shadow(Strength=2, Direction=135,Color=#FEEF9D);
}

h1:before, h1:after {
content: "";
width: 50%;
height: 20%;
position:absolute; 
z-index: -2;
bottom:15px;
left:10px;
max-width:300px;
-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
        box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform:rotate(-2deg);    
   -moz-transform:rotate(-2deg);   
    -ms-transform:rotate(-2deg);   
     -o-transform:rotate(-2deg);
        transform:rotate(-2deg);
}

#content table {
	clear: right;
}

h1:after {
right:10px; 
left:auto;
-webkit-transform:rotate(2deg);   
   -moz-transform:rotate(2deg);  
    -ms-transform:rotate(2deg);  
     -o-transform:rotate(2deg);
        transform:rotate(2deg);
}

table.liste {
}

tr.liste:hover {
   background: silver;
}

tr.liste {
   background: transparent;
}

tr.liste-over:hover {
   background: silver;
}

tr.liste-over {
   background: transparent;
   color: gray;
}

tr.liste-next:hover {
   background: silver;
}

tr.liste-next {
   background: transparent;
   color: crimson;
}

tr.liste-coming:hover {
   background: silver;
}

tr.liste-coming {
   background: transparent;
}

td.liste {
   padding-left:  3px;
   padding-right: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   border-bottom: 1px silver inset;
}

th.liste {
   padding: 2pt;
   border-bottom: 1px gray inset;
}

div.chartscontainer ul>li {
	list-style: none;
	list-style-image: none;
	margin-top: 15px;
	margin-bottom: 5px;
}

@media print {
	#navigation, #header, #footer {
		display:  none;
	}
	#content {
		margin-left:  0px;
	}
	body {
		background-image: none;
	}
	#headerline {
		visibility: hidden;
	}
	h1 {
		text-align: left;
		color:  black;
		position:relative;
		margin-top:20px;
		border: 0;
		padding-left: 2px;
		padding-right: 2px;
		float:left;
		background:none;
		width: 100%;
		-webkit-box-shadow: none;
		   -moz-box-shadow:none;
		        box-shadow:none;
		-moz-border-radius:0px; 
		     border-radius:0px;
		margin:0em 0px 1em;
	}
	h1:before, h1:after {
		content: "";
		width: 50%;
		height: 20%;
		position:absolute; 
		z-index: -2;
		bottom:15px;
		left:10px;
		max-width:300px;
		-webkit-box-shadow:none;   
		   -moz-box-shadow:none;
		        box-shadow:none;
		-webkit-transform:none;    
		   -moz-transform:none;   
		    -ms-transform:none;   
		     -o-transform:none;
		        transform:none;
	}
	h2 {
		text-align: left;
	}
	dl.news>dd, dl.news>dt, .dropshaddow, splashinclude,
	dl.news>dd:before, dl.news>dd:after, .dropshadow:before, .dropshadow:after,
.splashinclude:before, .splashinclude:after {
		-webkit-box-shadow: none;
		   -moz-box-shadow:none;
		        box-shadow:none;
		-moz-border-radius:0px; 
		     border-radius:0px;
		-webkit-transform:none;    
		   -moz-transform:none;   
		    -ms-transform:none;   
		     -o-transform:none;
		        transform:none;
	}
	dl.news>dd:after, .dropshadow:after, .splashinclude:after {
		right:10px; 
		left:auto;
		-webkit-transform:none;   
		   -moz-transform:none;  
		    -ms-transform:none;  
		     -o-transform:none;
		        transform:none;
	}
	dl.news>dt {
		font-size: 1.2em;
		color: black;
		border-bottom: 1px #1B4665 dotted;
	}
	.downloadlink {
		display:  none;
	}
	#printheader {
		vertical-align: bottom;
		color: gray;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
//		border-bottom: 1px gray dotted;
		min-height: 30px;
	}
	#printtitle {
		float: left;
		text-align: center;
		padding-bottom: 3px;
		padding-left: 2px;
		padding-right: 2px;
		border-bottom: 1px #1B4665 dotted;
		max-width: 400px;
	}
	#printdate {
		float: right;
	}
	#wscalogo {
		float: left;
	}
	#dashboard, .dashboardcolumn {
		display: none;
	}
	#maincolumn {
		width: 100%;
	}
	a:link, a:visited {
		text-decoration: none;
		font-style: italic;
	}
	a:after-1 {
		content: " <" attr(href) ">";
	}
}

@media not print {
	#printheader, #printfooter {
		display:  none;
	}
}


