﻿body
{
    background-color:#fff;
}

.pagemaster
{
    background-color:#601e5e;
    width:100%;
    height:100%;
    text-align:center;
}

.pagemaster td
{
    vertical-align:top;
}

.skinmaster
{
    width:936px;
    background-color:#ffffff;
    margin:0 auto 0 auto;
    height:100%;
    border-left:1px solid #f398c1;
    border-right:1px solid #f398c1;
}

.banner
{
    height:238px;
    width:936px;
    padding:0px;
    background:url(images/banner.jpg) no-repeat;
    vertical-align:top;
    padding-top:55px;
    text-align:center;
}

.menubar
{
    width:100%;
    vertical-align:middle;
    text-align:center;
    background-color:#601e5e;
}

/*.menu
{
    width:150px;
    margin:0 auto 0 auto;
    text-align:center;
}*/

.content
{
    text-align:center;
    vertical-align:top;
    margin:0 auto 0 auto;
    width:100%;
    height:100%;
    
}

.contenttable
{
    width:100%;
    margin:0 auto 0 auto;  
}

.contentpane
{
    padding:0px 10px 0px 10px;
    vertical-align:top;
    width:100%;
}
.pane
{
    vertical-align:top;
}

.contenttop
{
    background:url(images/contenttop.jpg) repeat-x;
    height:53px;
}
.contentbottom
{
    background:url(images/contentbottom.jpg) repeat-x;
    height:53px;
}
.contentleft
{
    background:url(images/contentleft.jpg) repeat-y;
    width:53px;
}
.contentright
{
    background:url(images/contentright.jpg) repeat-y;
    width:53px;
}


.normal
{
    font-family:Arial, Sans-Serif;
    color:Black;
    font-weight:normal;
    font-size:11pt;
}

a:link, a:visited, a:active
{
    color:#c31f5e;
    text-decoration:none;
}

a:hover
{
    color:#601e5e;
    text-decoration:underline;
}

.bottomcss
{
    text-align:center;
    margin:0 auto 0 auto
}

.bottomcss div
{
    width:935px;
    text-align:center;
    font-family:Arial, Sans-Serif;
    font-size:9pt;
    color:#f398c1;
    font-weight:normal;
    padding:10px;
    margin:0 auto 0 auto
}

a.bottomcss:link, a.bottomcss:active, a.bottomcss:visited
{
    color:#f398c1;
    text-decoration:none;
}

a.bottomcss:hover
{
  color:#f398c1;
  text-decoration:underline;  
}

.MainMenu_MenuContainer{ background:transparent; width:100%; height:1px; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }

.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#000;	font-size:12px;	font-weight:normal;
	padding:0px 15px 0px 10px;
	border:0px;
    height: 20px;
}
.submenuitemselected{
	color:#f398c1; font-size:12px; font-weight:normal;
	padding:0px 15px 0px 10px;
	background:#601e5e;
	cursor: pointer;
	cursor: hand;
	border:0px;
    height: 20px;
}
.submenu{
    color:#601e5e; font-size:12px; font-weight:normal;
	border:1px #601e5e solid;
	padding:0px;
	background:#f398c1;
	margin:2px 0px 0px 0px;
	filter: none;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
}

/* menu start  */
.rootmenuitem, .rootmenuitem TD{ 
	color:#ffffff; font-size:10pt; font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
	text-align:center;
	background:transparent;
	padding:2px 3px 2px 3px;
	height:30px;
	margin:0 auto 0 auto;	
}
.rootmenuitemselected, .rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#c31f5e; font-size:10pt; font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
	text-align:center;
	background:transparent;
	padding:2px 3px 2px 3px;
	height:30px;
	margin:0 auto 0 auto;	
}