

.gridbackground
{
    background-color: white;
}

.hiddentext
{
    color: white;
}

.warningmessagetext
{
    color: red;
}


.pagetableframe
{
    border-style:none
}


/* Form Items */

.textfield {
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

/* Login View */

.login .label {
    display:block;
}

.login .textbox {
	border: 1px solid #000000;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
	
}

.login .button {
    display:block;
    margin-top:8px;
    margin-bottom:8px;
}


/* LIST */

ul {
	list-style-type: none;
	list-style-image:  url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}

.list_link{
	list-style-image:  url(images/bullet-1.gif);
}

/*begin creating the tabs 
.menu {
	margin-left: 5px;
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}*/
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
    color: #DEBD4A;
    height: 24px;
    background: url(images/tab-gray.gif) no-repeat;
    width: 100px;
    text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #DEBD4A;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

		.menu {height:42px;font:12px arial; border:0}
		.menu img {border:0}
		.menu .gagf {width:1px;background-image:url(images/gagf.gif);background-repeat:no-repeat;background-position:0 0;}
		.menu .gagf div {width:1px;}
		.menu .gagl {width:1px;background-image:url(images/gagl.gif);background-repeat:no-repeat;background-position:100% 0;}
		.menu .gagl div {width:1px;}
		.menu .sep {width:2px;background-image:url(images/sep.gif);background-repeat:no-repeat;}
		.menu .sep div {width:2px;}
		.menu .c div {cursor:pointer;}
		.menu .c {background-image:url(images/bg_Green2.gif);background-repeat:repeat-x;}
		.menu .c .a {color:#DEBD4A;position:relative;z-index:1;padding-left:16px;padding-right:16px;height:42px;line-height:36px;}
		.menu .c.hover {background-image:url(images/bg_a.gif);background-repeat:repeat-x;}
		.menu .c.hover .a {color:#F2F2F2;background-repeat:no-repeat;background-position:0 0;}
		
		.menu .c.selected {background-image:url(images/bg_old.gif);background-repeat:repeat-x;}
	    .menu .c.selected .a {color:#000;background-repeat:no-repeat;background-position:0 0;}
