/* 
================================
Skin styles for Robert Kay
================================
*/   
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; /* this sets the default font family for the skin */
	font-size: 12px; /* this sets the default font size for the skin; all other font sizes will then use a percentage to specify their sizes */
	line-height: 1.5em;
	color: #000; /* this sets the default font color for the skin */
	background-color: #003;
}
#border {
	width: 900px;
	padding: 15px;
	background-image: url(Tartan_Pattern1.jpg);
	margin-top: 25px;
	margin-bottom: 25px;
}
#container {
	width: 100%;
	background-color: #fff;
	height: auto;
}
#menu {
	background-color: #003;
	border: 1px solid #fff;
}
#content {
	float: right;
	width: 75%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-pane {
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar {
	float: left;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#table {
	padding: 25px;
}
.login-pane {
	text-align: center;
	color: #9db6c9;
	font-size: 10px;
}
#clear {
	clear: both;
	height: 1px;
}
.float-right {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* 
================================
Skin styles for Solpartmenu
================================
*/   
.MainMenu_MenuContainer { background-color: transparent; }
.MainMenu_MenuBar {
	height: 40px;
}
.MainMenu_MenuIcon { 
	display: none; 
}
.RootMenu_MenuItem, .RootMenu_MenuItem TD{
	color: #fff;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	height: 40px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #003;
	letter-spacing:.3px;
}
.RootMenu_MenuItemSel, .RootMenu_MenuItemSel TD{
	color: #fff;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	height: 40px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #003;
	text-decoration: underline;
	letter-spacing:.3px;
}
.RootMenu_MenuItemActive, .RootMenu_MenuItemActive TD{
	color: #fff;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
	height: 40px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #003;
	text-decoration: underline;
}
.MainMenu_RootMenuArrow { 
	display: none; 
}
.RootMenu_Separator {
	display: none; 
}
.MainMenu_MenuBreak { background-color: transparent; border-width: 0; border-color: transparent; }
.MainMenu_SubMenu {
	background-color: white;
	z-index: 1000;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #143250;
	border-right-color: #143250;
	border-left-width: 1px;
	border-left-color: #143250;
}
.MainMenu_MenuItem {
	color: #143250;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	padding: 3px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #143250;
}
.SubMenu_MenuItemSel, .SubMenu_MenuItemSel TD {
	color: #143250;
	font-size: 10pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #cedbe4;
	cursor: pointer;
	height: 20px;
	padding: 3px;
	border-bottom: 1px solid #660;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
.MainMenu_MenuArrow {
	display: none;
}
.StandardButton     {
	background: white;
	color: #143250;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #143250;
}
.Login {
	color: #9db6c9;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
}
a.Login:link {
	color: #9db6c9;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.Login:visited {
	color: #9db6c9;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.Login:hover {
	color: #9db6c9;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.Login:active {
	color: #9db6c9;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.Disclaimers {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
a.Disclaimers:link {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
a.Disclaimers:visited {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
a.Disclaimers:active {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-decoration: underline;
}
a.Disclaimers:hover {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-decoration: underline;
}
.Head   {
	font-size:  14px;
	font-weight:    bold;
	color: #143250;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
.Normal {
	color: #666666;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.NormalSmall {
	color: #666;
	font-size: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.Table-Normal {
	color: #666;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
td, tbody {
	color: #666;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.NormalDisabled {
	color: #999999;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.NormalBold {
	color: #666;
	font-size: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.Head1 {
	color: #143250;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 2em;
}
.NormalRed { color: red; font-size: 12px; font-family: "Century Gothic", Arial, Helvetica, sans-serif; line-height: 1.5; }
h1 {
	color: #003;
	font-size: 18px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
h2 {
	color: #35648c;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
h3 {
	font-size:  14px;
	font-weight:    bold;
	color: #35648c;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
}
h4 {
	font-size:  22px;
	font-weight:    normal;
	color: #35648c;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:link {
	color: #143250;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
a:visited {
	color: #143250;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
a:active {
	color: #143250;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #143250;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
ul {
padding: 0 0 0 28px;
margin: 0;
}
li {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.float-right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
}


