/*========================================================*/
/*		Cascading Style Sheet for IdealPlatforms		  */
/*				 DotNetNuke Skin					      */
/*		 created by Anton Webb Design Studio              */
/*			  http://www.antonwebb.co.uk                  */
/*          http://www.idealplatforms.co.uk               */
/*           admin@idealplatforms.co.uk                   */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Page Settings */

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.skinmaster
{
    height: 100%;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    width: 100%;
}

.skinheader
{
    width: 100%;
    height: 70px;
    border-collapse: collapse;
    background-color: #FAF1E4;
    border-bottom: #fca916 1px solid;
}

.skinbanner
{
    background-repeat: no-repeat;
    width: 952px;
    height: 148px;
    border-collapse: collapse;
}

.skinmenu
{
    width: 100%;
    height: 24px;
    border-collapse: collapse;
    background-color: #fca916;
}

.skindate
{
  height: 100%;
}

/* Footer */
.skinfooter
{
    width: 100%;
    height: 24px;
    border-collapse: collapse;
    background-color: #fca916;
}

.ContentHolder
{
    background-image: url(images/mencap_watermark.gif);
    background-repeat: no-repeat;
    height: 100%;
}

html {
	height: 100%;
}

body
{
	background: #ffffff;
	margin: 0px;
	height: 100%;
}

.Head
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 12px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    color: #a9a9a9;
    padding-top: 0px;
    font-family: tahoma;
}

.SubHead
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    color: #a9a9a9;
    padding-top: 0px;
    font-family: tahoma;
}

.NormalRed
{
	font-weight: bold;
	font-size: 11px;
	color: #d08d00;
	font-family: tahoma;
}

.NormalBold
{
	font-weight: bold;
	font-size: 11px;
	color: #555;
	font-family: tahoma;
}

.NormalTextBox 
{
	
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #eee;
	scrollbar-face-color: #bbb;
	scrollbar-track-color: #eee;
	scrollbar-arrow-color: #bbb;
	scrollbar-3dlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
}

td.NormalTextBox
{
	padding-right: 0px;
	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	color: #555;
	padding-top: 0px;
}

.Normal
{
    color: #000000;
}


/* HOVER BUTTONS */
.HoverButtons
{
    text-align: center;
    width: 100%;
}

/* LOGO STYLES END */

/* PAGE TAB STYLES START */

a.TabSelected
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	color: #CC0000;
	padding-top: 2px;
	font-family: tahoma;
	text-decoration: none;
}

.TabItem
{
	padding-right: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	color: #000000;
	padding-top: 5px;
	font-family: tahoma;
	text-decoration: none;

}

a.TabItem, a.TabItem:link, a.TabItem:active, a.TabItem:visited
{
	
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;

}

a.TabItem:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #CC0000;
	font-family: tahoma;
	text-decoration: none;
}

/* PAGE TAB STYLES END */


/* BREADCRUMBS STYLES STARTS */

a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active
{
    color: #ffffff;
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

a.BreadcrumbLink:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #CC0000;
    font-family: tahoma;
    text-decoration: none;
}

.BreadcrumbLink
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: tahoma;
    text-decoration: none;
}

#BreadCrumbsArrow
{
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	float: left;
}

#BreadCrumbs
{
	padding-right: 0px;
	padding-left: 2px;
	float: left;
	padding-bottom: 0px;
	padding-top: 2px;
}


/* BREADCRUMBS STYLES END */

/* LOGIN STYLE START */

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}

a.LoginLink:hover
{
    font-weight: bold;
    font-size: 11px;
    color: dimgray;
    font-family: tahoma;
    text-decoration: none;
}

/* LOGIN STYLE START */

/* MENU STYLE START */

