@import "content.css";

/*-----------------------------------
 general settings
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #272727;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}

a, a:visited {
    color: white;
}

#topWhiteWrap {
    background: white;
}

#contentColWrap {
    width: 960px;
    margin: auto;
}

#topFeUserLinks {
    margin: 15px 10px 0 0;
    position: relative;
}

#topFeUserLinks a {
    font-size: 14px;
    color: #666;
    display: block;
    float: right;
    margin-left: 23px;
    text-decoration: none;
    text-transform: uppercase;
}

.redRuler {
    height: 1px;
    background: #cc0000;
}

#startSmallPictures td a {
    text-transform: uppercase;
    text-decoration: none;
}

#startSmallPictures td img {
    margin-bottom: 5px;
}

#startSmallPictures td {
    text-align: center;
}

#startStages {
    height: 302px;
}


#mainContent {
    min-height:500px;
    height:auto !important;
    height:500px; 
}


#headerText {
    background-color: #121212;
    padding-top: 15px;
}

#pageTitleText {
    background: black;
    padding: 15px 0 15px 30px;
}

/*
------------------
   leftContent
------------------
*/

#leftContent .csc-default {
/*
	background-color: #969b9f;
*/	
	padding: 1px 10px 1px 10px;
	width: 140px;
	color: white;
}

#leftContent .csc-default ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftContent .csc-default ul a, #leftContent .csc-default ul a:visited {
    text-decoration: none;
    background-image: url(../img/redArrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 10px;
}

#leftContent .csc-default ul a:hover {
    text-decoration: underline;
}


#leftContent {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}



/*-----------------------------------
 top menu 
-------------------------------------*/

#topMenu {
    height: 44px;
    background: url(../img/topMenuBg.png);
    width: 960px;
    margin: auto;
}

#topMenu a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 15px 10px 0 10px; 
    border-right: 1px solid #333;
    height: 29px;
}

/*-----------------------------------
 footer 
-------------------------------------*/

#footer {
	margin-bottom: 10px;
	margin-top: 15px;
	text-transform: uppercase;
}

#footer a {
    text-decoration: none;
}

#footerText {
    margin: 20px 0 15px 0;
    border-top: 1px dotted #999;
    padding-top: 10px;
}


/*-----------------------------------
 left menu
-------------------------------------*/

#leftMenu {
    margin: 30px 5px 0 5px;
    text-transform: uppercase;
    font-size: 11px;
}

#leftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#leftMenu a, #leftMenu a:visited {
    display: block;
    margin: 5px;
    padding-left: 10px;
    text-decoration: none;
}

#leftMenu a.act {
    background-image: url(../img/whiteArrow.png);
    background-repeat: no-repeat;
    background-position:center left; 
}

#leftMenu a:hover {
    text-decoration: underline;
}

/*-----------------------------------
 sitemap
-------------------------------------*/

.csc-sitemap ul li {
	padding: 2px;
}



/*-----------------------------------
 indexed search
-------------------------------------*/

.tx-indexedsearch fieldset {
    background: #121212;
    border: 0;
    margin-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #cc0000;
}

.tx-indexedsearch .res-tmpl-css {
    margin-bottom: 20px;
}

.tx-indexedsearch .res-tmpl-css {
    background: #121212;
    padding: 1px 10px 1px 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
    background: #121212;
}

/*
------------------
    searchBox
------------------
*/

#searchBox {
    position: absolute;
    top: -2px;
    left: 0;
}

#searchBoxField {
    width: 154px;
    height: 12px;
    font-size: 10px;
    padding: 2px;
    margin: 0;
}

#searchBoxButton {
    background: white;

    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
