* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #F6F6F6 url('gfx/bg00.jpg') repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
}

a:link, a:visited, a:active {
    color: #FF6600;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
    background-color: transparent;
}

hr {
    background-color: #CCCCCC; 
    color: #CCCCCC; 
    border: 0;
    height: 1px;
    margin: 5px 0 3px 0;
}

img {
    border: 0 none;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p {
	text-align: justify;
}

ul, ol {
	margin-left: 15px;
}

ul {
    list-style-type: square;
}

input[type="submit"], input[type="button"] {
    background-color: #e4e4e4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #777;
    border-left: 1px solid #ccc;
    border-right: 1px solid #777;
    margin: 0;
    padding: 3px 10px;
    font: bold 11px tahoma,sans-serif;
    color: #000;   
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #eeeeee;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #777;
    border-left: 1px solid #bbb;
    border-right: 1px solid #777;
}

input[type="text"], textarea, select {
    font: normal 11px tahoma,sans-serif;
    padding: 3px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #777;
    border-right: 1px solid #ccc;
    background-color: #f8f8f8;
}

input[type="text"]:hover, textarea:hover {
    border-top: 1px solid #777;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #777;
    border-right: 1px solid #ccc;
    background-color: #fff;
}

select optgroup {
    padding-bottom: 5px;
    font-weight: bold;
    font-style: normal;    
}

select optgroup option {
    padding-left: 20px;
}

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

#divHeader {
    position: absolute;
    top: 0px;
    width: 1000px;
    height: 80px;
    margin-left: 42px;    
}

#divPageWrapper {
    margin-top: 80px;
	background: transparent url('gfx/bg02.jpg') repeat-y;
}

#divPage {
	background: transparent url('gfx/bg01.jpg') no-repeat;    
    padding: 25px 60px 10px 60px;    
}

#divContent {
    float: left;
    /*width: 765px;*/
    width: 565px;
    margin-left: 200px;
    background-color: #ffffff;
}

.divContentBox {
}

.divContentBox h1 {
    /*background-color: #005BA1;*/
    margin: 0 0 0 0;
    padding: 5px 10px 5px 11px;
    color: #ffffff;
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    background: transparent url('gfx/boxContentHeader.png') no-repeat;    
}

.divContentBox h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font: bold 15px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    border: 0 none;
}

.divContentBox h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font: normal 13px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    border: 0 none;
}

.divContentBox div {
    padding: 10px 10px 10px 10px;
    border: 1px solid #E4E4E4;
    border-top: 0 none;
    border-bottom-width: 5px;
    color: #000;
}

.divContentBox div div {
    padding: 0;
    border: 0 none;
}

.divContentBox div p {
    padding: 0;
    color: #666;  
}

.divContentBox div h1 {    
	font-size: 14px;
	font-weight: bold;
    color: #000000; 
    background-image: none; 
    padding: 0;
    margin: 0px;
}

.divContentBox div h2 {    
	font-size: 14px;
	font-weight: bold;
    color: #000000; 
    background-image: none; 
    padding: 0;
    margin: 0 0 0 0;
}

.divContentBox div hr {
    background-color: #CCCCCC; 
    color: #CCCCCC; 
    border: 0;
    height: 1px;
    margin: 5px 0 3px 0;
}


#divMenu {
    float: left;
    width: 180px;    
    top: 0px;    
    margin-left: -760px;    
}

.divMenuBox {
}

.divMenuBox h1 {
    margin: 0 0 0 0;
    padding: 5px 10px 5px 11px;
    color: #ffffff;
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    background: transparent url('gfx/boxMenuHeader.png') no-repeat;    
}

.divMenuBox div {
    padding: 5px;
    border: 1px solid #E4E4E4;
    border-top: 0 none;
    border-bottom-width: 5px;
}

.divMenuBox ul {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;
    list-style: none;
    border: 1px solid #E4E4E4;
    border-top: 0 none;
    border-bottom-width: 5px;
}

.divMenuBox ul li {
    padding: 0 0 0 5px;
    border-left: 5px solid #ffffff;
    margin-bottom: 1px;
}

.divMenuBox ul li:hover, .divMenuBox ul li#current {
    border-left: 5px solid #FF6600;
}

.divMenuBox ul li a:link, .divMenuBox ul li a:visited, .divMenuBox ul li a:active {
    color: #000000;
    display: block;
    padding: 3px 5px 3px 0;
}

.divMenuBox ul li a:hover {
    color: #000000;
    background-color: #F8F8F8;
    text-decoration: none;
}

.divMenuBox ul li ul {
    padding: 0 0 0 0;
    border: 0 none;
    margin-bottom: 0px;
}

.divMenuBox ul li ul li {
    padding: 0 0 0 5px;
    border-left: 5px solid #ffffff;    
}

