/* 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: 200px; }
#footer_bg { clear: both; border-top: 5px solid #d90404; background-color: #333; height: 200px; margin-top:75px;}
#footer { padding: 10px 0; }
#footer div, #footer a { color: #777; font-size: 11px; line-height: 14px; }
#footer a { text-decoration: underline; }

/* Dropdown */
#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;
}
#login .fade { color: #999; }

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

#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/Turnitin2_hero.png) 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; margin-top: -25px}
#bigbox .bigtext { color: #ddd; font-size: 20px;}
#bigbox a.tii2 { color: #ffff66; font-size: 21px; }

#sidekick {
	background-color: #EEEEEE;
	margin: 10px 10px 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 0 #aaa;
	-webkit-box-shadow: 0 2px 0 #aaa;
	-webkit-border-radius: 5px; 
	padding: 5px 0;
}
	
#sidekick .alpha { padding-top: 0px;}
#sidekick .omega { color: #333; padding-top: 12px; font-size: 13px; text-shadow:0 1px 0 #ddd;}
#sidekick a { color: #333; }
#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; }

.tii2_logo { height: 375px; width: 527px; margin: 15px 0 0 10px; border: 5px solid #ddd; }

.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;
}

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


/* INTEGRATION */

#main .integration .top_paragraph {
	margin-bottom: 10px;
}

#main .integration  li {
	margin-left: 5px;
	padding-bottom: 5px;
}

#main .integration  ul {
	padding-bottom: 5px;
}
ul.integration_sub_info {
	padding-bottom: 5px;
}


#main_content #integration ul {
	padding-left: 3px;
	list-style-position: inside;
}

#secondary_content #workspace ul {
	padding-left: 3px;
	list-style-position: inside;
}

#secondary_content .OOIflyer {
	margin-bottom: 15px;
}

ul.integration_sub_info  li {
    list-style: none;    
    margin: 0;
}

ul.integration_sub_info  li a {
    color: #BD6E05;
    font-size: 115%;
    text-decoration: none;
}

ul.integration_sub_info  li a:hover {
    color: #BD6E05;
    text-decoration: underline;
}

.nav_versions li, .nav_faqs li { 
	list-style-type: none; 
	margin: 0 5px 0 0; 
	float: left; 
}
.nav_faqs li a.active, .integration_sub_info a.active { 
	color: #000; 
	text-decoration: none;
}

/* INTEGRATION sub nav */

.integration_sub_nav {
    margin: 0 0 25px 0;
    width: 250px;
    font-size: 14px;
}

.integration_sub_nav ul {
	margin: 0px; 
	padding: 0px;
	background-color: #eee;
}

.integration_sub_nav  li {
    height: 25px;
    line-height: 25px;
   	list-style: none;
   	padding-left: 10px;
	color: #fff;
	border-top: #fff solid;
	border-bottom: #fff solid;
	border-width: 2px;
	cursor: pointer;
}

.integration_sub_nav  li a {
   text-decoration: none; 
   color: #BD6E05;
}

.integration_sub_nav  li a:hover {
    color: #BD6E05;
    text-decoration: underline;
}

.integration_sub_nav  li a.active {
	color: #333;
}

#main_content ul li .small {
font-size:77%;
color:#444;
}

#main_content .platforms .platformsinfo-platformstitle {
font-weight: bold;
}

#main_content .platforms .platformsinfo-moodle {
font-weight: bold;
margin-left: 30px;
}

#main_content .platforms img {
padding-top: 5px;
}

#main_content .platforms .platformsinfo-learnmore ul {
list-style-type: circle;
padding-left: 35px;
}

#main_content #requirements li {
font-size:90%;
line-height:1.4;
color: #333;
}


/*TABS*/

#tabs { padding: 5px; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#tabs #tab-menu { margin: 0; padding: 0;}
#tabs #tab-menu h3, #tabs #tab-container h3{ font-size: 18px; margin-bottom: 0px; }
#tabs #tab-menu li { list-style: none; top: 1px; margin: 0 5px 0; border-bottom: 0 !important; padding: 10px; background: #eee; list-style-position: outside;}
#tabs #tab-menu .live { list-style: none; top: 1px; margin: 0 5px 0; border-bottom: 0 !important; padding: 10px; background: #fff; font-weight: bold; list-style-position: outside;}
#tabs #tab-menu li a { text-decoration: none; outline: none; }
#tabs #tab-menu li.ui-tabs-selected { margin-bottom: 0; background: #fff; }
#tabs #tab-menu li.ui-tabs-selected a{ color: #333;}
#tabs  p .subtitle{ color: #666; font-size: 11px;}
#tabs #tab-container h4 { font-size: 14px; font-weight: 600; }
#tabs #tab-container h5 {font-style: italic; font-weight: 600; } 
#tabs #tab-container h3{ font-size: 18px; margin-bottom: 10px; }
#tab-container ul {
	list-style: disc inside;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
	}


