@charset "utf-8";

/* ----------------------------- Globals (start) */

img {
	border: 0;
}
body {
	background-color: #317eab;
	background-image: url('/assets/images/mso/body_bg.png');
	background-repeat: repeat-x;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
body a:link, body a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}
body a:hover {
	color: #373;
}
body a:active {
	color: #000;
}
.container_12 {
	background-color: #FFF;
}
.error {
	color: #F00;
	font-weight: bold;
}
.warning {
	color: #ff9900;
	font-weight: bold;
}
.informational{
	color: #00F;
}
.hidden {
	display: none;
}

/* ----------------------------- Globals (end) */
/* ----------------------------- Header (start) */

#headercontainer {
	background-image: url('/assets/images/mso/header.jpg');
	height: 130px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header .logo {
	float: left;
	vertical-align: middle;
	width: 257px;
	height: 105px;
	margin: 7px 0px 8px 10px;
	background-image: url('/assets/images/mso/oasis_logo.png');
	background-position: left top;
}
#header .headerbox {
	float: right;
	margin-top: 15px;
	vertical-align: middle;
	text-align: right;
}
#header .headerbox .row {
	margin-top: 10px;
	clear: both;
}
#header .headerbox a:link, #header .headerbox a:visited {
	width: 200px;
	text-decoration: none;
}
#header .headerbox a img {
	vertical-align: middle;
}
#header .headerbox a:hover {
	text-decoration: underline;
}
#header .headerbox, #header .headerbox a {
	color: #FFF;
}

/* ----------------------------- Header (end) */
/* ----------------------------- Menu (start) */

#menucontainer {
	background-image: url('/assets/images/mso/menu_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
}

#menu { position: relative; z-Index: 1;}
#menu ul { list-style-type: none; margin: 0; padding: 0;}
#menu li { display: block; float:left; margin-right: 3px; position: relative;}

#menu table { border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
#menu li a { display: block; float: left; height: 20px; padding: 5px 10px;}
#menu li a:link, #menu ul li a:visited {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	background-position: left top;
}
#menu ul li.active a:link, #menu ul li.active a:visited {
	color: #317eab;
}
#menu ul li a {
	background-image: url('/assets/images/mso/menu_bg.png');
	background-repeat: repeat-x;
	background-position: center top;
}
#menu ul li.active a {
	background-image: url('/assets/images/mso/menu_active.png');
	background-position: center -60px !important;
	background-repeat: repeat-x;
	cursor: default;
}
#menu ul li.first a {
}
/* hide submenus */
#menu ul ul { height: 0; left: 0; position: absolute; visibility: hidden;}

/* Hover Fx */
#menu ul li a:hover, #menu ul li:hover a { background-position: center -30px !important; color: #317eab;}
#menu ul li a:active, #menu ul li:active a { background-position: center -90px !important; color: #317eab;}

/* first submenu on hover */
#menu ul :hover ul {
	visibility: visible;
	top: 30px;
	left: 0px;
	white-space: nowrap;
	height: auto;
	width: 100%;
	background: #eee;
}
#menu ul :hover ul li, #menu ul :hover ul li.first { display:block; position:relative; float:left; width: 100%; border-top: 1px solid #555;}
#menu ul :hover ul li a, #menu ul :hover ul li.first a { background-image: none;}
#menu ul :hover ul li a { display:block; clear: both; font-size:11px; height: 18px; width: 100%; line-height:17px; text-indent:10px; color: #64696c; text-decoration:none; padding:3px 0px;}
#menu ul :hover ul li a:hover { background-color:#d9c779; color:#317eab;}

/* ----------------------------- Menu (end) */
/*ContentContainer*/
#contentcontainer {
	padding: 10px 0px;
	background-color: #FFF;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url('/assets/images/mso/content_bg.png');
}

/*Breadcrumbs*/
#breadcrumbs {
	margin-bottom: 10px;
}

