/* ================================
    CSS STYLES FOR PHPDupe Skin
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #C0C0C0;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
    background: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-decoration: none;
}

A:link
{
	color: orange;
	text-decoration: underline;
}

a:visited { color: #0000FF; text-decoration: underline }
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    text-decoration: underline;
    
}

a:visited.OtherTabs  {
    text-decoration: underline;
    
}

a:active.OtherTabs   {
    text-decoration: underline;
    color: #000000;
}

.Copyright {
    background: none;
    color: #CCCCCC;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a:link.Copyright {
    text-decoration: underline;
    color: #CCCCCC;
}

a:visited.Copyright  {
    text-decoration: underline;
    color: #CCCCCC;
}

a:active.Copyright   {
    text-decoration: underline;
    color: #CCCCCC;
}

a:hover.Copyright    {
    text-decoration: underline;
    color: #CCCCCC;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #4A75B4;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #4A75B4;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica;
    /*font-size: 12px;*/
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
    text-decoration:    underline;
    color: #000000;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: #0000FF;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: #000000;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	border-left: #ff8080 0px solid;
	color: black;
	border-bottom: #404040 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar
{
	cursor: hand; color:#FFFFFF
}

.MainMenu_MenuItem
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: #000000 0px solid;
	cursor: hand;
        color: white;
	border-bottom: #000000 0px solid;
	font-style: normal;
	font-family: "Verdana" , Arial, Helvetica;
}

.MainMenu_MenuIcon
{
	border:0px solid #000000; width: 21px;
	cursor: hand;
	background-color: #0000FF;
	text-align: center; color:#FFFFFF
}

.MainMenu_SubMenu
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ff8080 0px solid;
	cursor: hand;
	border-bottom: #404040 0px solid;
	background-color: #ffcc66;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #000000;
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: "Verdana" , Arial, Helvetica;
	background-color: #ffcc66;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	color: white;
	cursor: pointer;
	cursor: hand;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}




