
/**
 * HTML & Body
 */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-image: url('http://www.spambog.com/gfx/web/bgMain.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #F7F1E1;
}

ul {
    margin: 0px auto 0 auto;
}

/**
 * Layout
 */

#divWrapper {
    margin: 0 auto;
    width: 960px;
}

#divHeader {
    position: absolute;
    top: 0;
    width: 960px;
    height: 130px;
    background-image: url('http://www.spambog.com/gfx/web/header.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

#imgStopSpam {
    position: absolute;   
    left: 885px;
    top: 14px;
}

#divMain {
    margin-top: 125px;
    width: 960px;
}

#divLeft {
    float: left;
    width: 210px;
}

#divContent {
    float: right;
    width: 735px;
    margin-right: 3px;    
}

/**
 * Content box
 */

.box {
    margin-bottom: 0px;    
}

.box .tl {
    background-image: url('http://www.spambog.com/gfx/web/boxTopLeft.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    height: 45px;    
}

.box .tr {
    background-image: url('http://www.spambog.com/gfx/web/boxTopRight.png');
    background-repeat: no-repeat;
    background-position: 100% 0;    
    height: 45px;    
}

.box .tc {
    background-image: url('http://www.spambog.com/gfx/web/boxTopCenter.png');
    background-repeat: repeat-x;
    background-position: 0 0;    
    height: 45px;
    margin: 0 25px 0 15px;
}

.box .bl {
    background-image: url('http://www.spambog.com/gfx/web/boxBottomLeft.png');
    background-repeat: no-repeat;
    background-position: 0 0;    
    height: 35px;        
}
 
.box .br {
    background-image: url('http://www.spambog.com/gfx/web/boxBottomRight.png');
    background-repeat: no-repeat;
    background-position: 100% 0;    
    height: 35px;    
}

.box .bc {
    background-image: url('http://www.spambog.com/gfx/web/boxBottomCenter.png');
    background-repeat: repeat-x;
    background-position: 0 0;    
    height: 35px;
    margin: 0 27px 0 21px;
}

.box .cBg {
    background-image: url('http://www.spambog.com/gfx/web/boxMiddleRight.png');
    background-repeat: repeat-y;
    background-position: 100% 0;    
}

.box .c {
    margin-right: 14px;
    background-color: #ffffff;
    padding: 0 10px 0 15px;
}

.box .c p {
    padding: 0;
    margin: 0;
}

/**
 * Header
 */

#divHeaderTop {
    height: 78px;
}

/**
 * Banner
 */
 
#divBanner {
    width: 468px;
    height: 60px;
    position: absolute;
    margin: 8px 0 0 400px;
}

#divGooglePlus {
    position: absolute;
    top: 27px;
    left: 290px;    
}

#divRightBanner {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 490px;
    width: 120px;
    height: 600px;    
}

/**
 * Navigation
 */

#divNavigation {
    width: 940px;
    height: 25px;
    padding: 0;
    color: #ffffff;
    margin-left: 12px;
}

#divNavigationLanguage {
    float: right;
    padding: 6px 30px 0 0;
}

#divNavigationLanguage img {
    margin-left: 3px;
    border: 1px solid #142434;
}

#listNavigation {
    margin: 0 0 0 0px;
    padding: 0;
}

#listNavigation li {
    float: left;
    height: 25px;
    margin-right: 0px;
    list-style-type: none;
    color: #5B82A8;
}

#listNavigation li:hover {
    color: #ffffff;
    background-color: #182B3D;
}

#listNavigation li a:link, #listNavigation li a:visited, #listNavigation li a:active {
    padding: 4px 15px 6px 15px;
    color: #5B82A8;   
    width: auto; 
    display: block;
    text-decoration: none;
    height: 18px;
    float: left;
}

#listNavigation li a#current, #listNavigation li a:hover  {
    color: #ffffff;   
    background-color: #182B3D;
}