/*Headings*/
h1 {
	border-bottom: 1px solid #555;
	margin: 15px 0 5px 0;
	padding: 0 5px;
	font-size: 24px;
	color: #555;
	text-align: center;
}
h2 {
	border-bottom: 1px solid #555;
	margin: 15px 0 5px 0;
	font-size: 20px;
	color: #555;
}

/*Content Styles*/
#content {
	overflow: hidden;
	min-height: 300px;
}

#content .sidebar {
	background-color: #000;
	overflow: hidden;
	margin-bottom: 20px;
}
#content .errors {
	color: #F00;
	padding: 5px 10px;
	margin: 5px 0;
	border-left: 2px solid #F00;
}

/* ----------------------------- Content Boxes (start) */
#content .contentbox {
	border: 2px solid #AAA;
	padding: 5px;
	margin: 10px 0px;
}
#content .contentbox p {
	font-weight: normal;
	margin: 5px;
	font-size: 12px;
	color: #444;
}
#content .contentbox p:first-letter {
	font-weight: bold;
	font-size: 16px;
	color: #222;
}

/* ----------------------------- Content Boxes (end) */
/*Home*/

#content .school_selector {
	width: 522px;
	height: 200px;
	margin: 20px 0px 0px 0px; 
	padding: 36px 42px;
	background-image: url('/assets/images/mso/school_selector/bg.png');
}
#content .school_selector a {
	display: block;
	float: left;
	width: 172px;
	height: 200px;
	background-position: left top;
}
#content .school_selector a:hover {
	background-position: left bottom;
}

/* ----------------------------- News Style (begin) */

#content .newsPost {
	border: 1px solid #888;
	margin-bottom: 20px;
        background-color: #EEE;
}
#content .newsPost h3 {
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #888;
}
#content .newsPost .newstext {
	padding: 5px 10px;
	border-bottom: 1px solid #888;
}
#content .newsPost .more {
	float: left;
	padding: 5px;
	text-align: left;
}
#content .newsPost .author {
	float: right;
	padding: 5px;
	text-align: right;
}

/* ----------------------------- News Style (end) */
/* ----------------------------- Default Formular Style (begin) */

form div {
	margin-bottom: 5px;
}
form div.buttons {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
form div label {
}
form input,
form select,
form button,
form textarea {
	border: 1px solid #888;
}
form input[type="text"],
form input[type="password"],
form div.buttons input[type="submit"],
form div.buttons input[type="reset"],
form select,
form textarea {
	background-image: url('/assets/images/mso/input_bg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: eaeaea;
}
form input[type="submit"],
form input[type="reset"],
form button {
	margin: 0px 5px;
}

/* ----------------------------- Default Formular Style (end) */
/*Product Selection Page*/

#content form.product_select {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#content form.product_select .submitbtn {
	margin: 0px;
	padding: 0px;
	width: 238px;
	height: 238px;
	background-color: transparent;
	background-position: left top;
	border: 0px solid #555;
	cursor: pointer;
}

#content .store_message_firsttimeusers {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
        height: 104px;
        background-image: url('/assets/images/mso/store_front/firstTimeUsers_box.jpg');
        background-repeat: no-repeat;
        background-position: 70px;
}

#content .store_message_firsttimeusers p {
        margin: 0px;
        padding-top: 10px;
        text-align: center;
}

#content .store_message_payments {	
        margin-top: 0px;
	margin-bottom: 10px;
	float: left;
        height: 76px;
        background-image: url('/assets/images/mso/store_front/payments_box.jpg');
        background-repeat: no-repeat;
        background-position: 70px;
        text-align: center;
}

#content .store_message_payments p {
        margin: 0px;
        padding-top: 10px;
        text-align: center;
}

