/*  Direct Computer Resources, Inc. 
	Styles Created September 12, 2006  */

/* repeat background image 
body { 
	background-image: url(../../images/featuresbg800.gif);
	background-repeat: repeat-y;
}
*/

/* Pseudo-classes for hyperlinks */
a.one:link {color: #006699; background-color: transparent; text-decoration: none;}
a.one:visited {color: #663399; background-color: transparent; text-decoration: none;}
a.one:hover {text-decoration: underline;}
a.one:active {color: #003366; background-color: transparent;}

/* Pseudo-classes for leftcolumn navigation links */
a.two:link {color: #404040; background-color: transparent; text-decoration: none;}
a.two:visited {color: #404040; background-color: transparent; text-decoration: none;}
a.two:hover {color: #808080;}
a.two:active {color: #006699; background-color: transparent;}

/* Pseudo-classes for h4 links */
a.three:link {color: #333366; background-color: transparent; text-decoration: none;}
a.three:visited {color: #404040; background-color: transparent; text-decoration: none;}
a.three:hover {color: #808080;}
a.three:active {color: #006699; background-color: transparent;}



/* BEGIN image map link back to home page */
#linkhome a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 210px;
	top: 0px;
	left: 0; 
	margin: 0;
	padding: 0;
	text-decoration: none;
} 
 /* Make text invisible to browser */
#gohome a i { visibility: hidden; }
/* link back to home page */
a#gohome {  
	display: block;
	overflow: hidden;
	background: transparent;
	position: absolute; 
	left: 560px;
	height: 36px;
	top: 6px;
	margin: 0;
	padding: 0;

}
/* for IE bug that doesn't clear the hover state */
a#gohome:hover { border: none; } 
/* END image map link back to home page */


/* Class for paragraph text */
p.container {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
}

p.copyright {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	margin-top: 10px;
}

/* Class for tab name displayed in header */
p.header {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	margin-left: 18px;
	width: 500px;
	margin-top:16px;
	color: #999933;
}

p.f1 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

p.f2 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	color: #9999CC;
	margin-top: 0px;
	margin-bottom: 20px;
}
	
p.f3 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	color: #404040;
}

p.f4 {	
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #404040;
	margin-bottom: 30px;
}

p.caption {	
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #404040;
	margin-bottom: 10px;
}


/* Superscript for Registration Mark */
sup {
	font-size: 90%;
}


h1 {	
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0;
	color: #404040;
}

h2 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #9999CC;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 6px;
}

h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #333366;
	line-height: 16px;
	margin-top: 18px;
	margin-bottom: 6px;
}

h3.answer {
	margin-left: 10px;
}

select.indent {
	margin-left: 10px;
}

h4 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #333366;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 15px;
}

h5 {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #333366;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 10px;
	background-color: yellow;
	
}

p.answer  {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #333366;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 6px;
}

p.indent  {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #333366;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 10px;
}
option.answer {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #333366;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

table {
	margin-top: 12px;
	margin-bottom: 12px;
}

td {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

td.head  {
	font-weight: 900;
	color: #333366;
	margin-top: 0;
	margin-bottom: 6px;
}

td.body  {
	font-weight: normal;
	color: #333366;
	margin-top: 0;
	margin-bottom: 0;
}

ul.answer, li.answer{
	list-style-type: disc;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #404040;
	line-height: 14px;
	margin-left: 30px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 6px;
    border-bottom-width: 0;
    padding-bottom: 0;
}

li.missing {
	list-style-type: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FF0000;
	line-height: 14px;
	margin-left: 30px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 6px;
    border-bottom-width: 0;
    padding-bottom: 0;
}

ul.contacts, li.contacts {
	list-style-type: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #404040;
	line-height: 14px;
	margin-left: 20px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 4px;
    border-bottom-width: 0;
    padding-bottom: 0;
}

input {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: black;
	line-height: 12px;
	margin-left: 12px;
    margin-top: 0px;
    border: 0; 
    padding-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 4px;
    border-top:  2px solid #808080; 
    border-right: 1px solid gray; 
    border-bottom: 1px solid gray; 
    border-left: 2px solid #A1A1A1; 
    background-color: #E0E0E0;
}
    
input#senddata:focus {
    border-top: 2px solid #404040; 
    border-right: 2px solid #BFBFBF; 
    border-left: 2px solid #616161; 
    border-bottom: 2px solid #BFBFBF; 
	background-color: #999933; 
	color: #333366;
}


input#senddata {
	color: #FFFFFF;
	margin-left: 12px;
	margin-top: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 0px;
    background-color: #6699CC;
    border-top: 2px solid #BFBFBF; 
    border-right: 2px solid #616161; 
    border-left: 2px solid #BFBFBF; 
    border-bottom: 2px solid #404040; 
}

/* Begin Navigation Bar styles */
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}

.cssnav1, .cssnav2, .cssnav3, .cssnav4, .cssnav5, .cssnav6, .cssnav7, .cssnav8, .cssnav9, .cssnav10{
	position:relative;
	top:52px;
	float:left;
	height: 20px;
	margin: 0px; 
	margin-bottom: 0px;
	padding: 0px; 
	border:none;
}

.cssnav1     { background-image: url("../images/nav3-01-over.gif"); width: 68px }
.cssnav2     { background-image: url("../images/nav3-02-over.gif"); width: 69px }
.cssnav3     { background-image: url("../images/nav3-03-over.gif"); width: 86px }
.cssnav4     { background-image: url("../images/nav3-04-over.gif"); width: 85px }
.cssnav5     { background-image: url("../images/nav3-05-over.gif"); width: 78px }
.cssnav6     { background-image: url("../images/nav3-06-over.gif"); width: 84px }
.cssnav7     { background-image: url("../images/nav3-07-over.gif"); width: 65px }
.cssnav8     { background-image: url("../images/nav3-08-over.gif"); width: 83px }
.cssnav9     { background-image: url("../images/nav3-09-over.gif"); width: 86px }
.cssnav10    { background-image: url("../images/nav3-10-over.gif"); width: 96px }

.cssnav1 a, .cssnav2 a, .cssnav3 a, .cssnav4 a, .cssnav5 a, .cssnav6 a, .cssnav7 a, .cssnav8 a, .cssnav9 a, .cssnav10 a {
	float:left;
	position:relative;
	height: 20px;
	margin: 0px; 
	margin-bottom: 0px;
	padding: 0; 
	border:none;
}

.cssnav1 a    { background-image: url("../images/nav3-01-norm.gif"); width: 68px }
.cssnav2 a    { background-image: url("../images/nav3-02-norm.gif"); width: 69px }
.cssnav3 a    { background-image: url("../images/nav3-03-norm.gif"); width: 86px }
.cssnav4 a    { background-image: url("../images/nav3-04-norm.gif"); width: 85px }
.cssnav5 a    { background-image: url("../images/nav3-05-norm.gif"); width: 78px }
.cssnav6 a    { background-image: url("../images/nav3-06-norm.gif"); width: 84px }
.cssnav7 a    { background-image: url("../images/nav3-07-norm.gif"); width: 65px }
.cssnav8 a    { background-image: url("../images/nav3-08-norm.gif"); width: 83px }
.cssnav9 a    { background-image: url("../images/nav3-09-norm.gif"); width: 86px }
.cssnav10 a   { background-image: url("../images/nav3-10-norm.gif"); width: 96px }

.cssnav1 a:hover, .cssnav2 a:hover, .cssnav3 a:hover, .cssnav4 a:hover, .cssnav5 a:hover, .cssnav6 a:hover, .cssnav7 a:hover, .cssnav8 a:hover, .cssnav9 a:hover, .cssnav10 a:hover {
	background:transparent
}
/* End Navigation Bar Styles */

/* Begin ImageReady Slices (DV_home3.psd) Styles */

/* DV header */
#DV-header   { background-image: url("../images/logoheader.gif"); position: absolute; top: 0; left: 0; width: 800px; height: 52px }

/* DV logo with globe */
#DV-logoglobe {
	position:absolute;
	left:0px;
	top:72px;
	width:800px;
	height:56px;
}

/* __________ id selector for text columns _______________ */
#colLeft {
	position: relative;
	float: left;
	display: inline;
	width: 196px;
}

#colCenter {
	position: relative;
	float: left;
	display: inline;
	width: 420px;
	margin: 20px 20px 20px 20px;
}

