﻿/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link
{
    color: #1B468E;
    text-decoration: underline;
}
a:visited
{
	color: #1B468E;
    text-decoration: underline;

}
a:hover
{
/*    color: #29A5DE; */
    text-decoration: none;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
html {
   	height: 100%;
	margin-bottom: 1px;
}
 
body {
    background: #4d4d4d;
    font: 62.5%/1 Arial, sans-serif;
    line-height:1;
}
a:hover { text-decoration: none; }

/* /global elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
    margin: 0 auto;
    width: 900px;
}
#header {
    background: #67686b url( ../images/bg_header.png ) repeat-x 0 0;
    color: #fff;
    overflow: hidden;
}
#mainContent {
    background: #fff;
    color: #808080;
   	font-family: Verdana, "Trebuchet MS", "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px; 
    padding: 20px 20px 50px;
    width:860px;
}
#footer {
    background: #e6e7e8;
    color: #868686;
    overflow: hidden;
    padding: 22px 25px 52px;
}
/* /base layout
 *****************************************************/

/* common elements
 *****************************************************/
.left { float: left; }
.right { float: right; }
.cols { overflow: hidden; }
.col { float: left; }
.print { display: none; }

.purple { color:#814587; }
.lightPurple { color:#877fb0; }
.blue { color:#1a488d; }
.teal { color:#23a7df; }
.black { color:#000000; }
/* /common elements
 *****************************************************/

/* header elements
 *****************************************************/
#header h1 {
    float: left;
    height: 52px;
    padding: 41px 0 0 35px;
    width: 257px;
}
#header h1 a {
    color: #fff;
    display: block;
    font-size: 4em;
    height: 52px;
    overflow: hidden;
    padding: 0 0 0 40px;
    position: relative;
    text-decoration: none; 
    text-transform: uppercase;
    width: 217px;
}
#header h1 small {
    float: right;
    font-size: 0.3em;
    font-weight: normal;
    margin: -30px 0 0;
}
#header h1 span {
    background: transparent url( ../images/logo_tdo.png ) no-repeat 0 0;
    cursor: pointer;
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 257px;
}

#options {
    display: inline;
    float: right;
    margin: 0 16px 0 0;
    height: 47px;
}

.loggedIn {
    background: transparent url( ../images/bg_options_loggedin.png ) no-repeat 0 0;
    width: 300px;
}
.loggedOut {
    background: transparent url( ../images/bg_options.png ) no-repeat 0 0;
    width: 408px;
}

.loginErrorMsg {
    clear:right; 
    float:right; 
    margin:5px 0 0 0; 
    width:300px;
    color:#e9e9e9; 
    font-size:12px; 
    font-weight:bold;
}

.liveSupport {
    background: transparent url( ../images/bg_live_support.png ) no-repeat 0 0;
    float: left;
    height: 26px;
    margin: 7px 0 0 10px;
    width: 86px;
    text-indent: -1000em;
}

.borderImage {
    border: 1px solid #ebebeb; padding: 5px;
}

#login,
#login .item,
#login .buttons {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
}
#login {
    color: #dfe0e0;
    margin: 2px 0 0 12px;
}
#login h2 {
    margin: 0 0 3px;
}
#login input {
    background: #fff;
    border: 0;
    display: block;
    font-size: 100%;
    padding: 0;
    width: 55px;
}
#login .buttons input {
    background: transparent url( ../images/icons.png ) no-repeat 0 -541px;
    height: 14px;
    width: 15px;
}
#options ul {
    margin-left:30px;
}
#options li {
    float: left;
    margin: 15px 5px 0 10px;
}
#options li img { background: transparent url( ../images/icons.png ) no-repeat 0 0; }
#options #email img { background-position: 0 -555px; }
#options #print img { background-position: 0 -571px; }
#options #home img { background-position: 0 -587px; }
/* /header elements
 *****************************************************/

/* navigation elements
 *****************************************************/
#navigation {
    background: transparent url( ../images/bg_navigation.png ) repeat-x 0 100%;
    clear: both;
    padding: 18px 0 0 50px;
    overflow: hidden; 
    width:850px;
}
#navigation li {
    float: left;
    font-size: 1.2em;
    text-transform: uppercase; display:inline
}
#navigation a.regularLink {
   /* border-bottom: 6px solid #808080;*/
    color: #fff;
    display: block;
    padding: 0 10px 10px;
    text-decoration: none;
    font-weight:bold;
}
#navigation a.currentLink {
    border-bottom: 6px solid #23a7df;
    color: #3497c2;
    display: block;
    padding: 0 10px 10px;
    text-decoration: none;
    font-weight:bold;
}
#navigation a:hover {
    border-bottom: 6px solid #23a7df;
    color: #3497c2;
}