/* ----------------------------- Sidebar Boxes (begin) */
#sidebar .box_green,
#sidebar .box_grey,
#sidebar .box_orange {
	width: 220px;
	margin-bottom: 15px;
}
#sidebar .box_green h2,
#sidebar .box_grey h2,
#sidebar .box_orange h2 {
	width: 200px;
	height: 15px;
	font-weight: 900;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	padding: 11px 10px;
	margin: 0px;
	text-align: center;
}
#sidebar .box_green .content,
#sidebar .box_grey .content,
#sidebar .box_orange .content {
	width: 200px;
	margin: 0px;
	padding: 10px;
}
#sidebar .box_green .bottom,
#sidebar .box_grey .bottom,
#sidebar .box_orange .bottom {
	width: 220px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#sidebar .box_green h2 {
	background-image: url('/assets/images/mso/side_box_g_t.png');
	color: #007fd5;
}
#sidebar .box_green .content {
	background-image: url('/assets/images/mso/side_box_g_c.png');
	color: #FFF;
}
#sidebar .box_green .bottom {
	background-image: url('/assets/images/mso/side_box_g_b.png');
}

#sidebar .box_orange h2 {
	background-image: url('/assets/images/mso/side_box_o_t.png');
	color: #007fd5;
}
#sidebar .box_orange .content {
	background-image: url('/assets/images/mso/side_box_o_c.png');
	color: #FFF;
}
#sidebar .box_orange .bottom {
	background-image: url('/assets/images/mso/side_box_o_b.png');
}

#sidebar .box_grey h2 {
	background-image: url('/assets/images/mso/side_box_gr_t.png');
	color: #0b7928;
}
#sidebar .box_grey .content {
	background-image: url('/assets/images/mso/side_box_gr_c.png');
	color: #FFF;
}
#sidebar .box_grey .bottom {
	background-image: url('/assets/images/mso/side_box_gr_b.png');
}

/* ----------------------------- Sidebar Boxes (end) */
/* ----------------------------- Sidebar News (start) */
#sidebar .sidebarNews h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #317eab;
	font-weight: bold;
	font-size: 14px;
}
#sidebar .sidebarNews .text {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	color: #fbe5c3;
	font-weight: normal;
	font-size: 12px;
}
#sidebar .sidebarNews .text a:link, 
#sidebar .sidebarNews .text a:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}

/* ----------------------------- Sidebar News (end) */
/* ----------------------------- Tooltip (start) */
.info_box {
	max-width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	padding: 4px;
	background-color: #dcebfe;
	z-Index: 999;
	color: #000;
}
.info_box .iconbar {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	clear: both;
}

/* ----------------------------- Tooltip (end) */
/* ----------------------------- Footer (begin) */

#footercontainer {
	height: 218px;
	padding: 10px;
	background-image: url('/assets/images/mso/footer_bg.png');
}
#footer {
	text-align: center;
	font-size: 0.8em;
	color: #FFF;
}
#footer hr {
	background-image: url('/assets/images/mso/footer_hr.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 5px 0px;
	height: 2px;
	border: none;
}
#footer p a:link, #footer p a:visited {
	text-decoration: none;
	color: #FFF;
} 
#footer p a:hover, #footer p a:focus, #footer p a:active {
	text-decoration: underline;
}

/* ----------------------------- Footer (end) */
/* ----------------------------- Login Sidebar (begin) */

#wlpeSidebar * {
	font-size: 10px;
	margin-bottom: 2px;
}

#wlpeSidebar label {
	font-weight: bold;
	text-align: left;
	width: 60px;
	float: left;
	display: block;
}
#wlpeSidebar input {

}

#wlpeSidebar input[type="text"], #wlpeSidebar input[type="password"] {
	border: 1px solid;
	padding: 2px;
	width: 124px;
	float: left;
	display: block;
}

#wlpeSidebar #wlpeSubmitLogin,
#wlpeSidebar #wlpeRegisterButton {
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 0px 2px 0px;
	cursor: pointer;
	background-color: #eaeaea;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
}
#wlpeSidebar #wlpeSubmitLogin {
	width: 128px;
}
#wlpeSidebar #wlpeRegisterButton {
	height: 15px;
	width: 58px;
}
#wlpeRemember {
	margin: 0px;
	padding: 0px;
}