.divMenuBox ul li ul li:hover {
    border-left: 5px solid #ddd;
}

.divMenuBox ul li ul li#subCurrent {
    border-left: 5px solid #ddd;
    background-color: #F8F8F8;
}

#divRight {
    position: relative;
    top: 0px;
    width: 180px;    
    margin-left: 780px;
}

.divRightBox {
    position: relative;
    float: right;
    top: 0px;
    width: 180px;  
    overflow: hidden;  
}

.divRightBox h1 {
    margin: 0 0 0 0;
    padding: 5px 10px 5px 11px;
    color: #ffffff;
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    background: transparent url('gfx/boxMenuHeader.png') no-repeat;    
}

.divRightBox div {
    padding: 5px 10px;
    border: 1px solid #E4E4E4;
    border-top: 0 none;
    border-bottom-width: 5px;
    margin-bottom: 10px;
}

.divRightBox div div {
    padding: 0;
    border: 0 none;
    margin: 0;
}

.divRightBox div hr {
    background-color: #CCCCCC; 
    color: #CCCCCC; 
    height: 1px;
    margin: 5px 0 3px 0;
}

.divRightBoxNewestFeeds {}


.divRightBoxNewestFeeds a:link, .divRightBoxNewestFeeds a:visited, .divRightBoxNewestFeeds a:active {
    color: #000;
    display: block;
    text-decoration: none;    
}

.divRightBoxNewestFeeds a:hover {
    color: #FF6600;
    display: block;
    text-decoration: none;    
}


#divBanner {
    position: absolute;
    text-align: right;
    top: 0px;
    left: 531px;
    width: 468px;
    height: 60px;
    float: right;
    margin: 9px 0 0 0;      
}

#divGooglePlus {
    position: absolute;
    text-align: right;
    top: 18px;
    left: 231px;
    float: right;
    margin: 9px 0 0 0;      
}

#divNavigation ul {
    margin-left: 0;
    padding: 0;
    list-style: none;        
}

#divNavigation ul li {
    float: left;   
    height: 30px;      
}

#divNavigation ul li:hover {
    background-color: #005BA1;
}


#divNavigation ul li.splitter {
    background: transparent url('gfx/splitterHeader.jpg') no-repeat right;
    width: 2px;
    height: 30px;      
}

#divNavigation ul li a:link,#divNavigation ul li a:visited,#divNavigation ul li a:active {
    font: normal 13px 'Trebuchet MS',Arial, Helvetica, sans-serif;
    color: #C5DFFA;
    display: block;
    padding: 5px 15px 5px 13px; 
    text-decoration: none;    
}

#divNavigation ul li a img {
    float: left;
    margin: 2px 3px 0 0;
}

#divNavigation ul li a:hover {
    color: #ffffff;
}


#divFooter {
	background: #F6F6F6 url('gfx/bg03.jpg') no-repeat left top;
    padding: 15px 60px 10px 60px;
    text-align: center;    
    height: 20px;        
}

#divFooter a:link, #divFooter a:visited, #divFooter a:active {
    color: #6B6B6B !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #6B6B6B;
}

#divFooter a:hover {
    color: #FF6600 !important;
    text-decoration: none !important;
    border-bottom: 0 none;
}



/**
 * Message boxes
 */
#boxMessageOk {
	border: 1px solid #42BE08;
	color: #000;
	background-color: #EBF8E6;
	padding:5px 10px 5px 35px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url('gfx/icon_ok.gif');
	background-repeat: no-repeat;
	background-position: 5px 1px;
}

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

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

.boxYellowInfo {
    border: 1px solid #F7D6AD !important;
    background-color: #FFF9DE !important;
    padding: 5px 5px 5px 32px !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
	background-image: url('gfx/icon_info2.png') !important;
	background-repeat: no-repeat !important;
	background-position: 5px 6px !important; 
}

.boxYellowInfo2 {
    border: 1px solid #F7D6AD !important;
    background-color: #FFF9DE !important;
    padding: 8px 8px 8px 8px !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}

/**
 * Tables
 */
.overviewTable {
    width: 100%;    
}

.overviewTable th {
    padding: 0 0 5px 5px;  
    text-align: left;    
}

.overviewTable td {
    padding: 3px 5px;  
    vertical-align: top;
}

/**
 * Categories
 */
