html, body
{
	width: 100%;
	margin: 0;
	padding: 0;
}

body, select
{
	font-family: Verdana,Arial,"Bitstream Vera sans",sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
}

#centerwrapper
{
	width: 904px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 15px;
}

a img
{
	display: block;
	border: 0;
}

#content a img
{
	display: inline;
}

p
{
	margin: 0 0 1em;
}

.TextMiddle, h1
{
	font-family: Helvetica,Arial,"Bitstream Vera sans",sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #626262;
	margin: 0 0 1em;
	padding-left: 2px;
}

.TextBody
{
	font-family: Verdana,Arial,"Bitstream Vera sans",sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.highlight
{
	background-color: #ace4fa;
}

.term
{
	font-weight: bold;
}

#content ul p.TextBody
{
	margin: 0; /* fix for oversized margins within styled lists */
}

/*h2
{
	margin: 0px 0px 12px;
	font-size: 16px;
	color: #0c7dbd;
}*/

h3, h2
{
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#spacer
{
	padding-left: 5px;
	width: 220px;
}

#maintable
{
	width: 904px;
}

#maintable td
{
	vertical-align: top;
}

#content
{
	padding-top: 5px;
	padding-bottom: 15px;
}

#content table
{
	margin-bottom: 15px;
}

#content td
{
	padding-right: 15px;
}

#content a
{
	color: #002e63;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited
{
	/*color: #00172f;*/
}

#content a:hover
{
	text-decoration: underline;
}

#maintable #content a.plainlink
{
	font-weight: normal;
	color: black;
}

.condor #content a
{
	color: #259ae6;
	text-decoration: none;
	font-weight: bold;
}

.condor #content a:visited
{
	/*color: #1d4c5f;*/
}	

.investors #content h1
{
    color: #8cc0df; 
}

#content ul
{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-left: 17px;
	/padding-left: 21px;
	list-style-image: url('/images/bullet.gif');
}

#content li
{
	padding-bottom: 0.5em;
}

#trainingtbl 
{
    position: relative;
}

#trainingtbl a
{
    display: block; 
    position: absolute; 
    top: 97px;
    height: 13px; 
    width: 103px; 
    background: url('/images/pixel.gif') no-repeat;
    /* transparent pixel background to keep IE from wetting its bed */
}

#trainingtbl a.link1 { left: 117px; }
#trainingtbl a.link2 { left: 261px; }
#trainingtbl a.link3 { left: 405px; }

#trainingtbl a.link1:hover { background-image: url('/images/training/trainingbox1-2.gif'); }
#trainingtbl a.link2:hover { background-image: url('/images/training/trainingbox2-2.gif'); }
#trainingtbl a.link3:hover { background-image: url('/images/training/trainingbox3-2.gif'); }

#content .TrainingInfo
{
	background: white url('/images/training/trainingtable-bg.png') repeat-y;
	margin-bottom: 15px;
}

#content .TrainingInfo table
{
	margin: 0 8px 0 4px;
	border-top: 1px solid #d6d6d6;
	width: 510px;
}

#content .TrainingInfo td
{
	padding: 2px;
    font-size: 11px;
}

#content .TrainingInfo td.Box
{
}

#content .TrainingInfo h2
{
	background: transparent url('/images/training/trainingtable-top.png') no-repeat left top;
	padding: 4px 0 0 6px;
	margin-bottom: 2px;
}

#content .TrainingInfo h2 div
{
	background: transparent url('/images/training/trainingheader-left.png') no-repeat left top;
}

#content .TrainingInfo h2 span
{
	background: transparent url('/images/training/trainingheader-right.png') no-repeat right top;
	margin-left: 6px;
	padding-right: 8px;
}

#content .TrainingInfo .HeadStats
{
	font-weight: bold;
	padding-left: 8px;
	border-bottom: 1px solid #d6d6d6;
}

#content .TrainingInfo .Box div
{
	position: relative;
    width: 141px;
	height: 49px;
}

#content .TrainingInfo .Time
{
	position: absolute;
	top: 22px;
	left: 7px;
	color: white;
}

#content .TrainingInfo .Book
{
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 103px;
	height: 13px;
    font-size: 0;
    color: white;
}

#content .TrainingInfo .Book * { display: none; }

#content .TrainingInfo .Box1 { background: url('/images/training/trainingbox1.gif') no-repeat left top; }
#content .TrainingInfo .Box1 .Book:hover { background: url('/images/training/trainingbox1-2.gif') no-repeat left top; }
#content .TrainingInfo .Box2 { background: url('/images/training/trainingbox2.gif') no-repeat left top; }
#content .TrainingInfo .Box2 .Book:hover { background: url('/images/training/trainingbox2-2.gif') no-repeat left top; }
#content .TrainingInfo .Box3 { background: url('/images/training/trainingbox3.gif') no-repeat left top; }
#content .TrainingInfo .Box3 .Book:hover { background: url('/images/training/trainingbox3-2.gif') no-repeat left top; }

#content .TrainingInfo .NoBox3 { background: url('/images/training/trainingbox3-na.gif') no-repeat left top; }
#content .TrainingInfo .NoBox3 * { display: none; }

#content .TrainingInfo .Stats li, #content .TrainingInfo .Stats .Header
{
	color: #0093DD;
	font-weight: bold;
	list-style-image: none;
}
  
#rightbar
{
	width: 134px;
	padding-left: 10px;
}

/*header*/
#logo
{
	display: block;
	width: 1%;
	margin-bottom: 15px;
}

#masthead
{
	position: relative;
	width: 904px;
	height: 178px;
}

#masthead-l, #masthead-full
{
	position: absolute;
	top: 0;
	left: 0;
}

#masthead-r
{
	position: absolute;
	top: 0;
	left: 624px;
}

#masthead-gif
{
	position: absolute;
	top: 35px;
	left: 628px;
}

#sitesearch
{
	position: absolute;
	width: 270px;
	height: 18px;
	left: 622px;
	top: 9px;
	background: url('/images/homepage/search-box.gif') top left no-repeat;
}

#tbsearch
{
	position: absolute;
	left: 95px;
	top: 2px;
	width: 144px;
	border: 0;
	font-size: 10px;
	background: transparent;
	/background: url('/images/homepage/search-box-m.gif') repeat-x 1px left; /* IE can't handle transparent input boxes */
}

#btnsearch
{
	position: absolute;
	width: 23px;
	height: 16px;
	left: 248px;
	top: 1px;
	cursor: pointer;
	background: url('/images/homepage/search-btn.png') no-repeat;
	border: 0;
	font-size: 0.1em;
	/background: none;
	/filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/homepage/search-btn.png',sizingMethod='image');
}
/*header*/

/*menu*/
#mainmenu
{
	position: relative;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 904px;
	height: 19px;
}

#mainmenu, #mainmenuframe a, #mainmenu a
{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#mainmenuframe
{
	position: relative;
	height: 19px;
	width: 904px;
}

#mainmenu img
{
	display: block;
}

#mainmenuframe ul, #mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#mainmenuframe li, #mainmenu li
{
	display: block;
	float: left;
}

#mainmenuframe li ul, #mainmenu li ul
{
	display: none;
}

#mainmenuframe a, #mainmenu a
{
	display: block;
	margin: 0 2px;
	background: url('/images/menu/menu-r1.png') repeat-x top right;
	position: relative;
	cursor: pointer;
}

#mainmenuframe a span, #mainmenu a span
{
	display: block;
	padding-top: 3px;
	/padding-top: 4px;
	margin: 0;
	text-align: center;
	height: 16px;
	/height: 15px;
	background: url('/images/menu/menu-l1.png') no-repeat top left;
}

#mainmenuframe li a:hover
{
	font-weight: bold;
}

/*#mainmenuframe li a:hover, #mainmenu li a:hover,*/
#mainmenuframe li.current a, #mainmenuframe li.active a,
#mainmenu li.current a, #mainmenu li.active a
{
	background-image: url('/images/menu/menu-r2.png');
}

/*#mainmenuframe li a:hover span, #mainmenu li a:hover span,*/
#mainmenuframe li.current a span, #mainmenuframe li.active a span,
#mainmenu li.current a span, #mainmenu li.active a span
{
	background-image: url('/images/menu/menu-l2.png');
}
/*menu*/

/*menu location*/
#menulocation
{
	/*padding-bottom: 5px; ? */
	padding-left: 2px;
}

#menulocationframe
{
	position: relative;
	width: 500px;
	height: 15px;
}

#menulocation, #menulocationframe a
{
	font-size: 10px;
}

#menulocationframe ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#menulocationframe li
{
	display: none;
}

#menulocationframe li.current, #menulocationframe li.active
{
	display: block;
}

#menulocationframe li ul
{
	display: none;
}

#menulocationframe a
{
	color: #002e63;
	text-decoration: none;
	font-weight: bold;
}

.condor #menulocationframe a
{
	color: #259ae6;
}

/*menu location*/

/*side submenu*/
#sidemenu
{
	width: 225px;
}

#sidemenuframe
{
	position: relative;
	width: 224px;
	height: 400px;
}

#sidemenuframe ul
{
	margin: 0;
	margin-top: 11px;
	/margin-top: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#sidemenuframe a
{
	text-decoration: none;
	font-weight: bold;
	/*height: 11px;*/
	line-height: 1.2;
	display: block;
	padding: 3px 0 5px;
	margin-left: 25px;
	width: 175px;
}

#sidemenuframe .active li
{
	background: url('/images/menu/line-gray.gif') no-repeat bottom left;
}

#sidemenuframe li.separator
{
	margin-top: 1.5em;
}

#sidemenuframe li.current,
#sidemenuframe li.current li,
#sidemenuframe .active .active
{
	background: url('/images/menu/line.gif') no-repeat bottom left;
}

.condor #sidemenuframe li.current,
.condor #sidemenuframe li.current li,
.condor #sidemenuframe .active .active
{
	background-image: url('/images/menu/line-condor.gif');
}

#sidemenuframe li, 
#sidemenuframe li.current a, 
#sidemenuframe li.active a,
#sidemenuframe li.active li ul,
#sidemenuframe li.current li ul
{
	display: none;
}

#sidemenuframe li.current,
#sidemenuframe li.current li,
#sidemenuframe li.current li a,
#sidemenuframe li.active,
#sidemenuframe li.active li,
#sidemenuframe li.active li a
{
	display: block;
}

#sidemenuframe li.active,
#sidemenuframe li.current
{                                       
	height: 0;
}

#sidemenuframe li li.active,
#sidemenuframe li li.current
{                                       
	height: auto;
}

#sidemenuframe a:hover
{
	color: #259ae6 !important;
}

.condor #sidemenuframe a:hover
{
	color: #002e63 !important;
}

#sidemenuframe .active a
{
	color: #c5c5c5;
}

#sidemenuframe .current a,
#sidemenuframe .active .active a
{
	color: #002e63;
}

.condor #sidemenuframe .current a,
.condor #sidemenuframe .active .active a
{
	color: #259ae6;
}

/*side submenu*/

#footer, #footer a
{
	color: #555 !important;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* edit mode */
.editbox
{
	position: relative;
}

#mainmenu .editbox
{
	/height: 1%;
}

.editlink
{
	position: absolute !important;
	top: 2px !important;
	left: 2px !important;
	width: auto !important;
	height: auto !important;
	display: inline !important;
	border: 1px solid black !important;
	background: white !important;
	padding: 2px 4px !important;
	margin: 0 !important;
	color: black !important;
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: normal !important;
	font-family: Helvetica,Arial,sans-serif !important;
	z-index: 10;
}

.editlink:hover
{
	color: red !important;
}

.cmsbar
{
	position: fixed !important;
	/position: absolute !important;
	top: 2px !important;
	left: 2px !important;
	border: 1px solid black !important;
	background: white !important;
	padding: 2px 4px !important;
	font-size: 12px !important;	
	font-family: Helvetica,Arial,sans-serif !important;
	z-index: 20;
}

.cmsbar .currentlang
{
	font-weight: bold !important;
}

.cmsbar a
{
	color: black !important;
	text-decoration: none !important;
}

.cmsbar a:hover
{
	color: red !important;
}
/* edit mode */

/*dataTable */
//table tr td { padding:4px; }

table.dataTable,
.tablenoborder table,
.dataTable caption,
.tablenoborder table caption { width:100%; }

table.dataTable,
.tablenoborder table,
.dataTable th,
.tablenoborder table th,
.dataTable td,
.tablenoborder table td  {
	border:1px solid #c0c4c8;
/*	border-width:1px 0 0 1px;*/
}

table.dataTable,
.tablenoborder table {
	margin:0 0 20px;
	font-size:11px;
}

.ComparisonRow_Content .dataTable td, table.dataTable td, table.dataTable th {
	border-top:none;
	border-left:none;
}
table.dataTable {
    border-bottom:none;
    border-right:none;
}

table.devJournal { width:auto; }

.devJournal th { background-color:#eee; }

.inlineLeft .dataTable,
.inlineRight .dataTable { margin-bottom:0; }

.dataTable caption,
.tablenoborder table caption,
.dataTable tr.shaded { background-color:#e2e4e6; }

.dataTable caption,
.tablenoborder table caption {
	padding:5px;
	font:normal 11px arial,Verdana,sans-serif;
	margin:8px 0 0;
	text-align:left;
	color:#696969;
	font-weight:bold;
}

.dataTable th,
.tablenoborder table th,
.dataTable td ul,
.tablenoborder table td ul { margin:0; }

.dataTable th,
.tablenoborder table th {
	padding:4px;
	font-weight:bold;
	text-align:left;
}

.dataTable .headrow { border-right:none; }

.dataTable td,
.tablenoborder table td { vertical-align:top; }

.tableMidHeader {
	background:#f6f7f7;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding:3px 4px;
}

.tablecheckmark {
	text-align:right;
	background:url(../images/checkmark.gif) 50% no-repeat;
}

.tablecheckmarkLeft {
	text-align:left;
	background:url(../images/checkmark.gif) top no-repeat;
}

th.columncenter { text-align:cente4:25 PM 9/25/20094:25 PM 9/25/2009r; }

