/*
Page Name:        Qwest Qcontrol_voip.css
Author Name:      Rafael Trujillo & Ben Shoemate
Creation Date:    01/29/2004
Last Modified:    
	
Purpose:  Provide the stylesheet classes used on SAP Portals applications.

Notes: For search and replace when the colors change, all styles use the following color pallet
	Qwest Blue:                 094D9C
	
				Darkest Dark Blue: 010E1D
				Darker Dark Blue:  031F3F
				Dark Dark Blue:    053368
				Mid Dark Blue:     083F81
				
				Highlight Blue:    326BAD
				
				Dakest Light Blue: 5B89BD
				Mid Light Blue:    ADC4DE
				Light Light Blue:  D6E1EE
				
				Highlight Color: F7DA62 (Yellow / Gold)
				Black, White, Grey (#CCCCCC)

Table of Contents:
---------------------------------------------------
 1 - Page Elements Body,Panels, header etc.
 2 - Text, Headers, and Links 
 3 - Portlet Headers, and borders
 4 - Tables -rows, cells, backgrounds
 5 - Navigation tabs and subtabs
 6 - Forms Feilds and Buttons
 7 - custom portlets

*/

BODY,DIV,SPAN,P,TABLE,TD,TH,INPUT,SELECT,TEXTAREA,BUTTON{
  font-family: Verdana, Arial, helvetica, sans-serif;
  margin:0px;
  font-size: x-small;	
}
HR{
  border:1px solid;
  height:1px;
  padding:0px;
}
BR.clear{
  clear:both;
}
HR.miscBevel {
  height: 2px;
  color: #C4C4B8;
  border-bottom: 1px solid #fff;
}

/* 
2  2  2  2  2  2  2  2  2  2   2  2  2  2  2  2  2  2
Section 2 - Text, Headers, and Links
*/

A{text-decoration:none;}
A img{border:none;}
A:hover{text-decoration:underline;}
A:active{text-decoration:underline;}
A:visited {color: #5B89BD;}
A.linkWhite {color: #ffffff; text-decoration:underline;}
A.linkAlert {
	color: Red;
}


A.term:link      {  color : #326BAD; text-decoration: none; border-bottom: 1px dashed #326BAD; padding-bottom:-4px;cursor: help; }
A.term:visited   {  color : #326BAD; text-decoration: none; border-bottom: 1px dashed #326BAD; padding-bottom:-4px;cursor: help; }
A.term:hover 	  {  color : #000000; text-decoration: none; border-bottom: 1px dashed #000000; padding-bottom:-4px;cursor: help;  }
A.term:active    {  color : #326BAD; text-decoration: none; border-bottom: 1px dashed #326BAD; padding-bottom:-4px;cursor: help;   }

H1,H2,H3,H4,H5,H6{
  margin:0px;
  padding:0px;
  color: #316AAD;
}
H1{font-size:120%;}
H2{font-size:110%;}
H3{font-size:100%;}
H4{font-size:90%;}
H5{font-size:80%;}
H6{color:#666666;font-size:80%;}



.step {
	background-color:#EAF0F6;
	padding:10px 10px 10px 0px;
	color:#094D9C;
}
.stepBullet {
	background-color:#EAF0F6;
	padding:13px 5px 10px 15px;
	color:#094D9C;
}
.stepTextON {
	background-color:#EAF0F6;
	color:#B44800;
	font-size: 90%;
}
.stepTextON a {
	color:#B44800;
	text-decoration: underline;
}
.stepTextON a:visited {
	color:#B44800;
	text-decoration: underline;
}
.stepTextON a:hover {
	color:#B44800;
	text-decoration: underline;
}
.stepTextON a:link {
	color:#B44800;
	text-decoration: underline;
}

.stepText {
	background-color:#EAF0F6;
	color:#5B89BD;
	font-size: 90%;
}
.stepText a {
	color:#5B89BD;
	text-decoration: none;
}
.stepText a:visited {
	color:#5B89BD;
	text-decoration: none;
}
.stepText a:hover {
	color:#5B89BD;
	text-decoration: none;
}
.stepText a:link {
	color:#5B89BD;
	text-decoration: none;
}
.stepTextVisited {
	background-color:#EAF0F6;
	color:#094D9C;
	font-size: 90%;
}
.stepTextVisited a {
	color:#094D9C;
	text-decoration: underline;
}
.stepTextVisited a:visited {
	color:#094D9C;
	text-decoration: underline;
}
.stepTextVisited a:hover {
	color:#094D9C;
	text-decoration: underline;
}
.stepTextVisited a:link {
	color:#094D9C;
	text-decoration: underline;
}