/* CSS Document */

* {  
    
    text-align:left; 
  
   
}

td 
{
    padding: 5px;
}


body 
{
font-size: small;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
background: url(Images/page_background.jpg) repeat-x;
}
* html body {
font-size: x-small; /* for IE5/Win */
f\ont-size: small;  /* for other IE versions */


}


h1 {
font-size: 120%;
color: #800000;
}

h2 {
font-size: 110%;
color: #800000;
}

#wrapper {
margin: 0px auto;
padding: 0px;
width: 950px;
font-size: 100%;
background: url(Images/background.jpg) repeat-y;
}


#header {
position: absolute;
top: 0px;
height: 165px;
width: 950px;
background: url(Images/header.jpg) no-repeat left top;
}

#top_links {
padding-left: 550px;
padding-top: 35px;
}

#top_links a {
text-decoration: none;
color: #000000;
}

#top_links a:hover {
text-decoration: underline;
}

#content {
text-align: justify;
float: left;
width: 670px;
padding-top: 0;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
margin-top: 210px;
vertical-align:top;


}

#sidebar2col {
float: right;
width: 190px;
padding-top: 0px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 10px;
margin-top: 210px;
vertical-align:top;
border-left: 1px solid #005995;
}

div.clearer {
clear: both;
}

#footer {
margin: 0 auto;
width: 950px;
height: 50px;

text-align: center;
clear: both;
background: url(Images/footer.png) no-repeat left top;
font-size: 90%;
color: #000000;
}

.box {
width: 180px;
background: url(Images/div_bottom.jpg) no-repeat bottom left;
}
.box h3 {
background: url(Images/h3_bg.jpg) no-repeat top left;
margin: 0;
padding: 5px 0px 5px 45px;
font-size: 110%;
color: #ffffff;
}

.box p {
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
padding-bottom:0;
color: #800000;
text-align: center;

}

#contact {
border-collapse: collapse;
width: 100%;
}
#contact td {
padding: 5px;
width: 33%;
}

#contact td h2 {
font-size: 110%;
color: #FFFFFF;
background-color: #005995;
text-align: center;
padding: 5px;
}

#contact td pre {
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
}

#contact td a {
text-decoration: none;
color: #005995;
font-weight: bold;
}
#contact td a:hover {
text-decoration: underline;
}

.pagelink {
text-decoration: none;
color: #005995;
font-weight: bold;
}
A.pagelink:hover {
text-decoration: underline;
}
/* Start Navigation */

#navbar {

padding-left: 30px;
	}
	
	#nav ul {
padding: 0;
margin: 0;
}


#nav {

position: absolute;
width: 920px;
height: 35px;
top: 160px;
margin-left: 15px;
background: url(Images/navbar.gif) no-repeat left top;

}



	
	#nav li.home
{
position: relative;
	list-style: none;
	float: left;
	width: 85px;
	 /* Width of Menu Items */
	}
	#nav li.homesp
{
position: relative;
	list-style: none;
	float: left;
	width: 145px;
	 /* Width of Menu Items */
	}
	
	#nav li.benefits
{
position: relative;
	list-style: none;
	float: left;
	width: 145px;
	 /* Width of Menu Items */
	}
	#nav li.contact
{
position: relative;
	list-style: none;
	float: left;
	width: 95px;
	 /* Width of Menu Items */
	}
	#nav li.trial
{
position: relative;
	list-style: none;
	float: left;
	width: 95px;
	 /* Width of Menu Items */
	}
	
	#nav li.viewer
{
position: relative;
	list-style: none;
	float: left;
	width: 120px;
	 /* Width of Menu Items */
	}
	
	#nav li.test
{
position: relative;
	list-style: none;
	float: left;
	width: 120px;
	 /* Width of Menu Items */
	}
	#nav li a {  /* only top level lists */

padding-top: 8px;
display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 30px;
	font-weight: bold;
	font-size: 9pt;

}
#nav li a:hover {
color: #CCCCCC;

/* Finish Navigation */

/* Callidus oakleaf specific CSS Styles */











.customerTitle  {display: inline;color:Red;font-size: 20px;}
 


  

/* styles for the customer data table */

.DataTableLeft    
{
    color:black;
    background: LightGray;
    text-align: right;
    padding: 2px;
}
        
.DataTableRight 
{
/*    background: beige;*/
    padding: 2px;
}
       