.wc2_preview {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	width: 200px;
}
.wc2_preview p{
	font-size: 12px;
}

/*=INTEGRATION FAQ'S*/

#main_content .integration .comments {
margin-top: 30px;
}
#main_content .faq_container {
    margin: 10px 0px 10px 0px;
}

#main_content .faq_container .faq {
    display: block;
    float: left;
    width: 500px;
    color: #444444;
    font-weight: bold;
}

#main_content .faq_container .faq_answer {
    margin: 10px 20px;
    font-size: 95%;
    width: 550px;
}

#main_content .faq_container .faq_answer p {
    margin-bottom: 10px;
	font-size: 95%;
}

#main_content .faq_container .faq_answer ol li{
    margin: 10px 0 10px 20px;
    font-size: 90%;
    color: #444;
}

/*=INTEGRATION VIDEOS*/

#secondary_content .glossy_box_integration p {
margin-bottom: 10px;
}

.glossy_box_integration ul.video_list .xsmall {
font-size:66%;
color:#444;
}


/*= 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 .Nativeversion, 
#main_content .versions_container .version-cmstii .Nativeversion {
    display: block;
    margin-left: 220px;
    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: 20px;
	padding-right: 0px;
}
.results_section_last {
	border-bottom: none;
	padding: 30px;
}
.results_question {
	float: left;
	width: 320px;
}
.results_question h3 {
	margin-top: 0;
	font-size: 100%;
	line-height: 16px;
	font-weight: normal;
	background: none;
}
.results_answer {
	float: left;
	width: 500px;	
	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: 85%;
}
.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/turnitin/academy_banner2.jpg) no-repeat center;
	height: 237px;
	width: 900px;
}

#main_content #support ul {
	padding-left: 3px;
	list-style-position: inside;
}

ul.video_list, ul.document_list, ul.folder_list  {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.video_list li, ul.document_list li, ul.folder_list li {
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.video_list li {
	background: url(/resources/image_bin/icons/common/small_16/movie_16.gif) no-repeat scroll left center transparent;
}
ul.document_list li {
	background: url(/resources/image_bin/icons/cms/ithenticate/small_16/Document.gif) no-repeat scroll left center transparent;
}
ul.folder_list li {
	background: url(/resources/image_bin/icons/cms/ithenticate/small_16/Folder_Open.gif)no-repeat scroll left center transparent;
}

.video_list li .small {
color: #666;
font-size: 82%;
text-decoration: none;
}

ul.video_list li a.soon {
color: #666;
font-size: 90%;
}

.glossy_box_inner_video ul.video_list  {
margin-bottom: 0px;
list-style-type: none;
}

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

#main .content_container_plain .learn_more {
width: 612px;
height: 161px;
margin: 5px 0 20px 0;
}

#main .content_container_plain .buttonwrapper {
padding: 135px 0 0 20px;
}


a.ovalbutton{
background: transparent url(../../resources/image_bin/buttons/large/oval-orange-left.gif) no-repeat top left;
display: block;
float: left;
font: normal 14px Tahoma; 
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #000; /*button text color*/
}

a.ovalbutton span{
background: transparent url(../../resources/image_bin/buttons/large/oval-orange-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #333;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


/* IMPLEMENT */

#main_content #implement ul {
	padding-left: 3px;
	list-style-position: inside;
}

/* WRITECYCLE ACADEMY*/
#main #writecycle ul {
	padding-left: 3px;
	list-style-position: inside;
}

/* WCA FORM */

.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;
}

/* INFORMED FORM */

.glossy_box .form_field { padding: 0 0 15px; }
.glossy_box .form_field input { border: 1px solid #999; padding: 2px; width: 85%; }
.glossy_box .field_half { float: left; margin-right: 10px; width: 45%; }
.form_box p {
	font-size: 14px;
	margin-bottom: 5px;
}
.glossy_box .radio_btn {
	font-size: 14px;
	margin-bottom: 20px;
}

#rblist label {
   display:block;
   width:10em;
   float:right;}
        
