
/*****************************************************************
 *  TAGS
 *****************************************************************/
 
body, td, tr, table {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 8pt ;
	color: #999;
}

h1, h2, h3 {font-size:8pt;font-weight: normal;color: #fff; margin-top: 0;}
h1	{margin-top:0;}

a:link    {color:#fff;text-decoration: none;}
a:visited {color:#fff;text-decoration: none;}
a:active  {color:white;}
a:hover   {color:white;}

pre { font:8pt "Courier New",monospace;}

/*****************************************************************
 *  Addidtional Colors and Sizes
 *****************************************************************/

.light {color: #ccc;}
.gray {color: #666;}
.dark {color: #222;}
.red { color: #CC0000; }
.highlighted {color: #fff; background-color: transparent;}
.clear {display: block; clear: both;}

.small {font-size: 8pt;}
.xsmall {font-size: 7pt;}

.error{color:#e00;background-color:transparent;}
.success{color: #390; background-color: transparent;}

.wide {line-height: 150%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; }	
a.pdf { background: url(../images/files/file_pdf.gif) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.gif) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.gif) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.gif) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.gif) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.gif) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.gif) no-repeat top left;}
a.div { background: url(../images/files/file_div.gif) no-repeat top left;}

a.more_link { 
	background: url(../images/but_go.gif) no-repeat top left ;
	background-position: 0px 0px;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #fff;	
}
a.more_link:hover{
	text-decoration: underline;
}

a.button {
	color: #999;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #ccc;	
}
a.button:visited {
	color: #999;
	background-color: #ccc;
}
a.button:hover{
	background-color: #666;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line{ 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0 5px 0;
	float: left;
	text-align: left;
}
.right {
	padding: 5px 0 5px 0;
	float: right;
	text-align: left;
}
.col1 {
	float: left;
	width: 90px;
	padding: 0;
}
.col2 {
	clear: none;
	padding-left:100px;
	line-height: 150%;
}

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #666;
	background-color: #ccc;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message h1 {
	font-size: 8pt;
	margin: 0;
}
div.message {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ee0;
}
div.ok {
	border: 1px solid #390;
}
div.error {
	border: 1px solid #e00;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
	padding-bottom: 10px;
}
div.news_article h2 span{
	/* float: right;*/
	float: right;
	font-weight: normal;
	font-size: 8pt;
}

div.news_article img {
	float: left;
	margin: 0 10px 0 0;
} 


/*******************************************************************************
 * content tables
 ******************************************************************************/
table {
	clear: both; 
	margin:0; 
	padding:0; 
	border:0;
}
th, td {
	border: 0;
	padding: 0;
	vertical-align: top;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
table.content_table thead th{
	padding: 2px;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #666;
}
table.content_table tbody th {
	padding: 2px 0;
	margin: 0;	
	border: 0;
	border-bottom: 1px solid #666;
}
table.content_table td {
	padding: 2px 0;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #ccc;
}
table.content_table .cell_left {
	text-align: left;
}
table.content_table .cell_center {
	text-align: center;
}
table.content_table .cell_right {
	text-align: right;
	padding-right: 5px;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
	width: 115px;
}
dl dd {
	margin-left: 120px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #fff;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #666 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #666;
	border-bottom: #000;
	background: transparent;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #666;
	border-bottom: none;
	background: #ccc;
	text-decoration: none;
}

/*******************************************************************************
 * photoworkers
 ******************************************************************************/
 
.calc_group_desc {
	display: none;
}
