/* (c)2003 eComStation
original by H.J. Klinkert http://www.errorterror.com
maintained for eComStation by J. Benjamins

This stylesheet is organised in the same order as you would
come across these classes etc. in the HTML sourcecode.
Roughly top to bottom, left to right (depending on tables and cells ofcourse).
*/
BODY {
	margin-bottom : 10;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background : #FFFFFF;
}

BODY,TD,DIV {
	font-family : Geneva, Helvetica, "Arial Cyr", Arial, sans-serif;
	font-size: smaller;
}

BODY,P {
	font-family : Geneva, Helvetica, "Arial Cyr", Arial, sans-serif;
	font-size: medium;
}

.mastheadbg {
	border: 0px;
	width: 100%;
	background : url(images/bg_clouds.jpg) no-repeat left;
}
.mainborder {
	border-bottom : 1px solid #000050;
	border-left : 1px solid #000050;
	border-right : 1px solid #000050;
	border-top : 0px solid #000050;
}
.breadcrumb {
	padding-left: 8px;
	height: 20px;
	color: #FFFFFF;
	background-color: #828299;
}
.stickup {
	height: 100%;
	background-color: #D1D1DF;
	vertical-align: top;
}
.leftcol {
	width: 170;
	border: 0px;
	vertical-align: top;
}
.subnavcol {
	padding-left : 8px;
	color: white;
	vertical-align: top;
	background-color: #A3A3BF;
	height: 175px;
}
a.subnav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.subnav:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;
}
a.subnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.leftcolpad {
	padding-left: 8px;
	padding-right: 5px;	
	vertical-align: top;	
}
.leftcolcopy {
	font-size: xx-small;
	padding-left: 8px;
	padding-right: 5px;	
	vertical-align: top;	
}
.subtitle2 {
	color: #666666;
	font-weight: bold;	
}
.entryfield {
	font-size: smaller;
	color: #000000;
	width: 155px;
	height: 22px;
	font-weight: normal;
	vertical-align : text-bottom;
}
.leftcolbot {
	width: 170;
	border: 0px;
	vertical-align: bottom;
}

/* End of left colom */

.subtitlebg {
	background-color: #E5E5E5
}
.subtitle {
	color: #666666;
	text-decoration: none;
	font-weight : bold;
	text-indent: 9px;
}

a.smallgrey:link {
	font-size:  xx-small;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.smallgrey:hover {
	font-size: xx-small;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
a.smallgrey:visited {
	font-size:  xx-small;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.maintxt {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;	
}
.maintxt:link {
	color: #EB851F;
	text-decoration: none;
	font-weight: bold;
}
.caption {
	font-size: xx-small;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}
a.link:link {
	color: #EB851F;
	text-decoration: none;
	font-weight: bold;
}
a.link:visited {
	color: #C35D00;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	text-decoration: underline;
	font-weight: bold;
}
.rightcol {
	padding-right : 5px;
	padding-left : 8px;
	vertical-align: top;
	width: 120;
}
.newscol {
	vertical-align : top;
	padding-left : 20px;	
	padding-right : 5px;
	padding-top : 8px;	
}
.datestamp {
	font-size: xx-small;
	color: #999999;
	font-weight: normal;
	text-align: right;
}
.updatecol {
	vertical-align : top;
	padding-left : 20px;
	padding-right : 5px;	
	padding-top : 8px;	
}

/* Used for PHPWS related items */

.type4 {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #666666; 
background-color : #E5E5E5; 
}

.type5 {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #6D6D6D; 
background-color : #ffffff; 
}

.boxtop {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #666666; 
background-color : #E5E5E5; 
}

.onebiggerred {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
color : #ff0000; 
background-color : transparent; 
}

.active {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #6D6D6D; 
background-color : #00ff00; 
}
.inactive {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #6D6D6D; 
background-color : #ff0000; 
}

.error {
      font-style : normal; 
      font-variant : normal; 
      font-weight : normal; 
      color : #6D6D6D; 
      background-color : #ff6464; 
      }


#tweets {
        width: 500px;
        margin: 0;
        padding: 0;
}

#tweets li {
        margin:	0;
        padding: 0;
        list-style: none;
        clear: left;
}
			
#tweets img {
        float: left;
        margin: 0px 10px 10px 0px;
}
			
#tweets li p {
        margin-left: 63px;
}
			
#tweets li a {
        font-weight: bold;
        text-decoration:none;
}

#tweets li a:hover {
        text-decoration:underline;
}	
