.dualListMoveRight, .dualListMoveLeft
{
	width: 50px;
	height: 18px;
	border: none;
}
.dualListMoveRight
{
	background: url(images/MoveRight.gif) fixed no-repeat center center;
}
.dualListMoveLeft
{
	background: url(images/MoveLeft.gif) fixed no-repeat center center;
}

.dualListMoveUp, .dualListMoveDown
{
	width: 16px;
	height: 22px;
	border: none;
}
.dualListMoveUp
{
	background: url(images/MoveUp.gif) fixed no-repeat center center;
}
.dualListMoveDown
{
	background: url(images/MoveDown.gif) fixed no-repeat center center;
}

.filterTabLeft
{
	background: url(images/Filter/FilterTabLeft.gif) fixed no-repeat;
	position: static;
	width:23px;
	height:43px;
}
.filterTabRight
{
	background: url(images/Filter/FilterTabRight.gif) fixed no-repeat;
	position: static;
	width:23px;
	height:43px;
}
.filterTabBG
{
	background: url(images/Filter/FilterTabBack.gif);
}
.FilterCommandButton, A.FilterCommandButton:active, A.FilterCommandButton:link, A.FilterCommandButton:visited, A.FilterCommandButton:hover
{
	display: block;
	font-size: 12px;
	width: 20px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: -4px;
	text-align: center;
	text-decoration: none;
}
A.FilterCommandButton:hover
{
	text-decoration: underline;
}
.FilterCommandButtonSelected, A.FilterCommandButtonSelected:active, A.FilterCommandButtonSelected:link, A.FilterCommandButtonSelected:visited, A.FilterCommandButtonSelected:hover
{
	display: block;
	font-size: 12px;
	width: 20px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: -4px;
	background-color: rgb(102,153,0);
	text-align: center;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
A.FilterCommandButtonSelected:hover
{
	text-decoration: underline;
}
.FilterSubHead
{
	font-size: 12px;
	color: black;
	font-family: Arial Black, Verdana, Helvetica, sans-serif;
	display:block;
	position:relative;
	top:-4;
}
.MessageFailer, .MessageSuccess, .MessageWarning
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.MessageFailer
{
    color: RED;
}
.MessageSuccess
{
    color: GREEN;
}
.MessageWarning
{
    color: ORANGE;


}

.ITEMSTYLE, .ALTERNATINGITEMSTYLE, .SELECTEDITEMSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
    font-size: 11px;
    font-weight: normal;
}

.ITEMSTYLE
{
    background-color: #EAF5FF;
}
.ALTERNATINGITEMSTYLE
{
    background-color: #f7f7f7;
}
.SELECTEDITEMSTYLE
{
	font-weight: bold;
	color: #f7f7f7;
	background-color: #738a9c;
}
.HEADERSTYLE
{
	font-weight: bold;
	color: white;
	background-color: #4a3c8c;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.FOOTERSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
	background-color: #b5c7de;
}
.PAGERSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
	background-color: #e7e7ff;
    font-size: 11px;
    font-weight: normal;
}






.LMSITEMSTYLE, .LMSITEMHEADER, .LMSALTERNATINGITEMSTYLE, .LMSSELECTEDITEMSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
	/*color:white;*/
	font-size:11px;
    font-weight: normal;
}

.LMSITEMSTYLE
{
	/*background-color: white;*/
 }
.LMSITEMHEADER
{
	font-size: 14px;
	background-color: #EAF5FF;
}
.LMSALTERNATINGITEMSTYLE
{
    background-color:white;
}
.LMSSELECTEDITEMSTYLE
{
	font-weight: bold;
	color: #f7f7f7;
	background-color: white;
}
.LMSHEADERSTYLE
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #329bdb;
}
.LMSFOOTERSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
	background-color: #b5c7de;
}
.LMSPAGERSTYLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4a3c8c;
	background-color: #e7e7ff;
    font-size: 11px;
    font-weight: normal;
}
.VIEWCONTENTHEADER
{
	font-weight: bold;
	font-size: 12pt;
}

INPUT.button {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BACKGROUND: #355c95; FONT: bold 7pt "arial"; BORDER-LEFT: #333333 1px solid; WIDTH: 70px; COLOR: #ffffff; BORDER-BOTTOM: #333333 1px solid
}
INPUT.buttonOvr {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BACKGROUND: #cde2ff; FONT: bold 7pt "arial"; BORDER-LEFT: #333333 1px solid; WIDTH: 70px; COLOR: #355c95; BORDER-BOTTOM: #333333 1px solid
}


.GridTitle
{
	font-size: 12px; 
	font-family:Verdana;
	font-weight:bold;
	color: Black;	

	
}
.TitleLeft
{
	text-align:left;
}
.TitleRight
{
	text-align:right;
}

































/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}




