/* ================================
CSS STYLES FOR Anger 411 Skin
================================
*/   
/* 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-color: #D99EE4;
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane { 
margin-left: 30px;
}
.ContentPane { 
padding:5px;
padding-top:10px;
background-image:url(media/pageBG.jpg);
background-position:top;
background-repeat:repeat-x;
}
.TopPane { 
background-image:url(media/pageBG.jpg);
background-position:top;
background-repeat:no-repeat;
}
.BottomPane { 
background-image:url(media/pageBG.jpg);
background-position:top;
background-repeat:no-repeat;
}
/* text style for the selected tab */
.SelectedTab {
font-weight: bold;
font-size: 8.5pt;
color: white;
font-family: Arial, Helvetica;
text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
text-decoration:    none;
color:white;
}
A.SelectedTab:visited {
text-decoration:    none;
color:#eeeeee;
}
A.SelectedTab:active {
text-decoration:    none;
color:#eeeeee;
}
A.SelectedTab:hover {
text-decoration:    none;
color:#cccccc;
}
/* text style for the unselected tabs */
.OtherTabs {
font-weight: bold;
font-size: 8.5pt;
color: white;
font-family: Arial, Helvetica;
text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:white;
}
A.OtherTabs:visited {
text-decoration: none;
color:#eeeeee;
}
A.OtherTabs:active {
text-decoration: none;
color:#eeeeee;
}
A.OtherTabs:hover {
text-decoration: none;
color:#cccccc;
}
/* GENERAL */
/* style for module titles */
.Head {
font-family: Arial, Helvetica;
font-size:  14px;
font-weight: bold;
color: #243B4D;
text-decoration:underline;
}
/* style of item titles on edit and admin pages */
.SubHead {
font-family: Arial, Helvetica;
font-size:  14px;
font-weight:    bold;
color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial, Helvetica;
font-size:  14px;
font-weight:    bold;
color: black;
}
/* text style used for most text rendered by modules */
.Normal {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: 500;
color: #000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
}
.NormalRed {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: bold;
color: #ff0000
}
.NormalBold {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
font-family: Tahoma, Arial, Helvetica;
font-size: 14px;
font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
text-decoration:    underline;
color: #a131b7;
}
A.CommandButton:visited {
text-decoration:    underline;
color: #a131b7;
}
A.CommandButton:active {
text-decoration:    underline;
color: #a131b7;
}
A.CommandButton:hover {
text-decoration:    underline;
color: #a131b7;
}    
/* GENERIC */
H1 {
font-family: Arial, Helvetica;
font-size:  20px;
font-weight:    normal;
color: #551a62;
}
H2 {
font-family: Arial, Helvetica;
font-size:  20px;
font-weight:    800;
color: #551a62;
}
H3 {
font-family: Arial, Helvetica;
font-size:  12px;
font-weight:    700;
color: #551a62;
}
H4 {
font-family: Arial, Helvetica;
font-size:  12px;
font-weight:    600;
color: #551a62;
}
H5, DT {
font-family: Arial, Helvetica;
font-size:  14px;
font-weight:    500;
color: #551a62;
}
H6 {
font-family: Arial, Helvetica;
font-size:  14px;
font-weight:    400;
color: #551a62;
}
TFOOT, THEAD {
font-family: Arial, Helvetica;
font-size:  12px;
color: #003366;
}
TH {
vertical-align: baseline;
font-family: Arial, Helvetica;
font-size:  12px;
font-weight:    bold;
color: #003366;
}
A:link {
text-decoration: underline;
color: #551a62;
}
A:visited {
text-decoration: underline;
color:  #551a62;
}
A:active {
text-decoration: underline;
color: #551a62;
}
A:hover {
text-decoration: none;
color: #551a62;
}
SMALL   {
font-size:  8px;
}
BIG {
font-size:  14px;
}
BLOCKQUOTE, PRE {
font-family:    Lucida Console, monospace;
}
UL LI {
list-style-type:    square ;
}
UL LI LI {
list-style-type:    disc;
}
UL LI LI LI {
list-style-type:    circle;
}
OL LI {
list-style-type:    decimal;
}
OL OL LI {
list-style-type:    lower-alpha;
}
OL OL OL LI {
list-style-type:    lower-roman;
}
HR {
color: dimgrey;
height:1pt;
text-align:left
}
P {
padding-left: 10px;
padding-right: 10px;
}
/* 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 {
border: 0px;
/* background-color: transparent; */
width: 168px;
padding: 5px;
padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
cursor: hand; 
color: #333333; 
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: normal; 
/* border: 1px #EFEFEF solid; */
padding: 1px;
/* background-color: transparent; */
}
.MainMenu_MenuIcon {
cursor: hand; 
background-color: #FFBA00; 
border: 1px #FFBA00 solid;
padding: 1px;
width: 1px;
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: #D99EE4; 
cursor: hand; 
color: White; 
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: normal; 
border: 1px #FFBA00 solid;
padding: 1px;
}
.rootmenuitem {
cursor: hand; 
color: #FFFFFF; 
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: bold; 
border: 0px;
padding: 5px;
/* background-image:url(media/button.jpg); */
height: 25px;
display:block;
margin-bottom:3px;
}
.rootmenuitemselected {
/* background-image:url(media/button_bread.jpg); */
cursor: hand; 
color: #FFFFFF; 
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: bold; 
border: 0px; 
padding: 5px;
height: 25px;	
display:block;
margin-bottom:3px;	
}
.rootmenuitembreadcrumb{
cursor: hand; 
color: black; 
background-color: #dfaee8;
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: bold; 
border: 0px;
/* background-image:url(media/button_bread.jpg);  */
padding: 5px;
height: 25px;	
display:block;
margin-bottom:3px;	
}
.submenuitembreadcrumb{
cursor: hand; 
color: #FFBA00; 
font-family: Arial, Helvetica; 
font-size: 14px; 
font-weight: normal; 
/* border: 1px #EFEFEF solid; */
/* background-color: transparent; */
padding: 1px;
}
.submenu {
z-index: 1000; 
background-color: #EFEFEF; 
/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
border: 1px #A7A7A7 solid;
margin-left:0px;
margin-top:0px;
}
.MainMenu_MenuBreak {
display:none;
}
.MainMenu_MenuArrow {
display:none;
}
.MainMenu_RootMenuArrow {
display:none;
}
/*___________________________________________________________________________________________*/
a.links_bottom:visited{
font-family: Arial, Helvetica;
font-size:  10px;
color: #333333;
text-decoration:none;	
}
a.links_bottom:active{
font-family: Arial, Helvetica;
font-size:  10px;
color: #333333;
text-decoration:none;	
}
a.links_bottom:hover{
font-family: Arial, Helvetica;
font-size:  10px;
color: #FF0000;
text-decoration:none;	
}
a.links_bottom:link{
font-family: Arial, Helvetica;
font-size:  10px;
color: #333333;
text-decoration:none;
}
.Copyright {
font-family: Arial, Helvetica;
font-size:  9px;
color: #333333;
}
a.DNNCopyright:visited {
font-family: Arial, Helvetica;
font-size:  9px;
color: #333333;
text-decoration:none;	
}
a.DNNCopyright:active {
font-family: Arial, Helvetica;
font-size:  9px;
color: #333333;
text-decoration:none;	
}
a.DNNCopyright:hover {
font-family: Arial, Helvetica;
font-size:  9px;
color: #FF0000;
text-decoration:none;	
}
a.DNNCopyright:link {
font-family: Arial, Helvetica;
font-size:  9px;
color: #333333;
text-decoration:none;
}
.blog_Description {
font-family: Tahoma, Arial, Helvetica;
font-size: 16px;
font-weight: 500;
color: #000000;
}
