﻿/* CSS Document */

#container {
  width: 878px; /* align center for FF with fixed width */
  height: auto;
  background: url(../images/darkblue-bg-middle.gif) repeat-y;
  margin: 0px auto; /* align center */
  padding: 0px;
  text-align: center; /* reset text alignment */ 
  display: table;
}
#container-top {
  width: 878px; /* align center for FF with fixed width */
  height: auto;
  background: url(../images/general-bg-top.jpg) no-repeat;
  margin: 0px auto; /* align center */
  padding: 0px; 
  text-align: left;
  display: table;/* for Opera background image bug */
}
#content {
  width: 817px;
  height: auto;
  margin: 40px auto 5px auto;
  padding: 0px 30px;
}
#lightblue-bg-top {
  margin: 0px;
  padding: 0px;
  background: url(../images/generallightblue-bg-top.jpg) no-repeat;
  width: 817px;
  height: 8px;
}
#lightblue-bg-middle {
  background: url(../images/generallightblue-bg-middle.jpg) repeat-y;
  padding: 1px;
  width: 817px;
  }
#lightblue-bg-bottom {
  background: url(../images/generallightblue-bg-bottom.jpg) no-repeat;
  width: 817px;
  height: 9px;
  }
#content-bottom {
  width: 878px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  background:url(../images/darkblue-bg-bottom.jpg) no-repeat;
}
/* General page layout */
#wrap {
   border-left: #9bb6d1 solid 1px;
   border-right: #9bb6d1 solid 1px;
   width: 755px;
   margin: 0px 30px;
   padding: 0px;
}
#wrap p {
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  padding: 10px 30px;  
  line-height: 1.3em;
}

#wrap p a:link{
  color: #335679;
  text-decoration:underline;
}
#wrap p a:visited{
  color: #335679;
  text-decoration: underline;
}
#wrap p a:hover{
  color: #335679;
  text-decoration: none;
}
.p-ul{
  margin: 10px; 
  padding: 0px;
  list-style-image: none;  
  list-style-position:outside;
  list-style-type:none;
 }
.p-ul li {
   margin: 0px;
   padding-top: 0px ;
   padding-left: 50px;
   font-size: 0.7em;
}
#wrap ol{
  margin-left: 60px; 
  padding: 0px 30px;
  list-style-image: none;   
  list-style-type: decimal;
 }
#wrap ol li {
   margin: 0px;
   padding-top: 3px ;
   padding-left: 0px;
   font-size: 0.7em;
}
#wrap ul{
  margin-left: 60px; 
  padding: 0px 30px;
  list-style-image: none;  
  list-style-position:outside;
  list-style-type:disc;
 }
#wrap ul li {
   margin: 0px;
   padding-top: 0px ;
   padding-left: 0px;
   font-size: 0.7em;
}
#wrap ol a:link{
  color: #335679;
  text-decoration:none;
}
#wrap ol a:visited{
  color: #335679;
  text-decoration: underline;
}
#wrap ol a:hover{
  color: #335679;
  text-decoration: underline;
}
#wrap .ar-about 
{
    width: 695px;
    margin: 10px 30px;
    padding: 0px;
}
#wrap .ar-about tr td 
{      
    vertical-align: text-top;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
#wrap .ar-table1 
{  
    width: 695px;
    margin: 10px 30px;
    padding: 0px;
    background-color: #ffffff;
}
#wrap .ar-table1 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 5px;  
  
}
#wrap .ar-table1 .yellow-bg {
  background-color: #f0e2a8;
  font-weight: bold;
}
#wrap .ar-table2
{ 
    margin: 10px 10px;
    padding: 0px;
    background-color: #ffffff;
}
#wrap .ar-table2 tr td 
{      
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 3px;  
}
#wrap .ar-table2 .yellow-bg {
  background-color: #f0e2a8;
  font-weight: bold;
}
#wrap .ar-table1 tr td a:link{
  color: #335679;
  text-decoration: none;
}
#wrap .ar-table1 tr td a:visited{
  color: #335679;
  text-decoration: none;
}
#wrap .ar-table1 tr td a:hover{
  color: #335679;
  text-decoration: underline;
} 
#wrap .ar-table1 tr td ul {
  margin: 10px; 
  padding: 0px;
  list-style-image: none;  
  list-style-position:outside;
  list-style-type:none;
 }
#wrap .ar-table1 tr td ul li {
   margin: 0px;
   padding-top: 0px ;
   padding-left: 20px;
   font-size: 1em;
}
#wrap .ar-table1 tr td ol {
  margin-left: 60px; 
  padding: 0px;
  list-style-image: none;  
 }
#wrap .ar-table1 tr td ol li {
   margin: 0px;
   padding-top: 0px ;
   padding-left:  0px;
   font-size: 1em;
}

