html          {  }

body          { margin: 0px; background-color: #FFF; color: #000;
                font-family: Verdana, Arial, Times New Roman, Times; font-size: 11px; }

h1						{ color: #000; font-size: 24px; font-weight: bolder; }
h2            { color: #000; font-size: 18px; font-weight: bolder; }
h3            { color: #000; font-size: 14px; font-weight: bold; }
hr            { color: #CCC;}
sup           { font-size: 8px; }
td            { font-family: Verdana, Arial, Times New Roman, Times; font-size: 11px; }

a:link        { color: #0062FF; font: bolder; text-decoration: none;}
a:visited     { color: #0062FF; font: bolder; text-decoration: none;}
a:hover       { color: #0062FF; font: bolder; text-decoration: underline;}
a:active      { color: #0062FF; font: bolder; text-decoration: none;}

input.btn {
  color:#333;
  font-size:10px;
  font-weight:bold;
  background-color:#EFEFEF;
  border:1px solid #777777;
	height: 20px;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFEFEFEF',EndColorStr='#FFAAAAAA');
}
.bigblue {
	font-size: 18px;
	font-weight: bold;
	color: #005B99;
}

.altRow0        { background-color: #FFF; }
.altRow1        { background-color: #DDD; }

.contentTable   { border: 1px solid #403F41; background-color: #EFEFEF; }
.contentHeading { color: #403F41; font-size: 16px; font-weight: bolder; padding-bottom: 10px; padding-top: 5px; }
.subHeading 		{ color: #403F41; font-size: 14px; font-weight: bolder; }
.orderTitle			{ color: #403F41; font-weight: bold; }
.cellHeader     { background-color: #CCCCCC; font-size: 11px; font-weight: bolder;}

a.basiclink:link {text-decoration: none; color: #333333;}
a.basiclink:visited {text-decoration: none; color: #333333;}
a.basiclink:hover {font-weight: bold; text-decoration: underline;color: #333333;}
a.basiclink:active {text-decoration: none;color: #333333;}

a.televisions:link {text-decoration: none; color: #333333;}
a.televisions:visited {text-decoration: none; color: #333333;}
a.televisions:hover {font-weight: bold; text-decoration: underline;color: #333333;}
a.televisions:active {text-decoration: none;color: #333333;}

a.blue15bold:link {font-weight: bold; text-decoration: none; font-size: 15px;}
a.blue15bold:visited {font-weight: bold; text-decoration: none; font-size: 15px;}
a.blue15bold:hover {font-weight: bold; text-decoration: underline; font-size: 15px;}
a.blue15bold:active {font-weight: bold; text-decoration: none;font-size: 15px;}

/* BEGIN :: styles used for displaying differnt types of messages */
.msgBoxError
{
	border: 2px solid #FF0000; /* red */
	background-color: #FF8080; /* light red */
	color: #000000;
	padding:10px 0px 10px 0px;
	text-align:center;
	
}

.msgBoxInformation
{
	border: 2px solid #CACA00; /* dark yellow; gold => #FFD700 */
	background-color: #FFFF80; /* light yellow */
	color: #000000;
	padding:10px 0px 10px 0px;
	text-align:center;
}

.msgBoxSuccess
{
	border: 2px solid #008000; /* green */
	background-color: #80FF80; /* light green; another light green shade => #90EE90 */
	color: #000000;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.msgBoxWarning
{
	border: 2px solid #CACA00; /* dark yellow; gold => #FFD700 */
	background-color: #FFFF80; /* light yellow */
	color: #000000;
	padding:10px 0px 10px 0px;
	text-align:center;
}
/* END :: styles used for displaying differnt types of messages */


/*   Begin styles for getFormattedList() in functions.php   */
.listTable      { background-color: #000; width: 100%; border: 0px; text-align: left; }

.headingLink:link,.headingLink:visited,.headingLink:hilite
                { font-size: 12px; color: #405D83; font-weight: boldest; }

.topLeftTable   { font-weight: bold; color: #405D83; padding: 5px; border: 1px solid #000;
                  font-size: 12px; border-right: none; background-color: #A9A9A9; }
.topMiddleTable { font-weight: bold; color: #405D83; padding: 5px; border-top: 1px solid #000;
                  font-size: 12px; border-bottom: 1px solid #000; background-color: #A9A9A9; }
.topRightTable  { font-weight: bold; color: #405D83; padding: 5px; border: 1px solid #000;
                  font-size: 12px; border-left: none; background-color: #A9A9A9; }

.leftHiliteSort { background-color: #C7D3DE; padding: 5px; border-left: 1px solid #000; }
.rightHiliteSort{ background-color: #C7D3DE; padding: 5px; border-right: 1px solid #000; }
.midHiliteSort  { background-color: #C7D3DE; padding: 5px; }

.leftHilite     { background-color: #EFEFEF; padding: 5px; border-left: 1px solid #000; }
.rightHilite    { background-color: #EFEFEF; padding: 5px; border-right: 1px solid #000; }
.midHilite      { background-color: #EFEFEF; padding: 5px; }

.leftSort       { background-color: #9CB7CE; padding: 5px; border-left: 1px solid #000; }
.rightSort      { background-color: #9CB7CE; padding: 5px; border-right: 1px solid #000; }
.midSort        { background-color: #9CB7CE; padding: 5px; }

.left           { background-color: #BAD1E5; padding: 5px; border-left: 1px solid #000; }
.right          { background-color: #BAD1E5; padding: 5px; border-right: 1px solid #000; }
.mid            { background-color: #BAD1E5; padding: 5px; }
/*   end styles for getFormattedList() in functions.php   */
