/* 
================================
camogie skin for dotNetNuke
================================
*/   

Body {
	background: #ffffff  url(images/body_bg.jpg) top repeat-x;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-size: 100%; 
	color: #666666; 
}

* {
	margin:0;
	padding:0;
}

/* Admin control panel */
.controlpanel {
	width: 100%;
	background-color: #ffffff;
	font-size: 0.75em;
}
/* cache necessary mouse-over images */
.hiddenpic{
	display: none;
}
/* admin item texts */
.SubHead   {
   font-size: 0.75em;
	color: #6699CC;
	font-weight: normal;
}
a.CommandButton:link{
	color: #6699CC;
}
.skinObject, a.skinObject:link, a.skinObject:visited{
	font-size: 0.75em;
	font-weight: normal;
	color: #6699CC;
   text-decoration: underline;
}
a.skinObject:hover{
	color: #6699CC;
   text-decoration: none;
}
a.skinObject:active{
	color: #666666;
   text-decoration: underline;
}
/* Module titles - these may be overridden in container.css */
.Head   {
   font-size: 0.8em;
	color: #6699CC;
	font-weight: bold;
}
/* Most presentation text */
p {
	margin: 0px;
	padding: 0px;
}
.normal{
	font-size: 0.8em; 
	color: #666666;
	text-decoration: none;
}
a.normal:link, a.normal:visited {; 
	color: #666666;
	text-decoration: none;
}
a.normal:hover{
   color: #6699CC;
	text-decoration: underline;
}
a.normal:active   {
   color: #666666;
	text-decoration: underline;
}
.NormalTextBox{
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 0.75em; 
	color: #666666;
}
/* Classes for the login & user links */
.control, a.control:link, a.control:visited {
	font-size: 0.75em;
	color: #666666;
   text-decoration: none;
}
a.control:hover{
	color: #666666;
   text-decoration: underline;
}
a.control:active{
color: #666666;
text-decoration: none;
}

.breadcrumbs {
	font-size: 8pt; 
	color: #666666;
	text-decoration: none;
}
a.breadcrumbs:link, a.breadcrumbs:visited {
	color: #666666;
	font-size:8pt;
	text-decoration: none;
	background: transparent url(images/breadcrumb.gif) no-repeat center left;
	padding-left: 15px; /*adjust padding*/
}
a.breadcrumbs:hover{
	color: #6699CC;
	text-decoration: underline;
}
a.breadcrumbs:active   {
	color: #666666;
	text-decoration: underline;
}



/* styles for the "Search" skin object */
div#searchBox{
	width: 200px;
	height: 29px;
	line-height: 29px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* the search input text box */
#SearchBox .NormalTextbox {
font-size: 0.75em; 
color: #333333;
text-align: left;
text-decoration: none;
border: 0;
margin: 0;
padding: 0;
}
/* and the activation link */
.mySearchClass {
text-decoration: none;
border: 0;
margin: 0;
padding: 0;
vertical-align: middle;
}

/* content panes */
.widepane {
width: 100%;
}
.leftpane {
}
.contentpane {
}
.rightpane {
}
.outerpane {
}

/* SolPart Vertical Menu settings */
.MainMenu_MenuContainer {
	background: #ffffff;
	width: 190px;
	color: #666666;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-weight: normal;
	font-style: normal; 
	background-color: #fff;
	height: 20px;
	color: #666666;
	padding-right:20px;
}
.MainMenu_MenuItemSel{
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-weight: normal;
	font-style: normal; 
	background: #69C;
	color: #fff;
	height: 20px;
	padding-right:20px;
}

.MainMenu_MenuIcon {
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	cursor: pointer; 
	text-align: center; 
	width: 0px;
	background-color: transparent;
	display: none;
}
.MainMenu_MenuBreak {
	height: 4px;
}