#wrap .ar-table1 tr td ul li ul{
   margin: 0px;   
   list-style-image: none;  
   list-style-position:outside;
   list-style-type:none;
}
#wrap .ar-table1 tr td ul li  ul li{
   margin: 0px;
   padding-top: 0px ;
   padding-left: 20px;
   font-size: 1em;
}
#wrap .ar-table3 
{  
    width: 695px;
    margin: 10px 30px;
    padding: 0px;
    background-color: #ffffff;
}
#wrap .ar-table3 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 20px 10px;  
  
}
/* Product family page layout */
.prod-table1 {
    width: 695px;
    margin: 10px 30px;
    padding: 0px;
}
.prod-table1 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  padding: 0px 5px 5px 5px;  
  border-bottom: #ffffff 1px solid;
}
.prod-table1 tr td a:link{
  color: #335679;
  text-decoration: underline;
}
.prod-table1 tr td a:visited{
  color: #335679;
  text-decoration: underline;
}
.prod-table1 tr td a:hover{
  color: #335679;
  text-decoration: none;
} 
.prod-features {
    margin: 0px 0px 0px 5px;
    padding: 0px;
	background-color: #ffffff;
}
.prod-features tr td 
{      
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  padding: 5px;  
  border-bottom: #9bb6d1 2px solid;  
}
.features {
    margin: 0px;
    padding: 0px;
	background-color: #ffffff;
} 
.features tr td 
{      
  font-size: 1em;
  font-weight: normal;
  color: #000000;  
  background-color: #ebebeb;
  padding: 1px 2px 1px 3px;
  height: 1.5em;
}
.features tr td a:link{
  color: #335679;
  text-decoration: none;
}
.features tr td a:visited{
  color: #335679;
  text-decoration: none;
}
.features tr td a:hover{
  color: #335679;
  text-decoration: underline;
} 
.features .yellow-bg
{
  background-color: #f0e2a8;
  font-weight: bold;
}
.service-table{
    width: 695px;
    margin: 0px 30px;
    padding: 0px;
}
.service-table tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  padding: 0px 5px 5px 0px;    
}
.yellow-bg {
  background-color: #f0e2a8;
  }
.white-border{
  border-bottom: #ffffff 2px solid;
}
.underline-link a{
  color: #335679;
  text-decoration: underline!important;
}
.underline-link a:link{
  color: #335679;
  text-decoration: underline!important;
}
.underline-link a:visited{
  color: #335679;
  text-decoration: underline!important;
}
.underline-link a:hover{
  color: #335679;
  text-decoration: none!important;
}
.nounderline-link a{
  color: #335679;
  text-decoration: none!important;
}
.nounderline-link a:link{
  color: #335679;
  text-decoration: none!important;
}
.nounderline-link a:visited{
  color: #335679;
  text-decoration: none!important;
}
.nounderline-link a:hover{
  color: #335679;
  text-decoration: underline!important;
}

/* web server control */
.tableform
{ 
    margin: 10px 30px 30px 30px;
    padding: 10px 10px;
    background-color: #ebebeb;
	border: 1px solid #9bb6d1;
	text-align: left;
}
.tableform tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 2px 2px 5px;  
}
.seminarform
{ 
    margin: 10px 30px 30px 30px;
    padding: 10px 10px;
    background-color: #ebebeb;
	border: 1px solid #9bb6d1;
	text-align: left;
}
.seminarform tr td 
{      
  font-size: 1em!important;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 2px 2px 5px;  
}
.textbox{
  font-size: 1em;
  color: #335679;
  font-weight:bold;
  background: #ffffff;
  border: 1px solid #9bb6d1;
} 
.searchbox{
  font-size: 1em;
  color: #335679;
  font-weight:bold;
  background: #ffffff;
  border: 1px solid #9bb6d1;
}
.button{
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  background: #42678d;
  border: 1px solid #9bb6d1;
}
.dropdownlist {
  color: #335679;
  font-weight:normal;
  font-size: 1em;
  background: #ffffff;
  border: 1px solid #9bb6d1;
  /*width: 150px;*/
}
.checkboxlist 
{
  font-weight:normal;
  font-size: 1em;
  padding: 0px;
}
.norecordmsg
{ 
  padding-left: 30px;
  color: red;
  font-weight: bold;
  font-size: 0.7em;
}
.errormsg 
{
    color: red;
}
.errormsg2 
{
    color: red;
    padding-left: 60px;
}
.summarymsg {
    color: red;
	font-size: 12px;
}
.summarymsg2 {
   padding-left: 100px;
}
/* product selection widzard */
.radiobutton{
  padding-left: 30px;
  font-size: 0.7em;
}
.radiobutton2{
  padding-left: 60px;
  font-size: 0.7em;
}
.radiobutton3{
  padding-left: 90px;
  font-size: 0.7em;
}
.radiobutton4{
  padding-left: 120px;
  font-size: 0.7em;
}
.radiobutton5{
  padding-left: 150px;
  font-size: 0.7em;
}
.radiobutton6{
  padding-left: 180px;
  font-size: 0.7em;
}
.server_table3 
{  
    width: 550px;
    margin: 10px 90px;
    padding: 0px;
    background-color: #ffffff;
}
.server_table3 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 5px;
}
.server_table4 
{  
    width: 550px;
    margin: 10px 120px;
    padding: 0px;
    background-color: #ffffff;
}
.server_table4 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 5px;
}
.server_table5
{  
    width: 550px;
    margin: 10px 150px;
    padding: 0px;
    background-color: #ffffff;
}
.server_table5 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 5px;
}
.server_table6
{  
    width: 550px;
    margin: 10px 180px;
    padding: 0px;
    background-color: #ffffff;
}
.server_table6 tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  background-color: #ebebeb;
  padding: 2px 5px;
}
.border-bottom{
    border-bottom: 2px solid #9bb6d1;
}
/* End product page layout */
#content-product {
  width: 817px;
  height: auto;
  margin: 40px auto 5px auto;
  padding: 0px 0px 0px 5px;
}
#content-left {
  width: 631px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
