﻿.headerTop 
{
	width: 100%;
	height: 60px;
	background: #D8AC28 url(Images/top_bg.jpg) repeat-x bottom center ;	
	margin: 0px;
	vertical-align: bottom;	
}
.headerTop a, .headerTop a:visited, .headerTop a:active
{
 	font-size: 9px;			
	color: #373737;
	font-weight: bold;
	text-decoration: none;
}
.headerTop a:hover
{
	font-size: 9px;			
	color: #373737;
	font-weight: bold;
	text-decoration: underline;
}
.headerLogo
{
	background: transparent url(Images/logo_bg.jpg) no-repeat left top;	
	margin: 0px;	
	padding: 10px;	
}
.headerLogoRow
{
	width: 100%;	
	background: #CFCFCF url(Images/top_right_bg.jpg) repeat-x left top;	
	margin: 0px;		
	vertical-align: top;	
	color: #373737;
}
.headerLogInfo a{
	color: #373737 !important;
}/*HOME*/
.defaultMainImage
{
	background: #ffffff url(Images/ctcplanetJune2011.jpg)   ;	
    background-size:100% 100%;
    background-repeat: no-repeat;
    width:100%;
	height: 380px;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
}
/*COPYRIGHT*/

.footer{background-color:#D8AC28;}
.copyright 
{
	background-color: #D8AC28;
	color: #373737;
}
.copyright a:hover {    text-decoration: underline;}
.footerRight a{color:#373737 !important;}
@media (min-width: 992px) {
     .container {
    width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
    width: 970px;
    }
}

.formElementColor {
    background-color: #900;
}
/*--CAMPAIGN WIZARD PROGRESS BAR--*/

#CW_pbDiv {
    text-align: right;
}

.CW_ProgressBar {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    display: table;
    width: 95%;
    vertical-align: middle;
    text-align: right;
}

.CW_ProgressBar li{
  display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.CW_ProgressBar li a {
    text-decoration: none;
    vertical-align: top;
    line-height: 25px;
    text-align: right;
    color: #000000;
}
.CW_ProgressBar li a:visited {
    color: #000000;
}
.CW_ProgressBar li a:active {
    color: #000000;
}

.CW_ProgressBar .CW_SelectedDiv {
    border: 1px solid #FF0000;
    width: 105%;
    text-align: center;
    -moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;

}
.CW_ProgressBar .CW_SelectedDiv:hover {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.CW_ProgressBar .CW_Selected a{
    color: #800000;
    text-decoration: none;
    vertical-align: top;
    line-height: 25px;
}
.CW_ProgressBar .CW_Selected a:visited {
    color: #800000;
}
.CW_ProgressBar .CW_Selected a:active {
    color: #800000;
}

.CW_ProgressBar .CW_NextArrow {
    width: 50px;
    text-align: center;
}

.WebPartHeader {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    color: #373737;
    background: #CFCFCF url(Images/top_bg.jpg) repeat-x left bottom;
    padding: 5px 5px 5px 5px;
}

.ModalPopup
{
    background-color: #f5f3f2;
    padding: 10px 10px 10px 10px;
    border: solid 1px black;
}

/*----------- Tabs --------------------*/
.InnerTab
{
    /*background: transparent url(../../Images/tab.gif) repeat-x bottom left;*/
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.42857143;
    border-bottom: 1px solid #ddd;
}

.InnerTabSelected
{
    /*background: transparent url(../../Images/tab_Selected.gif) repeat-x center bottom;*/
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.InnerTabHover
{
    /*background: transparent url(../../Images/tab_hover.gif) repeat-x center bottom;*/
    background-color: #eee;
    width: 124px;
    height: 36px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #eee;
}

.InnerTab A, .InnerTab A:active, .InnerTab A:visited, .InnerTabSelected A, .InnerTabSelected A:active, .InnerTabSelected A:visited
{
    font-size: 11px;
    font-weight: bold;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration:none;
    color: #333;
}

.InnerTabHover A, .InnerTabHover A:active, .InnerTabHover A:visited
{
    font-size: 11px;
    font-weight: bold;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #333;
    text-decoration: none;
    border-bottom-color: transparent;
}