/* HEADER/FOOTER
 * **************************************************************************** */

#topline { border-top: 5px solid #333; border-bottom: 5px solid #d90404; z-index: 1; }

#logo { 
	background: url('images/turnitin-logo.jpg') no-repeat left 10px; 
	height: 50px;
	display: block;
	outline: none;
}
#logo h1 { visibility: hidden; }

#login-bound { 
	background-color: #333; 
	z-index: 10;
	height: 60px;
	margin-top: -5px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#password-field-tmp { display:none; }

#nav { 
	margin-top: 20px; 
	width: 960px; 		/* default 940px; need extra space for padding */
}
#nav a { 
	display: block; 
	font-size: 11px; 
	color: #666; 
	text-transform: uppercase; 
	padding: 10px;
	padding-right: 0;
	margin-right: 0;	/* default is 10px */
	position: relative;
	left: -10px;
	outline: none;
	text-decoration: none;
}
#nav a:hover, #nav a.active { 
	background: #fff; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#nav a.omega { padding-right: 10px; }
#nav a strong { display: block; font-size: 14px; color: #444; }

#partners {
	display: block;
	margin-top: 30px;
	padding-top: 40px;
}

#footer #partners a{
	text-decoration: none;
}
#partners span {
	visibility: hidden;
}

#partners #writecheck_logo { 
	background: url('images/logo_writecheck.png') no-repeat left; 
	height: 50px;
	width: 242px;
	display: block;
	outline: none;
}



#partners #ithenticate_logo { 
	background: url('images/logo_ithenticate.png') no-repeat left; 
	height: 50px;
	width: 239px;
	display: block;
	outline: none;
}

#partners #turnitinfa_logo { 
	background: url('images/logo_turnitinfa.png') no-repeat left; 
	height: 50px;
	width: 239px;
	display: block;
	outline: none;
}

#partners #plag_logo { 
	background: url('images/logo_plag.png') no-repeat left; 
	height: 50px;
	width: 220px;
	display: block;
	outline: none;
}



#partners h4{
	color: #777;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: normal;
	height: 30px;
	line-height: 1.4em;
}

.push { clear: both; height: 50px; }
#footer_bg { clear: both; border-top: 5px solid #d90404; background-color: #333333; height: 200px; } 
#footer { padding: 10px 0; }
#footer div, #footer a { color: #777; font-size: 11px; line-height: 14px; }
#footer a { text-decoration: underline; }

/* Dropdown */
ul#language-dropdown { 
	list-style-type: none;
	width: 120px;
	position: absolute;
	right: 0;
	bottom: -5px;
	text-align: left;
	background-color: #d90404;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
}
ul#language-dropdown li {
	margin: 0;
}
ul#language-dropdown li a {
	padding: 3px 8px;
	border-bottom: 1px solid #c00;
	color: #fff;
	text-decoration: none;
	display: block;
}
ul#language-dropdown li a:hover { background-color: #a00; }
ul#language-dropdown li:last-child a { border: 0; }

/* FRONT-PAGE
 * **************************************************************************** */
#frontpage h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
#frontpage h3 { font-size: 30px; margin: 60px 0px 0px;}
#frontpage h3, #frontpage h4 {
	color: #838f7a;
	text-transform: uppercase;	
	font-weight: normal;
}
#frontpage h4 { padding-top: 5px; margin-bottom: 25px; }

#login {
	padding: 10px;
	color: #fff; 
	font-size: 14px;
}
#login td { padding: 0 5px; }
#login td.inputfield { width: 160px; }
#login td a { color: #3097bf; text-decoration: none; }
#login div { padding-top: 5px; font-size: 11px; color: #fff; }
#login button {
	background-color: #d00;
	display: inline-block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	cursor: pointer;
	width: 55px;
}

#bigbox-bg { 
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 10px 0;
}