#endlightblue-bg-top {
  margin-top: 0px;
  padding: 0px;
  background: url(../images/endlightblue-bg-top.jpg) no-repeat;
  width: 631px;
  height: 12px;
}
#endlightblue-bg-middle {
  background: url(../images/endlightblue-bg-middle.jpg) repeat-y;
  padding: 0px;
  width: 631px;
  height: auto;
  overflow: auto; /* set the div of the float containter */
  }
.product-desc {
   width: 390px;
   height: auto;
   margin: 0px;
   padding: 20px;
   float: left;
}

/* rounded corner */
.roundcont {
	width: 400px;
	background-color: #c7d6e6;
	color: #fff;
}
.roundcont p {
	margin: 0 20px;
}
.roundtop { 
	background: url(../images/round-tr.jpg) no-repeat top right; 
}
.roundbottom {
	background: url(../images/round-br.jpg) no-repeat top right; 
}
img.corner {
   width: 14px;
   height: 14px;
   border: none;
   display: block !important;
}
/* rounded corner */

.product-features {
   float: right;
   width: 180px;
   margin-right: 12px;
   font-size: 0.7em;
}
.product-support {
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  margin: 0px 30px;  
  line-height: 1.3em;
}
.registration
{ 
    margin: 0px 30px 30px 20px;
    padding: 10px 10px;
  
}
.registration tr td 
{      
  font-size: 0.7em;
  font-weight: normal;
  color: #000000;
  
  padding: 2px 2px 2px 5px;  
}
.yellow-bg {
  background-color: #f0e2a8;
  font-weight: bold;
}
#endlightblue-bg-bottom {
  background: url(../images/endlightblue-bg-bottom.jpg) no-repeat;
  width: 631px;
  height: 13px;
  clear: both;
  }
#content-right {
  float: right;
  width: 186;
  margin-top: 0px;
  padding: 0px;
}

/* Calendar Style */
.calContainer
{
   width: 205px;
   background-color: #c3d9ff !important;
}
.myCalendar 
{
    color: #557799;
    width: 205px;
    padding:8px; 
    border: 3px solid #c3d9ff;
    background-color: #c3d9ff !important;
} 
.myCalendar .calendarDay
{    
    background-color: White;
    border: 1px solid #c3d9ff;
    font-size: 0.8em;
	padding:5px;  
}
.myCalendar .calendarDayHeader
{
   
}

.myCalendar .calendarNextPrev
{
    background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -450px; 
    width:25px; 
	height:15px; 
	top:0; 
	bottom:0; 
    left:-10px; 
    margin-left:.4em; 
    cursor:pointer;     
}
.calContainer .myCalendat .calendarOtherMonthDay
{
    background-color: #c3d9ff !important;
}
.myCalendar .calendarSelectedDay
{
  background-color: #c3d9ff !important;
}
.myCalendar .calendarSelector
{
   background-color: #c3d9ff;
}
.myCalendar .calendarTitle
{
    font-size: 2em;    
}
.myCalendar .calendarTodayDay
{
     background-color: #e0e0e0;
     font-size: 0.8em;
     color: #000000;
}
.calContainer .myCalendar .calendarWeekendDay
{
    background-color: #c3d9ff !important;
    font-size: 0.8em;
}
fieldset {
    margin: 1em 0 0 0 !important;
	padding: 0;
}
legend {
    margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
    margin-left: 1em !important;
    padding: 1em 1em 0 0 !important;
	list-style: none !important; 
}
fieldset li {
    padding-bottom: 1em;
}
.f-label {
    float: left;
	width: 11em;
	margin-right: 0.5em;
	font-size:1.4em;
	text-align: left;
}
.f-textbox{
  font-size: 1.4em;
  color: #335679;
  font-weight:bold;
  background: #ffffff;
  border: 1px solid #9bb6d1;
} 
.f-dropdownlist {
  color: #335679;
  font-weight:normal;
  font-size: 1.4em;
  background: #ffffff;
  border: 1px solid #9bb6d1;
  /*width: 150px;*/
}
.s-label {
    font-size:1.4em;
    width: 30em!important;
}
.f-radiobt {
   font-size: 1.4em;
 
}