#subNavigation {
    background: transparent url( ../images/bg_navigation.png ) repeat-x 0 100%;
    clear: both;
    padding: 10px 0 0 15px;
    margin:0;
    overflow: hidden;
    width:885px;
}
#subNavigation li {
    float: left;
    font-size: 1.0em;
    text-transform: uppercase;
}
#subNavigation a.regularLink {
    /*border-bottom: 6px solid #808080;*/
    color: #fff;
    display: block;
    padding: 0 10px 10px;
    text-decoration: none;
    font-weight:bold;
}
#subNavigation a.currentLink {
    border-bottom: 6px solid #23a7df;
    color: #3497c2;
    display: block;
    padding: 0 10px 10px;
    text-decoration: none;
    font-weight:bold;
}
#subNavigation a:hover {
    border-bottom: 6px solid #23a7df;
    color: #3497c2;
}
/* /navigation elements
 *****************************************************/

/* content elements
 *****************************************************/
.contentType1 .twoCols .leftCol {
    width: 350px;
}
.contentType1 .twoCols .rightCol {
    margin: 0 0 0 20px;
    width: 450px;
}
.contentType1 .threeCols .col {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 246px;
}
.software, .webservice, .mobile  { height:195px;}

.contentType2 .twoCols .leftCol {
    width: 580px; 
    border-right-style:solid; 
    border-right-color:#67686B; 
    border-right-width:thin; 
    padding-right:15px;
}
.contentType2 .twoCols .rightCol {
    padding: 0 0 0 10px;
    width: 250px;
}

.contentType3 .twoCols .leftCol {
    padding-left:0px;
    padding-right:40px;
    width: 400px; 
}
.contentType3 .twoCols .rightCol { 
   padding-left:0px;
   width: 400px;
}

.contentType4 .twoCols .leftCol {
    padding-left:0px;
    padding-right:40px;
    width: 180px; 
}
.contentType4 .twoCols .rightCol { 
   padding-left:0px;
   width: 620px;
}

#mainContent  h1 {
    color: #1a488d;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
    line-height:1.2em;
}
#mainContent  h3 {
    color: #1a488d;
    font-weight: bold;
    margin: 0 0 10px;
}
#mainContent #intro { margin: 0 0 20px; }
#mainContent #intro img {
    background: #fff;
    border: 1px solid #bfbfbf;
    display: block;
    padding: 3px;
}

.body {
    overflow: hidden; 
    /* line-height:1.6em; */
    line-height: 18px;
}

#mainContent #intro .body .col { width: 50%; }
#mainContent #intro .body .leftCol { width: 46%; margin: 0 4% 0 0; }
#mainContent #intro .body div 
{
    margin: 0 0 1em; 
	font-family: Verdana, "Trebuchet MS", "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;    
}

#mainContent #products {
   /* background: transparent url( ../images/bg_products.png ) repeat-y 0 0;*/
    color: #fff;
    margin: 0 0 20px;
}
#mainContent #products a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#mainContent #products a:hover {
    text-decoration: none;
}
#mainContent #products h2 {
    margin: 0 0 3px;
    text-transform: uppercase;
}
#mainContent #products .software { background: #877fb0; }
#mainContent #products .webservice { background: #814587; }
#mainContent #products .mobile { background: #1a488d; }

#mainContent #joinTDO {
    background: #dbdbdb;
    color: #666;
    line-height: 1.4em;
    height: 110px;
    padding: 12px;
    width: 396px;
}
#mainContent #joinTDO img {
    border: 1px solid #adadad;
    float: left;
    margin: 0 7px 7px 0;
}
#mainContent #team {
    border: 1px solid #ebebeb;
    line-height: 1.4em;
    height: 110px;
    padding: 12px;
    width: 394px;
}
#mainContent #team img {
    float: left;
    margin: 0 12px 0 0;
}
#mainContent #team a { 
	color: #1a488d;
	text-decoration: underline;
}
#mainContent #team a:hover { 
	text-decoration: none;
}

#mainContent a.regularLink {
    text-decoration: underline;
}
#mainContent a.regularLink:hover {
    text-decoration: none;
}
#mainContent a.currentLink {
    text-decoration: none;
}

#mainContent div.articleStyle 
{
    float: left; 
    margin: 4px;
    padding-right: 40px;
    padding-bottom: 30px;
    text-align: center;
}

#mainFlash { 
    text-align:center; height:250px; background-color:Gray; 
}

