/* @override http://www.paletti-usa.com/css/style.css */

#homealert {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 100px;
	background: url(images/icon-alertcalendar.gif) no-repeat 0 -10px;
	width: 600px;
}

.homealert-text {
	margin-left: 80px;
}
.update {
	color: #5b53ba;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#ctl00_mainContent_pnlEdit table tbody tr td table tbody tr td h1
{
        font-size: 22px;
}

body
{
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, "sans serif";
	margin: 0px 5px 0px 5px;
	height: 100%;
	font-size: 10pt;
}


#MainContainer
{
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	border: 2px solid #12127D;
	border-width: 0px 2px 0px 2px;
	height: 100%;
}

#Header
{
	background-color: #FDF6BB;
}

.HeaderContactInfo
{
	position: relative;
	float: right;
	margin-right: 10px;
	color: #B3A000;
	font-family: Tahoma;
	cursor: pointer;
	cursor: hand;
}

#Navigation
{
	height: 24px;
	background-image: url(/images/bg_navigation.gif);
	background-repeat: repeat-x;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

#Navigation a:link, #Navigation a:visited
{
	text-decoration: none;
	color: #FFE796;
}

#Navigation a:hover, #Navigation a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

#Content
{
	padding: 5px 8px 5px 8px;
}

#Footer
{
	text-align: center;
	font-size: 7pt;
	border-bottom: 1px solid #12127D;
}

#Footer A
{
	text-decoration: none;
}

H1
{
	color: #4F3F8C;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

H2
{
	color: #4F3F8C;
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
}

H3
{
	color: #4F3F8C;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}

UL
{
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(/images/bullet.gif);
}

HR
{
	color: #EDC337;
	background-color: #EDC337;
	height: 2px;
}

#DropDownMenu
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;

	border: 2px solid #4A40B4;
	border-top: 0px;
	padding: 5px;
	line-height: 130%;

	z-index: 1000;
	background: #fdf6bb url(images/bg-submenu.gif) repeat-x fixed 0 0;
}

/*
	Forces IE6 to apply z-index to select boxes below the dropdownmenu div, by using a
	complimentary flaw in the handling of iframes.  Essentially, the iframe (which is only
	rendered in IE6 because of conditional comments in the HTML), becomes a mask for the drop
	down menu.  Since masks sit at the highest z-index, the menu is guaranteed to render above
	the select combo boxes!

	>> originally from article at: http://20.targetprocess.com/2006/07/ie6-select-and-z-index-problem.html
*/

#DropDownMenu IFRAME
{ background: #fdf6bb url(images/bg-submenu.gif) repeat-x;
 display:none;      /*sorry for IE5*/
 display/**/:block; /*sorry for IE5*/
 position:absolute; /*must have*/
 top:0;             /*must have*/
 left:0;            /*must have*/
 z-index:-1;        /*must have*/
 filter:mask();     /*must have*/
 width:500px;       /*width/height values must be the max size of any menu, so it is guaranteed to cover*/
 height:150px;      /*do not make them any larger than necessary, as the mouseOut of the menu (the event that closes it)*/;
                    /*does not fire until off the iframe, so the menus won't close properly if this value is too big*/
}

.picture
{
	font-weight: bold;
	color: #003366;
	background: #B6BFDC;
	border: 1px solid #99A3BD;
	padding: 0px;
	margin: 3px;
	text-align: right;
}

a:link    {color: #1919B3}     /* unvisited link  */
a:visited {color: #1919B3}     /* visited link    */
a:hover   {color: #12127D}     /* mouse over link */
a:active  {color: #12127D}     /* selected link   */


a.selected:link {color: #ffffff}
a.selected:visited {color: #ffffff}

.selectedMenu
{
	font-weight:bold;
	color:red;
}

.urgent
{
    font-weight: bold;
    color: #FF0000;
}
.success
{
    font-weight: bold;
    color: #008800;
}

.RepeaterHeader
{
	background-image: url('/images/layout/subhead_bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color:#B6C1DB;
	border-top: 1px solid #B6C0D3;
	border-bottom: 1px solid #B6C0D3;
	padding: 5px;
}

.caton
{
	border: 1px;
	border-color: #969EAD;
	border-style: solid;
	background-color: #D2EFFF;
	background: #d6d5ee url(images/bg-table-purple.gif) repeat-x;
	cursor:pointer;
   	cursor:hand;
}

.catoff
{
	border: 1px;
	border-color: #969EAD;
	border-style: solid;
	background: #fdf6bd url(images/bg-table-yellow.gif) repeat-x;
}
.lighttanback
{
	background-color: #D9BF9A;
}
.yellowstrip
{
	background-color: #FFF352;
}
.pager
{
	font-size: 12pt;
}