.MainMenu_RootMenuItem {
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-size: 0.75em; 
	font-weight: normal;
	font-style: normal; 
	background-color: #fff;
	color: #666;
	height: 20px;
}
.MainMenu_RootMenuItemActive{
	background-color:#c0c0c0;
	color: #000;
}
.MainMenu_RootMenuItemSel{
	background-color:#69C;
	color:#fff;
}

.MainMenu_SubMenu {
        background-image: none;
        background-image: none;
	background-color: #fff;
	color: #666666;
	border: 1px solid #666666;
	z-index: 1000; 
	cursor: pointer; 
}

.MainMenu_SubMenuItemActive{
	background-color: #c0c0c0;
}

.MainMenu_MainItemActive{
	background-color:#c0c0c0;
}
.MainMenu_SubMenuItemSel{
	color:#fff;
}



.submenuitemselected {
   border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: normal;
	font-style: normal; 
	background: #6699CC url(images/menu_selected.gif) no-repeat;
	color: #D6E4F1;
	height: 20px;
}
.MainMenu_MenuArrow {
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/* Buttons */
.StandardButton {
   background: #6699CC none;
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 0.7em;
   color: #ffffff;
   font-weight:normal;
}

/* Classes for the footer items */
.footer, a.footer:link, a.footer:visited {
   font-size: 0.75em;
	color: #666666;
	text-decoration: none;
}
a.footer:hover    {
    text-decoration: underline;
    color: #6699CC;
}
a.footer:active   {
    text-decoration: underline;
    color: #666666;
}

/* Generic html */
IMG {
	border-top-width: 0px;
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px
}
H1  {
    font-size:  20px;
    font-weight: normal;
    color: #0180C4;
}

H2  {
    font-size:  20px;
    font-weight: normal;
    color: #0180C4;
}

H3  {
    font-size:  12px;
    font-weight: normal;
    color: #0180C4;
}

H4  {
    font-size:  12px;
    font-weight: normal;
    color: #73B828;
}

H5, DT  {
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}

H6  {
    font-size:  11px;
    font-weight: bold;
    color: #FDAB00;
}

TFOOT, THEAD    {
    font-size: 12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}
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 {
	border-right: #666666 0px solid; 
	padding-right: 0px; 
	border-top: #666666 1px solid; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	MARGIN: 5px auto; 
	border-left: #666666 0px solid; 
	width: 100%; 
	color: whitesmoke; 
	padding-top: 0px; 
	border-bottom: #666666 1px solid; 
	height: 3px; 
	background-color: transparent; 
	text-align: center
}

.ModuleTitle_MenuContainer {
	background: transparent;
	border: 0; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-size: 0.85em; 
	font-weight: normal;
	font-style: normal; 
	background-color: #ffffff;
	color: #000000;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: transparent; 
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	border-left: #666666 0px solid; 
	border-bottom: #666666 0px solid; 
	border-top: #666666 0px solid; 
	border-right: #666666 0px solid;
	cursor: pointer; 
	font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, sans-serif; 
	font-size: 0.85em; 
	font-weight: normal;
	font-style: normal; 
	background-color: #6699CC;
	color: #D6E4F1;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Rotating Header images */
/* Use class .rotate0 as the base background, in case no javascript! */
/* To add a new image just remove one of the "rotate#'s" and copy down. */
/* Possible values are 0 through 9 */
/* images to rotate */
.rotate0, .rotate4{
	margin:0;
	padding:0;
	border:0;
	background: transparent url(head1.jpg) center no-repeat;
	width: 747px;
	height: 172px;
}
.rotate1, .rotate7{
	margin:0;
	padding:0;
	border:0;
	background: transparent url(head2.jpg) center no-repeat;
	width: 747px;
	height: 172px;
}
.rotate2, .rotate5, .rotate8{
	margin:0;
	padding:0;
	border:0;
	background: transparent url(head3.jpg) center no-repeat;
	width: 747px;
	height: 172px;
}
.rotate3, .rotate6, .rotate9{
	margin:0;
	padding:0;
	border:0;
	background: transparent url(head4.jpg) center no-repeat;
	width: 747px;
	height: 172px;
}