#bigbox {
	background-color: #3097bf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	box-shadow: 0 1px 1px #999;
	
}
#bigbox #hero { 
	height: 440px; 
	background: url('../images/hero.jpg') no-repeat 470px 60px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: inset 0 5px 1px #279;
	-webkit-box-shadow: inset 0 5px 1px #279;
	box-shadow: inset 0 5px 1px #279;
}
#bigbox .copy { margin-left: 15px; padding-top: 100px;}
#bigbox h2 { color: #fff; font-size: 48px; line-height: 60px; }
#bigbox .bigtext { color: #ddd; font-size: 20px;}

#below_ad { padding: 10px 0; }

#frontpage ul#news_content li { margin: 0; list-style-type: none; }

#stats div { 
	text-transform: uppercase; 
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	
}
#stats div.last {
	border-bottom: none;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#stats strong { 
	display: block; 
	font-size: 24px; 
	color: #5D7984;
	
	text-shadow: 0 1px 0 #fff;
}
#stats span { color: #999; }

.thumbnail { height: 140px; border: 5px solid #cddec6; background-color: #999; overflow: hidden; }

.zoom { 
	display: block; 
	position: absolute; 
	left: 260px; 
	top: -15px; 
}

/* SUB-PAGES
 * **************************************************************************** */

#results .grid_8 {
	background: transparent url(/resources/image_bin/props/banners/turnitin/results_landing.jpg) no-repeat -10px center;
	overflow: hidden;
	height: 315px;
}

#results #portal a{
	width: 220px;
	display: block;
	background-color: #ec9500;
	border: 7px solid #fff;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#results #portal a:hover{
	background-color: #fcab22;
}

ul.video_list, ul.document_list, ul.folder_list  {
	margin-bottom: 25px;
	list-style-type: none;
}
ul.video_list li, ul.document_list li, ul.folder_list li {
	padding-left: 22px;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.video_list li {
	background: url(/resources/image_bin/icons/common/small_16/movie_16.gif) no-repeat left center ;
}
ul.document_list li {
	background: url(/resources/image_bin/icons/cms/ithenticate/small_16/Document.gif) no-repeat left center ;
}
ul.folder_list li {
	background: url(/resources/image_bin/icons/cms/ithenticate/small_16/Folder_Open.gif) no-repeat left center ;
}

#secondary_banner { overflow: hidden; }
.odd { background-color: #f0f0f0; }

.glossy_box, .glossy_box_video { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; }

/* INTEGRATION */
.nav_versions li, .nav_faqs li { list-style-type: none; margin: 0 10px 0 0; float: left; }
.nav_faqs li a.active, .integration_sub_info a.active { color: #000; font-weight: bold; text-decoration: none; }
.integfaq-question { font-weight: bold; }
/*= OLDE: CMS Versions & Manuals*/
/*==== Overarching container ====*/
#main_content .versions_container {
    margin: 10px 0px 10px 0px;
    border-top: 1px #444444 solid;
}

/*==== Versions Header ====*/
#main_content .versions_container .version_cmstii_header {
    display: block;
    margin: 10px 0 10px 20px;
    float: left;
    font-size: 95%;
    color: #444444;
}

#main_content .versions_container .version_cmstii_header .CMSversionheader{
    display: block;
    float: left;
    width: 200px;
    font-size: 95%;
    color: #444444;
    font-weight: bold;
    
}

#main_content .versions_container .version_cmstii_header .Tiiversionheader {
    display: block;
    margin-left: 20px;
    float: left;
    width: 200px;
    font-size: 95%;
    color: #444444;
    font-weight: bold;
}

#main_content .versions_container .issuesheader {
    display: block;
    float:right;
    font-size: 95%;
    color: #444444;
    margin: 10px 30px 10px 0;
    font-weight: bold;
}



/*==== Versions 1st/2nd column (versions) ====*/
#main_content .versions_container .version-cmstii .cmstiiver,
#main_content .versions_container .version_cmstii_noissues {
    display: block;
    margin: 10px 0 10px 20px;
    float: left;
    font-size: 85%;
    color: #444444;
}

#main_content .versions_container .version_cmstii_noissues .CMSversion,
#main_content .versions_container .version-cmstii .CMSversion {
    display: block;
    float: left;
    width: 200px;
    color: #444444;
}