#rblist input {
   display:block;
   float:left;}

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

/* QUOTE REQUEST */
#quote .form_field input { width: auto; }


/* 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; margin-bottom: 0; color: #777; }
.bigtext_tii2 { font-size: 22px; line-height: 24px; margin-bottom: 15px; color: #666; }
.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 -205px;
}

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

#error, .alert p { color: #f00; }

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

h3 .lang_view, h3 .lang_view a { font-size: 14px; }

ul {
padding-left: 5px;list-style-position: inside;
}

ol {
margin-left: 20px; list-style-position: outside;
}

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: 10px; }

.padding_top {
	padding-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}


/*==== Searchable Help Center Secondary Navigation START====*/

#secondary_content .support_sub {
    list-style-type: none;
}

#secondary_content .support_sub li {
    margin: 15px 0 15px 0;
}

#secondary_content .support_sub li a:hover {
    color: #444444;
}


#secondary_content .skb_support_sub .SKB_support_search_bar #SKB_support_search_bar_text {
	height: 16px;
	width: 110px;
	font-size: 14px;
	float: left;
	padding: 2px 0 0 7px;
	color: #CCCCCC;
}

#secondary_content .skb_support_sub .SKB_support_search_bar .submit_form_button  {
	padding: 5px 0 0 15px;
}

#secondary_content .skb_support_sub .SKB_support_search_bar .submit_form_button input {
	padding-bottom: 2px;
}

/*==== Searchable Help Center Secondary Navigation END====*/


/*==== Searchable Help Center Articles START====*/

.SKB .content_container h3 {
margin-top: 20px;
}

.SKB .kb_answer img {
    display: block;
    float: left;
    padding: 3px;
    border: 1px solid #444444;
    margin: 10px 0 10px 40px;
}

.SKB .kb_answer p {
    display: block;
    float: left;
    width: 300px;
    padding: 3px;
    margin: 5px 0 5px 20px;
}


.SKB .content_container ul li  {
    list-style-type: disc outside;
    color: #444444;
    font-size: 85%;
    line-height: 200%;
    margin-left: 20px;
}

.SKB .content_container .SKB_articles ul li {
	list-style-type: none;
	margin-left: 10px;
}

/*==== Searchable Help Center Articles END====*/

/* PRODUCTS */

#main_content #products ul {
padding-left: 3px;
list-style-position: inside;
}

#main_content .writecycle h2 .sup {
font-size: 60%;
vertical-align: text-top;
}
#main_content .writecycle p.tii2_products { 
font-size: 20px; margin: 15px 0 10px 0; 
}

#main_content .writecycle .quote {
font-style: italic;
font-size: 90%;
margin: 0 15px 10px 15px;
}

#main_content .writecycle .author {
text-align: right;
font-size: 90%;
margin: 0 15px;
}

/*==== Products page awards START====*/

#secondary_content .award_list img {
padding: 7px;
}

#secondary_content .codie {
background: url(../../resources/image_bin/sprites/Turnitin/static/2010_finalist.png) no-repeat center;
height: 79px;
width: 200px;
display: block;
outline: none;
margin-left: 20px;
}

#secondary_content .ecco {
background: url(../../resources/image_bin/sprites/Turnitin/static/ECOO_award_badge.png) no-repeat center;
height: 101px;
width: 100px;
display: block;
outline: none;
margin-left: 70px;
}

#secondary_content .ec100 {
background: url(../../resources/image_bin/sprites/Turnitin/static/ec100logo_4c.png) no-repeat center;
height: 89px;
width: 88px;
display: block;
outline: none;
margin-left: 77px;
}

#secondary_content .daa {
background: url(../../resources/image_bin/sprites/Turnitin/static/DAAFnlst_1C.png) no-repeat center;
height: 95px;
width: 95px;
display: block;
outline: none;
margin-left: 75px;
}

#secondary_content .alpsp {
background: url(../../resources/image_bin/sprites/Turnitin/static/ALPSP_WINNER_logo.png) no-repeat center;
height: 63px;
width: 125px;
display: block;
outline: none;
margin-left: 62px;
}

/*==== Products page awards END====*/



/*= VIDEO GALLERY - navbar 
=== === === === === === === === === === === === === === === === === === === === */
#video_list li {
background: url(/resources/image_bin/icons/common/small_16/movie_16.gif) no-repeat scroll left center transparent;
padding-left: 20px;
list-style-type: none;
margin: 0px;
}

