﻿body 
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    margin: 0px;
	padding: 0px;
}

a 
{
    color: #8f8f8f;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}

blockquote
{
    background-image: url('http://www.notpleased.com/images/quote.gif');
    background-repeat: no-repeat;
    color: #535353;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
    border-top: 10px;
    border-bottom: 0;
    border-left: 0px;
    border-right: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/* headlines */
#news_name
{
    font-weight: bold;
}

#news_name a
{
    color: #323232;
}

#news_credit
{
    font-weight: bold;
    font-size: 11px;
    color: #6b6b6b;
}

#header a
{
    color: #6f6f6f;
}

/* drop down menu css */
#sddm
{	
    
    margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	
    display: block;
    margin: 0;	
	list-style: none;
	float: left;
	color: #ffffff;
}
	    
#sddm li a
{	
    padding: 6px 8px 7px 8px;
    color: #ffffff;
    text-decoration: none;
}

#sddm li a:hover
{	
    color: #ffffff;
    background: #878787;
}

/* needed because javascript modification of background color eliminates the css properties defined for this */
.sddmMenuHover
{	
    color: #ffffff;
    background: #878787;
}

.sddmHoverOff
{	
    color: #ffffff;
    background: '';
}
.sddmHoverOff:hover
{	
    background: #878787;
}
/***************/

#sddm div
{ 
    margin-left: -1px;
    position: absolute;
	margin-top: 7px;
	padding: 0;
	border-bottom: solid 2px #000000;
}

#sddm div a
{	
    position: relative;
	display: block;
	
    font-weight: bold;
    font-size: 11px;
    text-align: left;
	text-decoration: none;
	
	background: #878787;
	padding: 5px 60px 5px 15px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#sddm div a:hover
{	
    background: #646464;
}

#mail
{
    vertical-align: middle;
    height: 100%;
    float: right;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2f2f2f;
    color: #ffffff;
    border-left: solid 0px #545454;
}

#mail:hover
{
    background-color: #3d3d3d;
}

#composeNew
{
    visibility: hidden;
    position: absolute;
    width: 22px;
    float: right;
    top: -27px;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: #2f2f2f;
    color: #ffffff;
    border-top: solid 3px #545454;
    border-left: solid 1px #545454;
    border-bottom: solid 3px #2f2f2f;
}

#composeNew:hover
{
    background-color: #3d3d3d;
}

#descMail
{	
    position: absolute;
	visibility: hidden;
	right: 30px;
	top: 6px;
	border: 0;
}

#descComposeNew
{	
    position: absolute;
	visibility: hidden;
	right: 30px;
	top: -21px;
	border: 0;
}