/* ____________ GENERAL _____________*/
body {
	background: url(../images/bg_grad.png) repeat-x #ECEDDD;
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color:#6699FF;
}

hr {
margin: 10px 0px 10px 0px;
}

a:hover {
	color:#FF8C00;
	border-bottom: 1px dotted #FF8C00;
}

#page {
	background-color: White;
}

.blind, #accessibility {
	display: none;	
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}


#logo h1 {
	font-family: Verdana,  "Arial Black", "Century Gothic";
	font-size: 6em;
}
#logo * {
  border: 0px solid black;
  text-decoration: none;
}

#logo *:hover {
  border: 0px solid black;
  text-decoration: none;
}

.dc {
	color: white;	
}

.s1c {
	color: #D4F0F1;	
}

.s2c {
	color: #FFF5BD;	
}

#smallNavigation {
	font-size: 8pt;
	text-align: right;
	color: black;
}

#smallNavigation a{
	color: black;
}

#smallNavigation a:hover{
	color: red;
	border-bottom: 1px dotted red;
}

#separator {
	background: url(../images/separator_grad.png) repeat-x;
}

#searchForm input{
	border: 1px solid #c0c0c0;
}

#searchBox {
	font-size: 12pt;
}
#content {
	background-color: #fafafa;
}

#menu {
	border-right: 5px solid white;

}

#menu ul {
	list-style: none;
}

#menu h3 {
	border-bottom: 1px dotted #c0c0c0;
	font-size: 12pt;
	background-color: #f0f0f0;
	color: #848480;
}

#menu h3 a {
	color: #848480;
}

#menu li {
	border-bottom: 1px dotted #c0c0c0;

}

#menu li:hover {
	background: url(../images/menuitem_grad.png) repeat-x;
}

#menu li a{
	text-decoration: none;
	color: Black;
}

#menu li a:hover{
	border-width: 0px;
}

#main {
	border-left: 5px solid white;
}

#main h1 {
	border-bottom: 3px solid #FF8C00;
	color: #646460;
}
#main h1 a:hover{
  border: 0px solid black;
}
#main h2 {
	color: #646460;
}

#main h3 {
	margin-bottom: 10px;
}

#footer {
	background: url(../images/foot_grad.png) repeat-x;
	border-top: 5px solid white;
}

#footerText {
	text-align: center;
	font-size: 8pt;
	color: #646460;
}

#footerText a , #siteNavigation a{
	color: black;
}

#footerText a:hover, #siteNavigation a:hover {
	color: red;
	border-bottom: 1px dotted red;
}

/* ____________ LAYOUT _____________*/

* {
	margin: 0px;
	padding: 0px;
	
}

#container {
	width:100%;
	padding-top:5px; 	
}

#page {
	margin: 0px auto;	
	width: 800px;	
	padding: 10px;
}

.dc {
	padding-top: 45px;
}


#header {
	height: 100px;
	margin-bottom: 5px;
        background:transparent url(../images/dssbanner.png) no-repeat scroll 0% 50%;
}

#smallNavigation {
	padding: 5px 10px 0px 0px;
	height: 0px;
	z-index:1;
}

.crumbLink {
  margin: 0px 5px 0px 5px;
}

#logoContainer {
	width: 550px;
	float: left;
	height: 100px;
	margin-right: 5px;
}

#logo {
  cursor: pointer;
height:100px;
position:absolute;
width:170px;
}


#s1 {
	position: relative;
	top:10px;
	right: 35px;
}

#s2 {
	position: relative;
	right: 67px;
}


#headerInfo {
	width: 245px;
	float: right;
	height: 100px;
}


#siteNavigation {
	padding: 6px 0px 0px 20px;
}

#separator {
	height: 33px;
	margin-bottom: 5px;
}

div.divider {
  margin: 2em 0;
  text-align: center;
}


#searchForm {
	float:right; 
	padding: 6px 10px 0px 0px;
}

#menu {
	width: 165px;
	float: left;
	margin-right: -5px;
}

#menu h3 {
	width: 153px;
	padding: 6px;
}


#menu li a{
	width: 135px;
	display: block;
	padding: 6px 6px 6px 12px;
}

#main {
	width: 600px;
	float: right;
	margin-bottom: 5px;
	padding: 15px;
}

#main h1 {
	margin-bottom: 15px;
}

#main h2 {
	margin: 0px 0px 10px 0px;
}

#main ul, #main ol {
	margin: 10px 20px 20px 30px;
}

#main p {
	margin-bottom: 10px;
text-align: justify;
}

.articleDate {
  font-size: 8pt;
  text-align: right !important; 
  margin-top: -15px;
}

.articleAuthor {
  font-size: 8pt;
  text-align: right !important; 
}

#clear {
	clear: both;
}
#footer {
	clear: both;
	height: 39px;
}

#footerText {
	padding: 12px 0px 5px 0px; 
}

.wideEdit {
	width: 340px;
}

.imgdiv {
float:right;
font-size:80%;
font-weight:bolder;
margin:0pt;
padding:10pt 0pt 5pt 15pt;
text-align:center;
}

legend {
	margin-left: 20px;
}

fieldset{
	padding: 10px;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

ol.comments{
padding : 0.3em;
list-style-position: inside;
margin-bottom: 10px;
}

ol.comments li{
border-bottom: 1px dotted #c0c0c0; 
padding: 10px; 
background-color: #F0F0F0;
}

.small {
font-size: 0.9em;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
padding: 2px 10px 2px 10px;
vertical-align: top;
}

.comments-wrapper {
margin-bottom: 25px;
}

.conference_table{
  border-collapse: collapse;
}

.conference_table td{
  font-size: 9pt;
  border-bottom: 1px solid #C0C0C0;
  padding: 2px;
}
.conference_table th{
  border-bottom: 2px solid #C0C0C0;
  text-align: left;
  white-space: nowrap;
}
.conference_table .after_deadline {
background-color: #dddddd;
}

.block {
display: block;
}