.DataTableTitle
{
    color: white;
    text-align:center;
    background: teal;
}

    
.InvTableRow 
{
    background: beige;
    color: black;
}
       
       
.modCode
{
    font-size:14px;
    color: Black;
    border: 1px dotted black;
}

.forum
{
    border: 1px dotted black;
    margin: 0px;
}

 
.blogTitle
{
    color:Gray ;
    border-top: 1px dashed black;
    margin: 0px;
    padding: 0px;
}
  
    
.blogBodyText
{
    color: red;
    background:beige;
    margin: 5px;
    margin-left: 25px;
    padding: 10px;
}
 
.blogBodyAlternate
{
    color: red;
    background:beige;
    margin: 5px;
    margin-left: 55px;
    padding: 10px;
}
 
pre 
{
    margin: 0px;
    padding: 0px;
}
 

.videoPlayer
{
    position: absolute;
    left: 250px;
    top: 0px;
    border: 1px dotted black;
}

.content
{
    margin-left: 10px; 
    width: 850px; 
	padding: 4px;
/*
	background-color:rgb(243,248,249);
	border: 1px solid black;
*/
}
    
.dataBox
{
    margin-bottom: 10px;
    width: 100%;
/*    -moz-border-radius: 8px; 
    border: 1px solid black;  
    border-bottom: 2px solid gray; 
    border-right: 2px solid gray; 
*/
border-bottom: 1px dotted black;
}


.promo
{
    
    margin:5px 0 5px 0;
    padding: 5px;
    font-size: 17px;
    background-color: rgb(233,233,233); 
    color: black;
    font-weight: bold;
}

 
.dataBox .icon
{
    float: left;
    height: 40px;
    padding-right: 15px;
}

.databox > div { clear: left;}



.dataArea
{
    border: 1px dotted black;
}

.dataArea h2
{
    font-size: 18px;
    text-decoration: none;

}

.dataArea label 
{
    display: block;
    margin-top :3px;
    font-weight:bold;
    display: block;
}

.dataArea input, textarea,select
{
    margin-bottom: 3px;
    border: Solid 1px blue;
    display: block;
    width: 300px;
}



.dataBoxLabel
{
    display: block;
    margin :4px;
    padding: 4px;
    width: 100px;
    text-align:right;
    clear: left;
    float:left;
}

.dataBoxValue
{
    color:red;
    margin: 4px;
    padding: 4px;
    width: 200px;
 /*   background-color: beige; */
    color:Red;
    
}

#copyright
{
    margin-left: 10px;
    color:black;
    font-style: italic;
}


.button
{
    font-weight: bolder;
    margin-bottom: 10px;
}

.featureList
{
/*    background-color: beige; */
    margin-bottom: 25px;
    margin-top: 25px;
}

.featureList h2
{
    margin: 0px;
    text-transform:capitalize;
    
    text-decoration: none;
}

.featureList li , ul
{
    margin: 0px;
    list-style-type: none;
    text-transform:lowercase;
}



.featureListSelect
{
}


.featureListSelect h2
{
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    text-align: left;
    padding-top: 5px;
    color:Black;
    background-color:  rgb(205,215,222); 
    width: 100%;
}

.featureListSelect p
{
    margin-top: 8px;
}

.featureOption
{
    border: 1px solid black;
   -moz-border-radius: 8px; 
}    


.userData label 
{
    display: block;
    margin-top :3px;
    font-weight:bold;
    display: block;
}

.userData input, textarea,select
{
    margin-bottom: 3px;
    
    color:black;
    font-size: 1em;
    width: 400px;
    border: none;
}

.myAccount p
{
    color: black;
    font-size: .8em;
}

.myAccount h2
{
    color: black;
    font-size: 1.5em;
    background-color: white;
    font-weight: normal;
}

.myAccount h3
{
    color: blue;
    font-size: 1.00em;
    background-color: white;
    font-weight:bold;
}

.videoLibraryTable
{
    border: Solid 1px black;
}

.videoLibraryTable h2
{
    text-align: right;
    font-weight: bolder;
    text-transform:lowercase ;
    color: Red;
    text-decoration: none;
   
}

.promotion
{
    margin-top: 10px;
    padding: 10px;
    background-color: beige;
    border: solid 1px black;
    width: 260px;
}

.promotion p
{
    margin-top: 10px;
}
