
/* South Carolina Generic Theme */

/* @group Header Stuff */
.header {
	border-bottom: none;
	background: url(images/banner.png) top right #1a2957 no-repeat;
	height: auto;
}

.topBar {
	background: none transparent;
    border-bottom: none;
    color: #ffffff;
    height: 30px;
    padding-right: 5px;
}

.logos {
	background: none;
    border-bottom: none;
    display: block;
    height: 40px;
	border-top: none;
}

.brand1 {
	background-image: url("images/sc_logo.svg");
    width: 200px;
	display: block;
    float: left;
    height: 60px;
	margin: 0 0 0px 20px;
}
.brand1 h2 {
	text-indent: -9999px;
}

.header .titleThing {
	color: #fff;
	background-color: #03527d;
	background-image: url(images/breadcrumb.gif);
}
.brand2 {
	background: none transparent;
    border-bottom: none;
	border-top: none;
    display: block;
    height: 45px;
}

.brand2 h3 {
	display: none;
}
.ie6 .brand2{
	padding-top: 0px;
	height: 0px;
	margin: 60px 0 0 0;
}
/* @end */

/* @group Login */
.shadowBox .content h2 {
	border-bottom-color: #94b6d9;
}
.login .greenBtn {
	background-image: url(images/loginBtn.gif);
	color: #175283 !important;
}
.login .greenBtn:hover {
	color: #fff !important;
}
.forgotLink a {
	color: #0d4373;
}
.training {
	border: 5px solid #FFA20C;
}
/* @end */

/* @group general elements */
.footer span, .footer a {
	color: #0d4373;
}
/* @end */
.smallButtons a {
	background-color: #dbedfb;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    color: #000000;
    display: block;
    float: right;
    line-height: 1em;
    margin-left: 5px;
    margin-top: 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
}
.smallButtons a:hover{
	background-color: #00aeef;
    border-color: #fff;
    box-shadow: 0 0 2px #b4b4b4;
    color: white;
}
.smallButtons a span {
	
}
#logOut{
	/*background-image: url("images/universal_shell.png");
    background-position: center -3884px;
    font-size: 0;
    height: 0;
    overflow: hidden;
    padding: 7px;
    width: 0;*/
}
#logOut:hover, #logOut:focus, #proctorLogout:hover, #proctorLogout:focus {
    /*background-position: center -3905px;
    height: 0;
    overflow: hidden;
    text-indent: 0;*/
}

.ie .smallButtons a:hover{
	
}

.instructions a.greenBtn:hover {
	background-color: #175283 !important;
	background-position: left -60px;
}

.centerThis{
	
}