#newsAnnounceTitleCont { 
    border-bottom-color:#67686B; 
    border-bottom-style:dashed; 
    border-bottom-width:thin;
}

.newsTitle {
    color: #1a488d;
    font-weight:normal;
    font-size:12px;
}

#newsIcon {
    float:left; 
    background-image: url( ../images/news_icon.gif ); 
    width:40px;
}

.newsAnnounceText 
{
    line-height:15px;
}

.newsContainerScroll 
{
    font-size: 10px; 
    height: 200px;
    overflow: auto;
}

.newsHeadline 
{
    color: #1a488d;
    font-weight: normal;
    text-transform: uppercase;
}

.philTitle { 
    color:#814587;
   	font-family: Verdana, "Trebuchet MS", "Times New Roman", serif;
    font-size: 18px; 
    font-weight:bold; 
    border-bottom-color:#67686B; 
    border-bottom-style:solid; 
    border-bottom-width:thin; 
    padding-bottom:7px;
    margin-top:0;
    margin-left:0;
}

.philText 
{

    /* font-size:12px;
    line-height:1.2em; */
    margin-top:15px;
    margin-left:0;
}

#storyTitle { 
    color: #1a488d;
    font-size: 1.5em;
    font-weight: normal; 
    line-height:1.2em;
}

.storyText { 
    line-height:20px; 
    font-size:12px; 
}
    
#features 
{
    background: #dbdbdb;
    color: #68676B;
    line-height: 1.4em;
    padding: 20px 20px 20px 20px; 
    margin-bottom:10px;
}

#features ul { 
    list-style-type:square; 
    padding-left:10px;
}

#features li {
    font-size:12px;
    line-height: 20px;
}

.whyTDOContent { 
    padding: 5px 0 5px 0;
}

.whyTDOContent ul, .userMeeting ul {
    list-style-type: square; 
    padding-left:15px;
}

.whyTDOContent li, .userMeeting li {
    font-size:12px;  
    line-height:20px;
}

.mailList ul { 
    list-style: square; 
    margin: 0 0 0 50px;
}

.mailList li {
    padding: 10px 0 10px 0;
}

#WebCenter {
    background: #1a488d;
    color: #FFFFFF;
    line-height: 1.4em;
    padding: 20px 20px 20px 20px; 
    margin-bottom:10px;
}

.disclaimer {
    font-size:12px; 
    color:#68676B;
    line-height:1.3em;
}

.pdfLink { 
    width:325px;
}

.RequestDemo { 
    width:395px;
    text-decoration: none;
}

.pdfLink a{
    color: #1a488d; 
    font-size: 18px; 
    font-weight:normal;
    line-height:1.3em;
}

.RequestDemo a {
    color: #1a488d; 
    font-size: 18px; 
    font-weight:normal;
    line-height:1.3em;
}

.captionText {
    color:#68676B; 
    font-size:0.8em;
    padding: 0 85px 0 7px;
    line-height: 1.4em;
}

.captionText2 {
    color:#68676B; 
    font-size:0.8em;
    padding: 0 15px 0 7px;
    line-height: 1.4em;
}

.midContent {
    padding: 0 50px 0 20px;
}

.blueTitle {
    color: #1a488d;
    font-size: 18px;
    font-weight: normal;
    padding-bottom:10px;
}

.blueSmallerTitle {
    color: #1a488d;
    font-size: 12px;
    font-weight: normal;
    padding-top:10px;
    padding-bottom:10px;
    line-height: 20px;
}

.whiteTitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding-bottom:10px;
}

#featuresTitle {
    color:#68676B;
    border-bottom-style:solid; 
    border-bottom-color:#68676B; 
    border-bottom-width:thin;
    font-size: 18px;
    padding-bottom:5px;
}

.imgFloatLeft {
    float:left;
    margin-right:20px;
}

.moreInfoLeft { 
    text-align:right;
    margin-right:5px; 
    height:30px;
}

.moreInfoRight {
    height:30px;
}

.moreInfoLeftPhone { 
    text-align:right;
    margin-right:5px; 
    height:50px;
}

.moreInfoRightPhone {
    height:50px;
}

.faqTitle { 
    margin: 10px 0 10px 0; 
    font-size:14px; 
    font-weight:bold; 
}

.faqList {
    list-style-type:square;
    margin-left: 40px;
}

.faqQuestion { padding-bottom:10px;}

.faqAnswer { margin-left:20px; line-height:1.4em;}

.faqAnswer div { padding:5px 0 5px 0;}
.faqAnswer ul { margin-left:30px;}

.goToTop { text-align:right;}

.indentedParagraph { margin-left:30px;}

