﻿/*
	blue #124279
	red  #db0a14
*/

body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
}

.dataListText {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}

a {
	color:#0174AD;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1
{
	margin:0px;
	padding:0px;    
	margin-bottom:0px;
	padding-top:7px;
	padding-bottom:12px;
	font-size:17pt;	 
	font-weight:bold;
}

.error  {
	color:#db0913;
}
.bigerror
{
	color:#db0913;
	font-size:12pt;
	line-height:20px;
	font-weight:bold;
}
.bigline
{
	line-height:23px;
}
.smallLine
{
	line-height:12px;
}
.normalLine
{
	line-height:normal;
}
.pointer
{
	cursor:pointer;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Headers */
.headerBigger
{
	font-size:17pt;
	font-weight:bold;
	line-height:25px;
}
.headerBig
{
	font-size:16pt;
	font-weight:bold;
	line-height:25px;
}
.header1
{
	font-size:12pt;
	font-weight:bold;
	line-height:20px;
}
.header2
{
	font-size:11pt;
	font-weight:bold;
	line-height:20px;
}
.blockHeader
{
	font-size:11pt;
}
.stepHeader
{
	font-size:13pt;
	font-weight:500;
}
.stepHeaderWhite
{
	font-size:12pt;
	font-weight:500;
	color:#fff;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Div's */

.leftTextDiv
{
	float:left;
	width:420px;
	padding-right:20px;
	line-height:20px;
}
.redBox
{
	float:right;
	width:175px;
	background-color:#f3192d;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.blueBox
{
	float:right;
	width:175px;
	background-color:#4cb5b6;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.lightBlueBox
{
	float:right;
	width:175px;
	background-color:#a4c2db;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.orangeBox
{
	float:right;
	width:175px;
	background-color:#e7a61f;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.royalBlue
{
	float:right;
	width:175px;
	background-color:#2b69ff;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.aquaBox
{
	float:right;
	width:175px;
	background-color:#00aeef;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.limeBox
{
	float:right;
	width:175px;
	background-color:#aeb454;
	color:#fff;
	padding:25px 20px 50px 15px;	
}
.limeBox .bigText , .blueBox .bigText , .redBox .bigText, .aquaBox .bigText, .royalBlue .bigText,.orangeBox .bigText,.lightBlueBox .bigText
{
	font-size:14pt;
	line-height:20px;
	color:#fff;
}
.limeBox .smallText , .blueBox .smallText, .redBox .smallText, .aquaBox .smallText,.orangeBox .smallText,.lightBlueBox .smallText
{
	font-size:9pt;
	color:#484848;
}
.royalBlue .smallText
{
	font-size:9pt;
	color:#c6c6c6;
}
.limeBox .linkText , .blueBox .linkText, .redBox .linkText, .aquaBox .linkText, .royalBlue .linkText,.orangeBox .linkText,.lightBlueBox .linkText
{
	font-size:11pt;
	line-height:20px;
	color:#fff;
}
.threeGreyDiv
{
	float:left;
	background-color:#f0f0f0;
	width:176px;
	height:395px;
	margin:0px 5px 0px 10px;
	padding:15px 15px 10px 15px;
	line-height:19px;
}
.twoGreyDiv
{
	float:left;
	background-color:#f0f0f0;
	width:290px;
	height:180px;
	margin:0px 10px 0px 10px;
	padding:20px 20px 0px 20px;
}
.headerGrey
{
	float:left;
	background-color:#b3b3b3;
	width:206px;
	margin:0px 5px 0px 10px;
	color:#fff;
	font-size:11pt;
	padding:7px 0px 7px 0px;
	text-align:center;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Break Heights*/
.breakHeight15
{
	line-height:15px;
}
.breakHeight13
{
	line-height:13px;
}
.breakHeight11
{
	line-height:11px;
}
.breakHeight9
{
	line-height:9px;
}
.breakHeight7
{
	line-height:7px;
}
.breakHeight5
{
	line-height:5px;
}
.breakHeight3
{
	line-height:3px;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* list */
.bullet1
{
	list-style-image:url('http://www.technologyevaluation.com/include/images/bullet1.gif');
}
.nobullet
{
	list-style:none;
}
.bottomMarginedList li
{
	margin-bottom:10px;
}

.fixedIndent
{
	margin:10px 0px 0px -20px;
	#margin:10px 0px 0px 16px;
	
}
.fixedIndent2
{
	margin:10px 0px 0px -40px;
	#margin:10px 0px 0px 0px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#main_header 
{
	width:1000px;
}

#main_header #logo
{    
    float:left;
    margin:0px 0px 5px 8px;
    height:65px; 
    width:270px; 
    background-image: url('http://www.technologyevaluation.com/include/images/logo-tec-long.gif'); 
    background-repeat: no-repeat; 
    cursor:pointer;
}
#main_header .logo
{    
    float:left;
    margin:0px 0px 5px 8px;
    height:65px; 
    width:270px; 
    background-image: url('http://www.technologyevaluation.com/include/images/logo-tec-long.gif'); 
    background-repeat: no-repeat; 
    cursor:pointer;
}
#main_header .logoF8
{    
    float:left;
    margin:0px 0px 5px 8px;
    height:65px; 
    width:270px; 
    background-image: url('http://www.technologyevaluation.com/include/images/logo-tec-f8-long.gif'); 
    background-repeat: no-repeat; 
    cursor:pointer;
}
#main_header .logoTecAdvisor
{    /* Dynamically changed style on login.master.vb page*/
    float:left;
    margin:0px 0px 5px 8px;
    height:39px;
    width:224px;
    background-image: url('http://www.technologyevaluation.com/include/images/tecadvisorlogo.png'); 
    background-repeat: no-repeat; 
    cursor:default;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#main_menu {
    width:100%; 
    float: left;  
    background-color: #f4f3f3;
    color:#f9f9f9; 
    height:35px;     
}
#main_header .subscribe .IndexSubscribeImg
{
	float:right;
	padding-top:5px;
	padding-right:5px;
	
}

#main_header .subscribe .IndexSubscribeText
{
	float:right;
	color:#db0a14;
	padding-top:10px;
	padding-right:5px;
	font-size:11pt;
	
}
#main_menu #menu_inner {
    padding-left:40px;    
}

#main_menu #menu_inner .item {
    float:left;
    height:31px;
    margin-top:-1px;
    padding-left:1px;
    padding-right:1px;  
    padding-top:4px;
    padding-bottom:4px;
}

#main_menu #menu_inner .item_selected {
    float:left;
    height:31px;
    margin-top:-1px;
    margin-bottom:-3px;
    margin-top:0px;
    background-color: #fff;
    padding-left:0px;
    padding-right:0px;  
    padding-top:3px;  
    border: #dfdfdf 1px solid;
    border-bottom: #ffffff 1px solid;    
}
  
#main_menu #menu_inner .separator {
    float:left;
    margin:0px;
    font-size:14px;
    color:#e7e7e7;  
    padding-left:5px;
    padding-right:5px;   
    margin-top:7px;
}
    
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container {
	width:1000px; 
	background-color:#fff;
	
	
	
}

#container2 {
	height:100%;
	width:90%; 
	background-color:#fff;
	margin-left:25px;
	
	/*
	margin-left: auto;
    margin-right: auto;
    */
}


#container #content 
{
	float: left;
	width: 775px;	
	background-image: url('http://www.technologyevaluation.com/include/images/topBlank.gif');
    background-repeat: no-repeat;  
    background-color:#fff;
}

#container #content2
{
    clear: left;
	height: 100%;
	background-color:#fff;
}

#container #content #main {
    padding:0px 0px 0px 40px; 
    margin:0;
    width:700px;
    line-height:16px;
    color:#000;
    min-height:600px;
    height:auto !important;
}

.containerLogin {
	height:100%;
	width:100%; 
    margin-top:10px;

}
.containerForgotPassword {
	height:340px;
	width:100%; 
    margin-top:10px;
    background-image: url('http://www.technologyevaluation.com/include/images/forgotpasswordbar.gif');
    background-repeat: no-repeat;  
    background-color:#f8f8f8;

}
.containerLogin #content 
{
	float: left;
	margin:0px 0px 0px 20px;	
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container #content .pageHeader {
    float:left;
    width:774px;
    margin:0px; 
}

#container #content .pageHeaderImage {
    float:left;
    width:774px;
    height:179px;
    margin:0px;
}

#container #content .pageHeader .title {
	padding:20px 50px 10px 40px;
	font-weight:bold;
	font-size:36px;
}

#container #content .pageHeader .subtitle 
{
	font-size:13px;
	padding:0 50px 15px 40px;
}
#container #content .pageHeader .authorDate 
{
	font-size:12px;
	padding:0 50px 5px 40px;
}
#container #content .pageHeader .subtitle span {
	line-height:18px;
}

#container #content .pageHeader .subtitle .link {
	color:#db0a14;
}
#container #content .pageHeader .subtitle .link:hover {
    text-decoration:underline;
    cursor:pointer;
}

#container #content .pageHeader3 {
    float:left;
    width:774px;
    height:25px;
    margin:0px;
    background-image: url('http://www.technologyevaluation.com/include/images/topblankbar.gif');
    background-repeat: no-repeat;   
    background-color:#fff;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#search #box #textbox 
{
	float:left;    
}

#search #box #textbox input 
{
	width:200px;
	font-size:11px;
	margin:0;
}

#search #box #button 
{
	float:left;
	width:18px;
	height:18px;
	background-color: #949494;
}

.submit 
{
    background-image: url('http://www.technologyevaluation.com/include/images/forgotpasswordsubmit.gif');
    background-repeat: no-repeat;  
    background-color:#fff;
    border:0;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    height:24px;
    width:91px;
    cursor:pointer;
}
.bluelink a
{
	color:#124279;
	font-weight:bold;
}
.blueplus {
	color:#124279;
	font-weight:bold;
}
.blueNumbers
{
	color:#008fcf;
	font-size:19pt;
}

.bold {
	font-weight:bold;
}

.small 
{
	font-size:10px;
}

.floatright
{
	float:right;
}
.floatleft
{
	float:left;
}
.noHoverLink
{
	color:#000;
	text-decoration:none;
}
.noHoverLink:hover
{
	color:#000;
	text-decoration:none;
}
.red 
{
	color:#db0a14;
}

.black
{
	color:#000;
}
.fontNormal
{
	text-decoration:none;
}
.clear
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.clearLeft
{
	clear:left;
}

.blackbold
{
	font-weight:bold;
	color:#000;
	padding-left:30px;
}

#captcha input
{
    width:70px;    
}

.contentImg1
{
    margin:10px;   
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#container #content #main .content 
{
    float:left;
	margin-top:7px;
	padding-bottom:80px;	
}

#container #content #main .header 
{
    float:left;
	margin-top:7px;
	margin-bottom:10px;
}

#container #content #main .header h1
{
	margin:0px;
	padding:0px;    
	margin-bottom:0px;
	padding-top:7px;
	padding-bottom:12px;
	font-size:17pt;	 
	font-weight:normal;
}

#container #content #main .header .subHeader
{
	color:#686868;
    font-size:11pt;
    line-height:18px;
}
#container #content #main .header .subHeader2
{
	color:#686868;
    font-size:11pt;
    line-height:18px;
    width:625px;
}

#container #content #main .header .subHeaderRed
{
	color:#db0a14;
    font-size:11pt;
    line-height:18px;
}

#container #content #main .header .subsubHeader
{
	color :#bf1e2e;
    font-size:12pt;
    line-height:19px;
}

#container #content #main .header .headerImgSep
{
    padding:0px;
    padding-top:12px;
}

#container #content .headingForm
{
	color:#DB0A14;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#container #content .pageHeader h1
{
    padding:0;
	margin:0;
}

#container #content .pageHeader h1 span
{
    padding:0;
	margin:0;
    font-size:20pt;
    font-weight:bold;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.accordionHeaderInactive 
{
	cursor:pointer;
	background-color:#EFEFEF;
	background-image: url('http://www.technologyevaluation.com/include/images/inactivearrow.gif');
	background-repeat: no-repeat;
	background-position: 5px center;	
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

.accordionHeaderActive {
	cursor:pointer;
	background-color:#DEDEDE;
	background-image: url('http://www.technologyevaluation.com/include/images/activearrow.png');
	background-repeat: no-repeat;
	background-position: 5px center;	
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

.accordionHeaderActive2
{
	cursor:pointer;	
	background-image: url('http://www.technologyevaluation.com/include/images/activearrow.png');
	background-repeat: no-repeat;
	background-position: 5px center;	
	color:#004477;
	font-size:12px;
	font-weight:bold;
	padding:10px 5px 5px 15px;	
	border-bottom:solid 1px #fff;
	line-height:15px;
}

.accordionHeaderInactive2
{
	cursor:pointer;	
	background-image: url('http://www.technologyevaluation.com/include/images/inactivearrow.gif');
	background-repeat: no-repeat;
	background-position: 5px center;		
	color:#004477;
	font-size:12px;
	padding:10px 5px 5px 15px;
	border-bottom:solid 1px #fff;
	line-height:15px;
}

.accordionHeaderECInactive
{
	cursor:pointer;
	color:#0174AD;
	cursor:pointer;
	background-color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:0px 5px 2px 15px;
	
}
.accordionHeaderECActive
{
	cursor:pointer;
	color:#0174AD;
	cursor:pointer;
	background-color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding:0px 5px 2px 15px;
	
}

.accordionHeaderMethInactive 
{
	cursor:pointer;
	background-color:#EFEFEF;
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	border-bottom:solid 1px #fff;
	text-align:center;
}

.accordionHeaderMethActive 
{
	cursor:pointer;
	background-color:#DEDEDE;
	text-transform:uppercase;
	color:#004477;
	font-size:10px;
	font-weight:bold;
	padding:5px 5px 5px 15px;	
	border-bottom:solid 1px #fff;
	text-align:center;
}
.accordionContent
{
	padding:10px;
}

.accordionContent2 
{
    background-color:#f9f9f9;
}
.accordionContentEC
 {
	padding:0px;
}
.accorContent
{
	margin:10px;
}
.accorContent2
{
	margin:7px;
}
.accordionHeaderEvalCenterInactive 
{
	cursor:pointer;
	background-color:#f5f5f5;		
	text-transform:capitalize;
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 15px;
	border-Top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	height:38px;
	
}
.accordionHeaderEvalCenterInactive:hover 
{
	cursor:pointer;
	background-color:#f0f0f0;
	text-transform:capitalize;
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 15px;	
	border-Top:solid 1px #fff;	
	border-bottom:solid 1px #fff;
	height:38px;
}
.accordionHeaderEvalCenterActive 
{
	cursor:pointer;
	background-color:#bcbcbc;
	text-transform:capitalize;
	color:#292929;
	font-size:10px;
	font-weight:bold;
	padding:3px 5px 0px 15px;	
	border-Top:solid 1px #fff;	
	border-bottom:solid 1px #fff;
	height:38px;
}
.accorEvalCenterHeader img 
{	 	
	 float:left;
	 margin-top:0px;
}
.accorEvalCenterHeader .text
{
    float:left;
	margin-left:10px;
	margin-top:8px;
	width:150px;		
	line-height:14px;
}
.accordionEvalCenterContent {
	padding:10px;	
	font-size:11px;
	line-height:14px;
}
.accordionEvalCenterContent a
{
	color:#0174ad;
	font-size:11px;
	line-height:14px;
}
.pn
{
	padding-right: 50px;
}
.renameButton
{
	font-weight: bold;
	text-decoration:underline;
}

.deactivateButton
{
	margin-right: 10px;
	font-weight: bold;
	text-decoration:underline;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Google Add This */

.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       
