/* 
=====================================================
Skin CSS for ProEducation Solutions
=====================================================
*/
body {
	background-color: #4f78bf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}
body, table, tbody, p {
	font-family: Palatino, Times, Serif;
	font-size: 10.5pt;
	line-height: 1.7em;
	text-align: left;
	color: #48545a; /* default font color */
}
#adminMenu {
    text-align: center;
}
#headerContainer {
    width: 100%;
    margin-top: 35px;
}
#header {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #ffffff;
	padding: 25px 25px 0 25px;
	height: 95px;
}
#photo {
	float: left;
	width: 185px;
}
#logo {
    float: left;
	padding-left: 35px;
}
#headerText {
	float: right;
}
#menuContainer {
	width: 100%;
	background-color: #0e316d;
}
#topMenu {
	width: 755px;
	height: 35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #fff;
	padding: 0 0 0 245px;
}
#contentContainer {
	width: 100%;
	background-color: #f4ecc8;
}
#sideMenu {
    margin-bottom: 25px;
}
#content {
	clear: both;
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #fff;
	padding: 25px 25px 0 25px;
}
.clearBoth {
	clear: both;
	height: 0px;
}
#leftPageContent {
    width: 185px;
    float: left;
}
#sideMenu {
    background-color: #cee4f3;
}
#rightPageContent {
    width: 668px;
    border: 1px solid #1e478d;
    padding: 30px;
    float: right;
}
#spacerContainer {
	clear: both;
	width: 100%;
	background-color: #0e316d;

}
#spacer {
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1000px;
	height: 35px;
}

#footerContainer {
	width: 100%;
}
#footer {
    background-color: #fff;
    width: 730px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0 25px 25px 245px;
    border-top: 1px solid #fff;
    margin-bottom: 35px;
}

/* 
=================
Admin Containers
=================
*/
#leftAdminHeader {
    background-image: url(LotusBG-240x778.gif);
    background-repeat: no-repeat;
    background-color: #0f0b32;
    float: left;
    width: 240px;
    height: 185px;
}
#rightAdminHeader {
    width: 760px;
    float: right;
    margin: 0;
}
#adminContent {
	clear: both;
	padding: 40px;
	border: 1px solid #0f0b32;
}

/* 
=====================================================
Skin styles for Snapsis Menu: Top Menu
=====================================================
*/
#topNav {
    height: 35px;
    background-color: #ceba65;
}
#topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topNav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    text-transform: uppercase;
    color: #0e316d;
    display: block;
    height: 29px;
    padding: 6px 10px 0 10px;
}
#topNav a:hover {
    background-color: #cee4f3;
    text-decoration: none;
}
#topNav li { /* all list items */
    float: left;
    list-style-type: none;
}
#topNav li ul { /* second-level lists */
    position: absolute;
    z-index: 2000;
    background-color: #a3cfec;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#topNav li ul li {
    float: none;
}
#topNav li ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    line-height: 9.5pt;
    text-transform: none;
    color: #1e478d;
    display: block;
    height: auto;
    padding: 8px 10px;
    border-top: 1px solid #fff;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
    left: -999em;
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}
#topNav li.SelectedTab a {
    color: #fff;
    font-weight: normal;
    background-color: #0e316d;
}
#topNav li.SelectedTab a:hover {
    color: #0e316d;
    font-weight: normal;
    background-color: #cee4f3;
}
#topNav li.SelectedTab ul li a {
    color: #0e316d;
    font-weight: normal;
    background-color: #cee4f3;
}
#topNav li.SelectedTab ul li a:hover {
    background-color: #f4ecc8;
    font-weight: normal;
}

/* 
=====================================================
Skin styles for Snapsis Menu: Side Menu
=====================================================
*/
#sideNav {

}

#sideNav, #sideNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#sideNav li {
    width: 185px;
    list-style-type: none;
}
#sideNav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    color: #0e316d;
    display: block;
    padding-top: 3px;
    padding-left: 10px;
    height: 27px;
    border-bottom: 1px solid #fff;
}
#sideNav a:hover {
    background-color: #f4ecc8;
    text-decoration: none;
}
#sideNav li.SelectedTab a {
    background-color: #1e478d;
    color: #fff;
    font-weight: normal;
}

/* 
=====================================================
FCKEditor Styles
=====================================================
*/

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #1e478d;
    font-size: 18pt;
    line-height: 18pt;
    margin-bottom: -9.5pt;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #1e478d;
    margin-bottom: -9.5pt;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #1e478d;
    margin-bottom: -9.5pt;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: .035em;
    color: #1e478d;
    margin: 10px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #1e478d;
}
.eyebrow {
    font-size: 9.5pt;
    color: #1e478d;
    margin-bottom: -9.5pt;
}
.lowbrow {
    font-size: 12pt;
    font-style: italic;
    color: #1e478d;
    margin-top: 9.5pt;
}
.photoRight {
    float: right;
    background-color: #fff;
    margin: 5px 0 10px 10px;
}
.photoLeft {
    float: left;
    background-color: #fff;
    margin: 5px 10px 10px 0;
}
.noMargin {
    margin: 0;
}
.noMargin-indent {
    margin: 0;
    text-indent: 25px;
}
.span-9pt {
	font-size: 9pt;
}
.span-13pt {
	font-size: 13pt;
}
.productListingTD {
	border-bottom: 1px solid #1e478d;
	padding: 10px 0;
}
/* 
=====================================================
Skin styles for Latest Articles module
=====================================================
*/
.latestNews {
    margin-left: 10px;
    text-indent: -10px;
    font-size: 9.5pt;
}


/* 
=====================================================
Skin styles for Dynamic Forms
=====================================================
*/
#SaveForm {
    margin-left: 110px;
}
.DynamicForms_ServerSideSummary {
	color: red
}

/* 
=====================================================
Skin styles for Links Module
=====================================================
*/
.LinksDesignTable {
    width: 100%;
}
.LinksDesignTable td {
    border-bottom: 1px dotted #1e478d;
    padding: 5px 0;
}
.LinksDesignTable td a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9.5pt;
    line-height: 1.1em;
}
/* 
=====================================================
Skin styles to override defaults
=====================================================
*/

.Normal {
	font-family: Palatino, Times, Serif;
	font-size: 10.5pt;
	line-height: 1.7em;
	text-align: left;
	color: #48545a;
}
.NormalBold {
	font-family: Palatino, Times, Serif;
	font-size: 10.5pt;
	line-height: 1.7em;
	text-align: left;
	color: #48545a;
        font-weight: bold;
}
.SubHead {
    color: #1e478d;
}
ul {
    margin: 10px 0 0 32px;
    padding: 0px;
}
ul.bulletCopy li {
    margin-bottom: 10px;
}

a, a:link, a:visited {
	color: #4f78bf;
	text-decoration: none;
}
a:hover {
	color: #4f78bf;
    text-decoration: underline;
}
.Login, a.Login {
    font-size: 9pt;
    color: #4f78bf;
}
img {
    border: 0;
}
.CommandButton a, a.CommandButton:link, a.CommandButton:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 1.5em;
    color: #4f78bf;
    text-decoration: none;
}
a.CommandButton:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
.FCKLinkGalleryContainer, .FCKImageGalleryContainer, #fckinstanceoptions_tblEditorOptions {
	background-color: #fff;
	padding: 5px;
}