#wlpeSidebar .error {
	clear: both;
	text-align: left;
	font-weight: bold;
	color: #f9e1b1;
}

#wlpeBusy {
	visibility: hidden; 
}

#wlpeLogout {
	font-size: 8px;
	text-decoration: underline;
	cursor: pointer;
	float: none;
}
#wlpeLogoutBusy {
	visibility: hidden;
	float: left;
}
#wlpeSidebar .user {
	font-weight: bold;
	float: none;
}

/* ----------------------------- Login Sidebar (end) */
/* ----------------------------- Sidebar Profile (start) */

#wlpeSidebarProfile a:link, #wlpeSidebarProfile a:visited {
	text-decoration: none;
	height: 32px;
}

/* ----------------------------- Sidebar Profile (end) */
/* ----------------------------- WebLoginPE Forms (start) */

#wlpeForm h3 {
	border: 1px solid #555555;
	background-color: #317EAB;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px;
}
#wlpeForm h3.toggler {
	cursor: pointer;
}
#wlpeForm div.body {
	border: 1px solid #555555;
	margin: 0px;
	padding: 5px;
}
#wlpeForm .required {
	color: #FF0000;
}
#wlpeForm label {
	width: 380px;
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
}
#wlpeForm label input,
#wlpeForm label textarea,
#wlpeForm label select {
	float: right;
	width: 220px;
}
#wlpeForm label input[type="checkbox"] {
	width: 13px;
	margin-right: 209px; 
}

/* ----------------------------- WebLoginPE Forms (end) */
/* ----------------------------- User Register (start) */

#wlpeRegisterInfo {
	font-weight: bold;
}
#wlpeTermsOfService h1 {
	font-size: 20px;
}
#wlpeForm label #wlpeUserDefaultImage {
	margin-right: 120px;
	float: right;
}
#wlpeForm label #wlpeCaptchaImage {
	margin-right: 72px;
	float: right;
}

/* ----------------------------- User Register (end) */



/* ----------------------------- Promotional (start) */

.promoDetailText  {
    color: #000;
    font-size: 10px;
    font-weight: normal;
}

.promoOldPrice  {
    color: #000;
    font-weight: bold;
    text-decoration: line-through;
}

.promoNewPrice  {
    color: #F00;
    font-weight: bold;
}

.promoAttentionText  {
    color: #F00;
    font-size: 14px;
    font-weight: bold;
}

.promoFirstDetail {
    padding-top: 10px;
}

.promoItems {
    position: relative;
    height: 413px;
}

.promoSidebarItems {
    position: relative;
    height: 267px;
}

.promoItem, .promoSidebarItem {
    position: absolute;
}

.promoButton, .promoSidebarButton {
    font-size: 14px;
    color: #CCC;
    padding-left: 10px;
    padding-right: 10px;
}

.promoButton a:link, .promoButton a:visited, .promoSidebarButton a:link, .promoSidebarButton a:visited {
    text-decoration: none;
}

.selected {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.off {
    font-size: 14px;
    color: #CCC;
}


/* ----------------------------- Promotional (end) */


/* ----------------------------- Location menu (start) */

.menuBox {
	position: absolute; 
	overflow: hidden;
        padding: 0px;
        margin: 0px;
}

.menuItem {
   font-size: 12px;
   padding: 0px;
}

.menuItem a:hover {
   font-weight: bold;
}

.menuItem a:link, .menuItem a:visited {
	text-decoration: none;
}

.menuIcon {
    margin-right: 10px;
}

#locationMenuTrigger a:hover {
    cursor: default;
}

.miniLink{
   font-size: 10px;
   padding-top: 10px; 
   text-align: center;
}

/* ----------------------------- Location menu (end) */