#main_content .versions_container .version_cmstii_noissues .Tiiversion, 
#main_content .versions_container .version-cmstii .Tiiversion {
    display: block;
    margin-left: 20px;
    float: left;
    width: 200px;
    color: #444444;
}

/*==== Issues 3rd column ("expand","collapse","none")====*/
#main_content .versions_container .version-cmstii span {
	display: block;
	float: right;
    margin: 10px 30px 10px 0;
    font-size: smaller;
    color: #BD6E05;
}


#main_content .versions_container .noissues {
    display: block;
    float: right;
    margin: 10px 30px 10px 0;
    font-size: smaller;
    color: #444444;
}

/*==== List of Issues (Toggles)====*/
#main_content .versions_container .version-issues {
    margin: 10px 20px;
    font-size: 95%;
    width: 550px;
}

#main_content .versions_container .version-issues ol li{
    margin: 10px 0 10px 20px;
    font-size: 85%;
    color: #444444;
}


/* RESULTS */
.results_section {
	border-bottom: 1px solid #dddddd;
	padding: 30px;
}
.results_section_last {
	border-bottom: none;
	padding: 30px;
}
.results_question {
	float: left;
	width: 300px;
}
.results_question h3 {
	margin-top: 0;
	font-size: 100%;
	font-weight: normal;
	background: none;
}
.results_answer {
	float: left;
	width: 430px;	
	margin-left: 50px;
}
.results_answer h4 {
	text-decoration: underline;
	font-style: italic;
}
.results_answer li a {
	color: #336699;
	text-decoration: none;
}
.results_answer li a:hover {
	text-decoration: underline;
}
.results_answer li .small {
	font-size: 90%;
}
.results_answer li .small a {
	color: #336699;
	text-decoration: none;
}
.results_answer li .small a:hover {
	text-decoration: underline;
}	

/* SUPPORT */
.language select {
	display:block;
	float:right;
	padding:0;
	width:auto;
}

.top_banner {
	background: #fff url(/resources/image_bin/props/banners/wca/top_banner.jpg) no-repeat -35px -60px;
	height: 265px;
	width: 905px;
	margin-left: 20px;
}

.form_field { padding: 0 0 15px; }
.form_field input { border: 1px solid #999; padding: 2px; width: 85%; }
.field_half { float: left; margin-right: 10px; width: 45%; }
.wca_checkbox .sessions {
	font-size: 12px;
	margin-bottom: 10px;
}

/* ABOUT US */
img.bio_pic { 
	float: left; 
	border: 3px solid #ccc;
	margin: 8px 15px 0 0;
	padding: 5px;
}


/* BASIC ELEMENTS
 * **************************************************************************** */

.container_12.show {
/*	padding-bottom:20px;*/
	background: #fff url(../images/12_col.gif) repeat-y;
}

.container_16.show {
	background: #fff url(../images/16_col.gif) repeat-y;
}

.hover { cursor: pointer; cursor: hand; }

.bigtext { font-size: 18px; line-height: 24px; color: #777; }

.medtext { font-size: 16px; line-height: 20px; color: #777; }

.alignright { text-align: right; }
.right { float: right; }
.left { float: left; }

a.switchable_link { float:right; padding: 3px 8px; outline: none; }

* { margin: 0; }
html, body { height: 100%; }
body, p, div {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}
p.quote { margin-top: 20px; }

#content { 
	background-color: #eee; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#main { background-color: #fff; padding: 10px 0; }

h1, h2, h3 {
	font-weight: normal; 
	line-height: 1;
}
h2 { font-size: 24px; }
h3 { font-size: 18px; background-color: #eee; padding: 5px; }
h4, h5 { font-size: 14px; margin: 0; line-height: 1;}

a {
	outline: none;
	color: #3097bf;
}

pre {
	margin-left: 15px;
	border-left: 5px solid #eee;
	padding-left: 10px;
}

dt {
	color: #666;
	font-weight: bold;
}
dd {
	color: #999;
	margin-bottom: 15px;
}

hr {
	background-color: #ccc;
	border-bottom: 1px solid #fff;
	height: 0;
}

small { font-size: 9px; }