#signupTable tr td { 
    padding: 5px 5px 5px 5px;
}

.signIn { 
    width: 100px; float:left;
}

.webTemplates li { 
    margin: 0 0 5px 20px; 
} 

.BuildLinks { list-style-type:square; margin-left:15px; }

#BuildAnnounce { 
    border-color:black; 
    border-style:solid; 
    border-width:thin; 
    background-color: #dbdbdb; 
    /*color:#814588;*/
    color:#212121;
}

#BuildAnnounce .Header { font-weight:bold; padding: 5px 0 0 5px;}

#BuildAnnounce .Text { padding: 0 0 5px 5px;}

a.Bookmark:hover { color:#808080; cursor:pointer; }

.BuildDetails th { background-color:#1a488d; color:#ffffff; padding: 5px 5px 5px 5px;}
.BuildDetails th.BuildTitle { text-align:left;}
.BuildDetails th.BuildID { text-align:right;}
.BuildDetails th.BuildDesc { text-align:right;}

.BuildDetails td { padding: 5px 5px 5px 5px; background-color:#c0b9d7; color: #212121;}

.BuildDetails td.BuildTitle { width:740px; text-align:left;}
.BuildDetails td.BuildID { width:80px; text-align:right;}
.BuildDetails td.BuildDesc { width:80px; text-align:right;}

.buildDL { margin: 5px 0 0 5px; }

.leftEval { float:left; width:300px; }

.EvalRow { padding-bottom:10px; clear:left;}

.TDOUserFilter { border: solid 1px #808080; padding: 10px 10px 10px 10px; }

.TDOUserFilter .FilterDiv { float:left; margin: 15px 15px 15px 15px; }

.TDOUserFilter .FilterSubmit { clear:left; }

.TDOUsersDetails { margin: 10px 0 10px 45px; }

.SupportMaterials { list-style-type:square; margin-left:15px; }

.SupportMaterials li { margin: 0; padding: 0; }

.inputFormButton {  font-family: Verdana, "Trebuchet MS", "Times New Roman", serif; font-size: 13px; cursor: pointer; background-color: #E4E7E6; color: #333333; width: 100px; border: 1px; border-style: solid; border-color: #666666 }

.meetingImage { 
    float:left; 
    margin: 20px 20px 20px 0; 
}

.regRow { 
    clear:both; 
    margin: 15px 0 15px 0;
}

.regLeft { 
    float:left; 
    width:300px; 
    text-align:right; 
    margin-right: 10px;
}

.scheduleBlock {
    margin: 15px 0 15px 20px; 
    padding-bottom: 10px;
    border-bottom-style:dashed; 
    border-bottom-width:thin;
    width: 700px;
}

.required { font-weight:bold; color:Red; }

.meetingDrImage {
    float:left; 
    margin: 15px 20px 10px 0; 
    width:250px; 
    text-align:center;
}

.meetingDrImage img { padding-bottom: 5px; }

.meetingDrTitle { 
    margin: 0 0 5px 0;
    font-weight:bold;
}

.regAttendees { 
    padding: 0 0 5px 25px;
    color:#814587;
}

.editGuestList tr th, .editGuestList tr td { padding: 0 5px 5px 5px; }
.editGuestList tr th { color:#1a488d; }

.editGuestList tr td { color:#814587; }

.postgradBioLeft { 
    width:375px; 
    float:left; 
    margin-right:20px; 
    vertical-align:top; 
    text-align:right;
}

.modalSectionTitle {
    margin: 0 0 5px 0;
}

.modalSubTitle {
    margin: 5px 0 0 0;
}

.modalList {
    margin: 0 0 0 5px;
}

.macInfo {
    color: #1a488d; 
    font-size: 18px; 
    font-weight:normal;
    line-height:1.3em;
}

.macCont 
{
    background: #dbdbdb;
    color: #68676B;
    line-height: 1.4em;
    padding: 20px 20px 20px 20px; 
}

#vidTestDiv {
    height:520px;
    text-align:center;
}
/* /content elements
 *****************************************************/

/* footer elements
 *****************************************************/
#footer {
    border-top:solid 5px #1a488d;
}
#footer a {
    color: #4d6fa3;
    text-decoration: none;
}
#footer div { 
    line-height: 1.3em; 
}
#address {
    background: transparent url( ../images/icons.png ) no-repeat 0 0;
    margin: 0 0 10px;
    padding: 3px 0 5px 27px;
}
#contact {
    background: transparent url( ../images/icons.png ) no-repeat 0 -237px;
    padding: 0 0 0 27px;
}
#copyright {
    float: right;
    text-align: right;
}
/* /footer elements
 *****************************************************/