.divCategoryEntry {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-left: 5px solid #ccc !important;
    padding: 5px 8px !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    cursor: pointer;
    background-image: url('gfx/bgEntry02.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

.divCategoryEntryHighlight {
    background-color: #FFF9DE !important;
    border: 1px solid #ccc !important;
    border-left: 5px solid #ccc !important;
    padding: 5px 48px 5px 8px !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    cursor: pointer;
	background-image: url('gfx/icon_star.png') !important;
	background-repeat: no-repeat !important;
	background-position: 99% 5px !important;     
}


.divCategoryEntry:hover, .divCategoryEntryHighlight:hover {
    border-left: 5px solid #FF6600 !important;
}

.divCategoryEntry a:link, .divCategoryEntry a:visited, .divCategoryEntry a:active, .divCategoryEntryHighlight a:link, .divCategoryEntryHighlight a:visited, .divCategoryEntryHighlight a:active {
    display: block !important;
    text-decoration: none !important; 
    color: #000 !important;
}

.divCategoryEntry h2, .divCategoryEntry h2 a, .divCategoryEntryHighlight h2, .divCategoryEntryHighlight h2 a {
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif !important;    
}

.divCategoryEntry h2, .divCategoryEntryHighlight h2 {
    margin-bottom: 5px !important;
}

.divCategoryEntry p, .divCategoryEntryHighlight p {
    margin-bottom: 10px !important;
}

.divSubCategoryEntry {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-left: 5px solid #ccc !important;
    padding: 5px 8px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    color: #666 !important;
    background-image: url('gfx/bgEntry02.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

.divSubCategoryEntry .highlight {
	background-image: url('gfx/icon_star.png') !important;
	background-repeat: no-repeat !important;
	background-position: 100% 0 !important;     
    padding-right: 48px;
}

.divSubCategoryEntry h3, .divSubCategoryEntry h3 a {
    margin: 0;
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif !important;    
}

.divSubCategoryEntry h3 a:link, .divSubCategoryEntry h3 a:visited, .divSubCategoryEntry h3 a:active {
    display: block !important;
    text-decoration: none !important; 
    color: #000 !important;
}

.divSubCategoryEntry h3 a:hover {
    color: #FF6600 !important;
}

/**
 * Feeds
 */
.divFeedEntry {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-left: 5px solid #ccc !important;
    padding: 5px 8px !important;
    margin-bottom: 5px !important;
    color: #666 !important;
	font-family: Tahoma ,Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
    background-image: url('gfx/bgEntry01.jpg');
    background-repeat: repeat-x;
    background-position: top;
}
  
.divFeedEntry a:link, .divFeedEntry a:visited, .divFeedEntry a:active {
    display: block !important;
    text-decoration: none !important; 
    color: #000 !important;
	font-family: 'Trebuchet MS',Tahoma ,Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}

.divFeedEntry h2 {
    margin-bottom: 5px !important;
}

.divFeedEntry h2 a {
    font: bold 13px 'Trebuchet MS',Arial, Helvetica, sans-serif !important;    
}

.divFeedEntry p {
	font-family: Tahoma ,Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

.divFeedEntry p a:link, .divFeedEntry p a:visited, .divFeedEntry p a:active {
    display: inline !important;
    text-decoration: none !important; 
    color: #FF6600 !important;
	font-family: Tahoma ,Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

.divFeedEntry p a:hover {
    text-decoration: underline !important; 
}


.divFeedEntry a:hover {
    color: #FF6600 !important;
}

/**
 * Home site
 */
.homeFavorites {
    float: left;
    width: 262px !important;
    border: 1px solid #E4E4E4 !important;
    border-bottom-width: 3px !important;
    margin-bottom:10px !important;
}

.homeFavorites h3 {
    padding: 3px 5px;
    background-color: #E4E4E4 !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 11px;
    margin: 0 !important;    
}

.homeFavorites div {
    padding: 0 !important;
    height: 210px;
    overflow: auto;
}

.homeFavorites div.divHomeFavoriteEntry {
    padding: 5px !important;
    height: auto !important;
}

.homeFavorites div.divHomeFavoriteEntry a:link, .homeFavorites div.divHomeFavoriteEntry a:visited, .homeFavorites div.divHomeFavoriteEntry a:active {
    color: #000 !important;
    text-decoration: none !important;
}

.homeFavorites div.divHomeFavoriteEntry a:hover {
    color: #FF6600 !important;
    text-decoration: none !important;
}

.divHomeNews {
    border: 1px solid #E4E4E4 !important;
    border-bottom-width: 3px !important;
}

.divHomeNews div {
    padding: 5px !important;
}

.divHomeNews div a:link, .divHomeNews div a:visited, .divHomeNews div a:active {
    color: #000 !important;
    text-decoration: none !important;
}

.divHomeNews div span a:link, .divHomeNews div span a:visited, .divHomeNews div span a:active {
    color: #999 !important;
    text-decoration: none !important;
}

.divHomeNews div a:hover, .divHomeNews div span a:hover {
    color: #FF6600 !important;
    text-decoration: none !important;
}



/**
 * Ads
 */
.googleAds {
    text-align: center !important;
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
}

