﻿/*BODY
{
	SCROLLBAR-FACE-COLOR: #004080;
    SCROLLBAR-HIGHLIGHT-COLOR: #1684ff;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
    SCROLLBAR-ARROW-COLOR: #ffff00;
    SCROLLBAR-TRACK-COLOR: #e4e4f1;
    SCROLLBAR-DARKSHADOW-COLOR: #c0c0c0
}*/

/* Menu/tab items */
.menuItem
{
	/*background-color: #F7E986;*/
	background-image: url(../Images/navbar_gradient.gif);
	text-align: center;
}
.menuItemSep
{
	background-image: url(../Images/rtsep.png);
	 width:24px;
	 height:24px;
}
 
.menuItemYellow 
{
	/*background-color: White;*/
	background-image: url(../Images/navbar_gradientyellow.jpg);
	text-align: center;
}

.menuCurrentSelection
{
	background-image: url(../Images/midbarred.gif);
	text-align: center;
}

.menuText
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: White;
}

.menuTextSelected
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: black;
}


/* Modal Extender Popup */
.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBackground2
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
/* Left Article Panel and others */
ul
{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}
li
{
	display: list-item;
	margin: 0;
	padding: 4px;
	line-height: 1em;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	/*list-style-image:url(../Images/iconpage.png)*/
}
ul a
{
	/*color: #999;*/
	color: Black;
	font-size: 1em;
	text-decoration: none;
}
ul a:hover
{
	/*color: #999;*/
	color: Black;
	text-decoration: underline;
	font-size: 1em;
}
ul a:active
{
	/*color: #999;*/
	color: Black;
	text-decoration: none;
	font-size: 1em;
}
.leftHeader
{
	text-align: center;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
input.textbox
{
	border: #ccc 1px solid;
	background: #fff url(../Images/shadow_top.gif) repeat-x top;
	font: 12px Arial, Serif;
	padding: 2px;
	width: 60px;
}
textarea
{
	width: 80%;
	padding: 10px;
	line-height: 2em;
	height: 20em;
	border: 1px solid #ccc;
	background: #fff url(../Images/shadow_top.gif) repeat-x top;
	font: 12px Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background: #fff url(../Images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
.flat5
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 12px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font: 12px Arial, Serif;
}
a
{
	color: #565656;
	font-size: 1em;
	text-decoration: none;
}
a:hover
{
	color:#ec971a;
	text-decoration: underline;
	font-size:1em;
}
a:active
{
	color:#ec971a;
	text-decoration: none;
	font-size: 1em;
}

.headerstyle {
    /*background-color:#F0F0F6;*/
    background-image: url(../Images/sort_none.gif);
    background-repeat: no-repeat;
    background-position: center left;     
    padding-left: 20px;
}  
.sortascheaderstyle{
    background-image: url(../Images/sort_asc.gif);     
    background-color: #8dbdd8; 	
    background-repeat: no-repeat;
    background-position: center left; 
    padding-left: 20px;      
}
.sortdescheaderstyle{
    background-image: url(../Images/sort_desc.gif);     
    background-color: #8dbdd8; 	
    background-repeat: no-repeat;
    background-position: center left;       
    padding-left: 20px;
}   