#main #video_list {
width: 300px;
float: left;
margin: 0;
}

#main #video_list #video-controls; #main #video_list .video_tutorial_list {
cursor:pointer;
float: left;
padding-right: 10px;
}

#main #video_list #video-controls li, #main #video_list .video_tutorial_list li {
background: url(/resources/image_bin/icons/common/small_16/movie_16.gif) no-repeat scroll left center transparent;
padding-left: 20px;
list-style-type: none;
margin: 0px;
}


#main #video_list #video-controls a, #main #video_list .video_tutorial_list a {
line-height: 30px;
margin: 0;
padding: 0;
}

#main #video_list #video-controls a:visited {
color:#3097BF;
}

#main #video_list #video-controls a.active {
color: #333;
text-decoration: none;
}

#main #video_list #video-controls .small, #main #video_list .video_tutorial_list .small {
text-decoration: none;
font-size: 80%;
}

#main .additional {
margin-top: 25px; 
}

#main #video_list p {
padding: 0;
margin-bottom: 10px;
}

/*=ul.video_tutorial_list  {
width: 300px;
display:inline;
position:relative;
float:left;
list-style-type: none;
}

ul.video_tutorial_list li {
background: url(/resources/image_bin/icons/common/small_16/movie_16.gif) no-repeat scroll left center transparent;
padding-left: 22px;
margin-bottom: 10px;
}

#back {
margin: -15px 0 -15px 0px;
}

/*= VIDEO GALLERY -content area
=== === === === === === === === === === === === === === === === === === === === */ 

#video_content {
float:left;
width:625px;
margin: 0;
}

#video_content .placeholder { 
background: url(../../resources/image_bin/props/banners/turnitin/vimeo_bkgd.png) no-repeat; 
width: 625px; 
height: 500px; 
}

/*#video_content .detail .landing {
padding: 5px 5px 2px 5px;
}

#video_content .detail .landing span {
font-family: Georgia, Times, serif;
text-align: center;
color: #666;
font-size: 42px;
display: block;
padding: 20px;
margin: 20px 0 20px 0;
}

#video_content .detail .landing span p {
font-family: Georgia, Times, serif;
text-align: left;
line-height: 1.4em;
color: #666;
font-size: 22px;
display: block;
padding: 10px;
margin: 0 30px 5px 44px;
}
*/ 




/*= EVENTS
=== === === === === === === === === === === === === === === === === === === === */ 

.glossy_box ul.events, #main_content ul.events {
list-style-type: none;
}

.glossy_box ul.events li, #main_content ul.events li {
margin-left: 0;
color: #666;
}

.glossy_box ul.events li {
margin-top: 5px;
}


#main_content ul.events li {
margin-top: 10px;
}

.wca {
margin-top: 50px;
}

#main_content ul.events .event_info {
margin: 10px 0 10px 0;
color: #666;
}

/*= NEW FEATURES PAGE
=== === === === === === === === === === === === === === === === === === === === */
ul, li {margin: 0; padding: 0;}

#coming_soon_wrapper {
margin: auto;
padding: 20px;
width: 900px;
text-align: left;
}

/*= NEW FEATURES PAGE - sidebar area
=== === === === === === === === === === === === === === === === === === === === */

#triggers {
float:left;
border:1px solid #ccc;
width: 235px;
background-color: #eee;
}

#triggers div {
cursor:pointer;
float: left;
margin: 2px 5px 2px 5px;
}


#triggers div h3 {
font-size: 140%;
font-weight: normal;
color: #990000;
margin-bottom: 5px;
}

#triggers div ul {
width: 215px;
margin-bottom: 5px;
margin-left: 18px;
}

#triggers div ul li a {
color: #333;
text-decoration: none;
}

#triggers div ul li a:hover {
color: #990000;
text-decoration: underline;
}

/*= NEW FEATURES PAGE -content area
=== === === === === === === === === === === === === === === === === === === === */ 

#main_column {
float:right;
width:645px;
padding-right: 10px;
z-index:1;
}

#main_column .detail {
border: 1px solid #CCC;
text-align: left;
padding: 10px;
}

#main_column .detail .landing {
padding: 5px 5px 2px 5px;
}

#main_column .detail .landing span {
text-align: center;
color: #990000;
font-size: 30px;
display: block;
padding: 20px;
}

#main_column .detail .landing span p {
text-align: left;
line-height: 1.4em;
font-size: 18px;
display: block;
padding: 10px;
}