/**
 * Left menu
 */
.listMenu {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;    
}

.listMenu li {
    margin: 0 -27px 0 -15px;
    padding: 2px 0px 2px 10px;
    border-left: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.listMenu li:hover {
    margin: 0 -27px 0 -15px;
    padding: 2px 0px 2px 10px;
    border-left: 7px solid #CC0000;
    border-right: 7px solid #cccccc;
    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.listMenu li a {
    text-decoration: none;
    display: block;
    color: #000000;
    background-image: url('http://www.spambog.com/gfx/web//icon_arrow.gif');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 9px;    
}

.listMenu li a img {
    float: left;
    margin: 1px 5px 0 0;
}

.listMenu li.splitter  {
    height: 5px;
    margin: 0 -12px 0 0;
    background-image: url('http://www.spambog.com/gfx/web//splitter.gif');
    background-repeat: repeat-x;
    background-position: 5px 50%;
    border: 0 none;
}

.listMenu li.splitter:hover  {
    border: 0 none;
    background-color: #ffffff;
}

/**
 * Footer
 */

#divFooter {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 186px;
    background-image: url('http://www.spambog.com/gfx/web/bgFooter.jpg');
    background-repeat: repeat-x;
    background-position: 0 100%;
} 

#divFooterContent {
    margin: 0 auto;
    width: 960px;    
    padding: 30px 0 20px 0;
    color: #553A26;
}
  
  
/**
 * Message boxes
 */
.boxMessageOk {
	border: 1px solid #42BE08;
	color: #42BE08;
	background-color: #EBF8E6;
	padding:5px 10px 5px 35px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url('http://www.spambog.com/gfx/web/icon_ok.gif');
	background-repeat: no-repeat;
	background-position: 5px 1px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;    
}

.boxMessageError {
	border:1px solid #BE082F;
	color:#BE082F;
	background-color:#F6E0E6;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
	font-weight: bold;
	background-image: url('http://www.spambog.com/gfx/web/icon_error.gif');
	background-repeat: no-repeat;
	background-position: 5px 1px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;    
}

.boxBlue {
    border: 1px solid #8DB2E3;
    background-color: #DCE9FA;
    padding: 5px;
    color: #000000;
    margin-bottom: 10px;    
}

.boxRed {
	border: 1px solid #BE082F;
	color: #000000;
	background-color: #F6E0E6;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
}

.boxYellow {
    border: 1px solid #F7D6AD;
    background-color: #FFF9DE;
    padding: 5px 10px 5px 10px;
    color: #000000;
    margin-bottom: 10px;
}

.boxNewsYellow {
    border-top: 5px solid #F7D6AD;
    border-bottom: 5px solid #F7D6AD;
    border-left: 1px solid #F7D6AD;
    border-right: 1px solid #F7D6AD;
    background-color: #FFF9DE;
    padding: 5px 10px 5px 10px;
    color: #000000;
    margin-bottom: 10px;
}

.boxInfoYellow {
    border: 1px solid #F7D6AD;
    background-color: #FFF9DE;
	padding: 8px 10px 8px 35px;
    color: #000000;
    margin-bottom: 10px;
	background-image: url('http://www.spambog.com/gfx/web/icon_info2.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.boxGreen {
	border: 1px solid #42BE08;
	color: #000000;
	background-color: #EBF8E6;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
} 

.boxGrey {
	border: 1px solid #cccccc;
	color: #000000;
	background-color: #eeeeee;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
} 

/**
 * Tables
 */
.tblStandard {
    width: 696px;
    padding: 2px;
    border: 1px solid #ddd;
} 

.tblStandard tr th {  
    padding: 4px 5px;
    background-color: #213B54;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
} 

.tblStandard tr td {  
    padding: 4px 5px;
} 

.tblStandard tr td.low {  
    background-color: #ffffff;
} 

.tblStandard tr td.high {  
    background-color: #eeeeee;
} 
 