.menuleft
{
    width: 50%;
    vertical-align: middle;
    text-align: left;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.menuright
{
    width: 50%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* MENU STYLE START */

/* SEARCH STYLE START */

#Search
{
	background-color: #0099cc;
}

.SearchText
{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}

.Search_Bottom
{
	background: url(images/top_orbs.jpg) #ffffff repeat-x;
	height:50px;
}

/* DATE & TIME STYLE END */
.DateText
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma;
}

a.SearchLink:link, a.SearchLink:visited, a.SearchLink:active
{
	border-right: darkgray 1px solid;
	padding-right: 8px;
	border-top: darkgray 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px 4px 1px 1px;
	border-left: darkgray 1px solid;
	width: 60px;
	color: #000000;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	font-family: Tahoma;
	height: 17px;
	background-color: #e1e1e1;
	text-decoration: none;
}

a.SearchLink:hover
{
	border-right: darkgray 1px solid;
	padding-right: 8px;
	border-top: darkgray 1px solid;
	padding-left: 8px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px 4px 1px 1px;
	border-left: darkgray 1px solid;
	width: 60px;
	color: #cc0000;
	padding-top: 0px;
	border-bottom: darkgray 1px solid;
	font-family: Tahoma;
	height: 16px;
	background-color: #e1e1e1;
	text-decoration: none;
}

/* SEARCH STYLE END */

/* CONTENT STYLE START */

.controlpanel
{
	width: 100%;
	background-color: #ffffff;
}

.LeftPane
{
    width: 175px;
    vertical-align: top;
    text-align: center;
    border-collapse: collapse;
}

.ContentPane
{
    border-collapse: collapse;

}
.RightPane
{
    width: 175px;
    vertical-align: top;
    text-align: center;
}


/* CONTENT STYLE END */

/* GENERAL LINKS STYLE START */
a.SubHead:link, a.SubHead:visited
{
    color: #ffffff;
    text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover
{
    color: #cc0000;
    text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited
{
	border-top-width: 1px;
	padding-right: 3px;
	padding-left: 4px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 11px;
	border-left-color: #969696;
	background: none transparent scroll repeat 0% 0%;
	border-bottom-width: 1px;
	border-bottom-color: #3a3a3a;
	padding-bottom: 2px;
	color: #888;
	border-top-color: #969696;
	padding-top: 1px;
	font-family: tahoma;
	border-right-width: 1px;
	text-decoration: none;
	border-right-color: #3a3a3a;
}

a.CommandButton:hover
{
	border-top-width: 1px;
	padding-right: 3px;
	padding-left: 4px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 11px;
	border-left-color: #7b7b7b;
	background: none transparent scroll repeat 0% 0%;
	border-bottom-width: 1px;
	border-bottom-color: #222222;
	padding-bottom: 2px;
	color: #cc0000;
	border-top-color: #7b7b7b;
	padding-top: 1px;
	font-family: tahoma;
	border-right-width: 1px;
	text-decoration: none;
	border-right-color: #222222;
}

a.Normal:link, a.Normal:visited {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited, a:active
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #cc0000;
	font-family: tahoma;
	text-decoration: none;
}

/* GENERAL LINKS STYLE END */

/* FOOTER STYLE START */

#Footer
{
	background: url(images/footer.jpg) #ffffff repeat-x;
}

a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active
{
    color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

a.FooterLink:hover
{
    font-weight: bold;
    font-size: 11px;
    color: dimgray;
    font-family: Tahoma;
    text-decoration: none;
}

.Copyright
{
    color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
.PageGenerated
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}

/* FOOTER STYLE START */

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	color: #2c2c2c;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
}

.MainMenu_MenuItem
{
    color: #000000;
    background: transparent;
    cursor: pointer;
    cursor: hand;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 0 14px 2px 10px;
    height: 21px;
    border: 0;
}

.MainMenu_MenuItemSel
{
    color: #000000;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 0 14px 2px 10px;
    height: 21px;
    border: 0;
    background: #fca916;
}

.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    color: #000000;
    padding: 3px;
    background: #faf1e4;
    margin-top: 2px;
    margin-left: 0px;
    border: 1px solid #333;
    filter: alpha(opacity=84, finishopacity=100, style=1, startx=0, starty=0, finishx=140, finishy=20);
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon {
	display: none;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #2c2c2c; 
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 0 7px 2px 3px;
	height: 21px;
	border: 0;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    color: #2c2c2c;
    text-align: center;
    padding-right: 0px;
    padding-left: 3px;
    background: transparent;
    display: none;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    color: #000000;
    padding: 2px;
    background: #fca916;
    margin-top: 5px;
    margin-left: -2px;
    border: 1px solid #333;
    filter: none;
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	background-color: transparent;
	color: #A8C15E;
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	padding: 0 7px 2px 3px;
	height: 21px;
	border: 0;
	background: #333;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
/* Container */

.ContainerHeader
{
    margin-bottom: 4px;
    border-left: #FCA916 1px solid;
    border-right: #FCA916 1px solid;
    border-bottom: #FCA916 1px solid;
    border-top: #FCA916 1px solid;
    height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}

.ContainerTitle
{
    width: 100%;
}


.Container
{
    border-left: #FCA916 1px solid;
    border-right: #FCA916 1px solid;
    border-bottom: #FCA916 1px solid;
    border-top: #FCA916 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}