#colRight {
	position: relative;
	float: right;
	display: inline;
	width: 140px;
	margin-top: 20px;

}
/* _________________________________________________________ */


/* BEGIN nav box below logoglobe */

div.container {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	position:absolute;
	left:0px;
	top:128px;
	width:798px;
}

div.newswrapper {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	position:absolute;
	left:0px;
	top:128px;
	width:798px;
	border:0px;
	background: url(../images/verticalRule196.gif) repeat-y;
}


div.features {
	float:left;
	width:172px;
	border-right: 1px solid gray;
	padding: 20px 4px 30px 20px;
	background-color:#CCCCCC;
	height: 240px;
}

div.newsnav {
	float:left;
	width:172px;
	border-right: 1px solid gray;
	padding: 20px 4px 30px 20px;
	background-color:#CCCCCC;
	height: 140px;
}

div.view {
	position:absolute;
	left: 0px;
	top: 300px;
	width:172px;
	padding: 20px 4px 30px 20px;
	background-color:#D7D489;
	border-right: 1px solid #666699;
}

div.isavertical {
	position:absolute;
	left: 0px;
	top: 190px;
	width:152px;
	padding: 0px 4px 0px 40px;
	background-color:#6699cc;
	border-right: 1px solid #666699;
}

div.logogrid {
	margin-left:0px;
	margin-bottom: 30px;
}


div.columnright {
	margin-left:196px;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid gray;
	margin-bottom: 0px;
}
/*
div.columncenter {
	margin-left:196px;
	width: 200px;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid gray;
	margin-bottom: 0px;
}
*/
/* container for webex content */
div.webexpage {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	position: relative;
	float:left;
	top: 0px;
	width: 800px;
	margin: 0px;
	background-color: #003366;
}

div.logoimage {
	float: right;
	position: relative;
	width:119px;
	margin-bottom: 30px;
}

div.leftimage {
	position: relative;
	left 0;
	width:119px;
	margin-left: 10px;	 
}

p.logocaption {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
	

img {
	margin-top: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

img.feature { 
	margin-bottom: 20px;
	margin-top: 10px;
	}

img.alignleft {
	float:left;
	margin-left: -10px;
}

/* img class for partner logo */
img.partnerlogo {
	margin-top: 10px;
	margin-right: 20px; 
	margin-bottom: 10px;
	margin-left: 0px;  
}

/* img class for industry resource logo */
img.industrylogo {
	margin-top: 10px;
	margin-right: 20px; 
	margin-bottom: 10px;
	margin-left: 0px;  
}

div.imagegrid { 
	margin-top: 10px;
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-left: 10px;  
	padding: 0; 
	width: 120px;
	height: 100px;
	float: left;
}



div.footer { 
	background-image: url("../images/home/DV_home3-08.gif"); 
	margin: 0; 
	padding: 0; 
	width: 800px; 
	height: 30px; 
	float: left;
}


/* END text boxes below solid color bar */