/* VoiceIndigo stylesheet for corporate/podcaster/advertiser sections */

body {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 790px;
  background-color:#FAFAFA;
  font-family: verdana, sans serif, tahoma, lucida console;
  font-size: 90%;
  color: #000000;
}

table {
  background-color:#FFFFFF;
}

/* links - default links are darker blue and normal font weight, no underlines */
a:link, a:visited { color: #3D6BA0; text-decoration: none; }
a:hover { color: #3D6BA0; text-decoration: underline; }

.border{
	border: solid 1px #DBDBDB;
}
.header{
  color: #354363;
  font-weight: bold;
  font-size: 110%;
}

.subhead {
  color: #354363;
  font-weight: bold;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.bulletlist { list-style: square; }

.black { color: #000000; }

.blue{
	color: #000065;
	text-decoration:none;
}

.lblue{
	color: #AABFFF;
}

.errors {
  color: #FF0000;
  font-weight: bold;
}

/* text sizes */
.big { font-size: 120%; }
.small { font-size: 85%; }
.tiny { font-size: 75%; }

/* colors */
.cmain { color: #354363; }       /* main color - blue */
.cdark { color: #3D6BA0; }       /* main darker - darker blue */
.ccontrast { color: #3BA881; }   /* main contrast color - green */
.cgraymax { color: #646464; }    /* gray - very dark */
.cgraymed { color: #888888; }    /* gray - medium dark */
.cgraynormal { color: #B4B4B4; } /* gray - normal */
.cgraylight { color: #D2D2D2; }  /* gray - faint light */
.cgrabdark { color: #F2835E; }   /* eye-grabbing color - cantalope */
.cgrablight { color: #F7D3A2; }  /* eye-grabbing color - cantalope light */
.cwarn { color: #FF5555; }       /* warning/error color - red */

/* ----- header, footer, main page elements, & other decorative elements ----- */

#hsep { margin-left: 0px;  margin-right: 0px; border-bottom: solid 1px #D2D2D2; }
.vsep {  margin-left: 2px;  margin-right: 2px; color: #D2D2D2; font-weight: normal; }

#hf {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 80%;
  color: #646464;
}

#hf a:link, #hf a:visited { color: #646464; text-decoration: none; }
#hf a:hover { color: #646464; text-decoration: underline; }

#hf table {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0px;
}

#pageheader {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#pagebody {
  width: 770px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 85%;
  text-align: left;
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 30px;
}

#pagefooter {
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
  font-weight: normal;
  background-color: #FFFFFF;
  clear: both;
}


#pagetitle { font-size: 120%; font-weight: bold; }
#pagesubhead { font-weight: bold; }
#pagetext { font-size: 90%; padding-top: 2px; }
#pagesmall { font-size: 85%; }

/* Steps */
.steps { 
  font-size: 120%; 
  color: #354363; 
}

.hint {
  font-size: 90%;
  color: #888888;
  padding-left: 10px;
}

.screenshot {
	border: solid 1px #D2D2D2;
}

.maintitle a{
	color: #000000; 
    font-size: 130%; 
  	font-weight:900;
	text-decoration:none;
}
/* --------------------------------- */
.topMenu:link, .topMenu:visited{
	color:#000000;
	font-weight:bold;
/*	font-family: monospace !important; */
	font-size: 11px !important;
	text-decoration:none;
	padding: 5px 5px;
}

.topMenu:hover{
	color:#000000;	
	font-weight:bold;
/*	font-family: monospace !important; */
	font-size: 11px !important;
	text-decoration:underline;
	background-color: #F5F5F5;
	padding: 5px 5px;
}
.topMenuStyle{
	color:#000000;
	font-weight:bold;
	font-size: 11px !important;
	text-decoration:underline;
	background-color: #F5F5F5;
	padding: 5px 5px;
}

.topMenuGrey {
	color: #D2D2D2;
	font-weight: bold;
/*	font-family: monospace !important; */
	font-size: 11px !important;
	text-decoration: none;
	padding: 5px 5px;
}
	
/* ------------------------------------------------ */
.current{ 
	/*background-color: #F5F5F5;*/
	font-family: Tahoma;
	font-weight:bold;
	font-size:11px;
	padding: 5px 10px;
	margin: 0px;
	margin-left: 0px;
}

.botMenu{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 60%;
}

.botMenu a:link, .botMenu a:visited{
	color:#000000;
	/*font-family: Tahoma;*/
	text-decoration:none;
}

.botMenu a:hover{
	color:#000000;
	/*font-family: Tahoma;*/
	text-decoration:underline;
}


.subMenu{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size:10px;
}

.subMenu a:link, .subMenu a:visited{
	color:#606060;
	/*font-family: Tahoma;*/
	font-weight:bold;
	text-decoration:none;
	padding: 5px 10px;
	margin: 0px;
}

.subMenu a:hover{
	color:#606060;
	/*font-family: Tahoma;*/
	background-color: #F5F5F5;
	font-weight:bold;
	text-decoration:underline;
	padding: 5px 10px;
	margin: 0px;
}

.lgrey{	color:#DBDBDB; }

.content{
  font-size: 85%;
  margin-left: 10px;
  margin-right: 10px;
  color: #000000;
  width: 98%;
}

.content a:link, .content a:visited{
	color: #3D6BA0;
	text-decoration:none;
}

.content a:hover{
	color: #3D6BA0;
	text-decoration:underline;
}

.title {
	background-color:#F5F5F5;
	text-align:center;
	font-weight:bold;
}
.block{
	border: solid 1px #F5F5F5;
}

#tbladnet table {
  caption-side: top
  border: solid 2px #646464;
  border-collapse: collapse;
  width: 90%;
}

#tbladnet caption {
  text-align: left;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;
}

#tbladnet th {
  border: solid 1px #888888;
  background-color: #D2D2D2;
  padding: 4px;
}

#tbladnet td {
  border: solid 1px #888888;
  font-size: 90%;
  vertical-align: top;
  padding: 4px;
}

#tbladnet ul {
  list-style: square;
  color: #B4B4B4;
  padding: 0px;
  margin-left: 18px;
}

#tbladform table {
  border: solid 2px #646464;
  border-collapse: collapse;
}

#tbladform th {
  border: solid 1px #888888;
  background-color: #D2D2D2;
  vertical-align: middle;
  text-align: center;
  width: 120px;
}

#tbladform td {
  border: solid 1px #888888;
  font-size: 90%;
  vertical-align: middle;
  text-align: center;
}

#tbladdesc table {
  border: solid 2px #646464;
  width: 80%;
  border-collapse: collapse;
}
#tbladdesc th {
  border: solid 1px #888888;
  /*background-color: #F7D3A2;*/
  background-color: #3D6BA0;
  color: #FFFFFF;
  padding: 4px;
  vertical-align: top;
  text-align: left;
  width: 180px;
}
#tbladdesc td {
  padding: 4px;
  border: solid 1px #888888;
  vertical-align: top;
  text-align: left;
}

#tbldevices table {
  align: center;
}
#tbldevices th {
  padding-top: 10px;
  text-align: left;
  font-size: 100%;
}
#tbldevices td {
  text-align: center;
  font-size: 85%;
}

#tblpodcast table {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-collapse: collapse;
}
#tblpodcast th {
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-right: 4px;
  border-bottom: solid 1px #D2D2D2;
  background: url(http://www.voiceindigo.com/ht/images/3d_headerbackground2.gif) repeat-x bottom left;
  font-size: 12px;
}
#tblpodcast td {
  margin: 0px;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-right: 4px;
  vertical-align: top;
}


#mobform ol {
}

#mobform li {
  padding-top: 10px;
}

#mobform .selection {
  margin-left: 40px;
}

#mobform .errors {
  color: #FF0000;
  font-weight: bold;
}

#prcontact {
  margin-left: 0px;
  margin-right: 25px;
  font-style: italic;
}

#prbody {
  margin-left: 0px;
  margin-right: 50px;
}
