/**
* Description : The default css styles for the text component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
/* The text component */
.Synergee-Web-Page-Component-Text {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #606266;
line-height: 140%;
margin-top: 0px;
font-size: 80%;
margin-bottom: 10px;
margin-left: 0px;
text-align: left;
}
.Synergee-Web-Page-Component-Text h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #8F7B3D;
letter-spacing: .05em;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
}
.Synergee-Web-Page-Component-Text h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #76787B;
letter-spacing: 2px;
text-align: left;
margin-top: 8px;
padding-bottom: 1px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #00ADEF;
margin-bottom: 2px;
}
.Synergee-Web-Page-Component-Text h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: normal;
color: #666666;
line-height: 100%;
margin-top: 4px;
margin-bottom: 1px;
margin-left: 0px;
text-align: left;
margin-right: 0px;
}
.Synergee-Web-Page-Component-Text blockquote {
margin:0px;
margin-left:15px;
}
.Synergee-Web-Page-Component-Text ul {
margin-bottom: 0px;
padding-bottom: 0px;
}
.Synergee-Web-Page-Component-Text li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #76787B;
line-height: 16px;
text-align: left;
padding-bottom: 4px;
list-style-position: outside;
list-style-image: url(../Images/cyan_bullet_6px_round.gif);
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
.Synergee-Web-Page-Component-Text li#last {
padding-bottom: 0px;
}
/**
* Description : The default css styles for the website selector component
* Copyright   : Copyright (c) 2008 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.SiteSelector {
cursor:pointer;
position:relative;
z-index:1000;
}
.SiteSelectorText {
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-right:5px;
line-height:11px;
vertical-align:top;
color:#666;
padding-bottom:2px;
}
.SiteSelectorLanguageList {
position:absolute;
top:-6px;
right:-6px;
font-size:11px;
opacity:0;
border-style:solid;
border-width:1px;
white-space:nowrap;
z-index:1000;
}
.HideClass {
display:none;
}
.SiteSelectorSiteRow {
position:relative;
font-family:Arial,Helvetica,sans-serif;
z-index:1000;
}
.SiteSelectorSiteRow a {
display:block;
text-decoration:none;
text-align:right;
padding-top:2px;
padding-bottom:2px;
padding-left:5px;
z-index:1000;
}
.SiteSelectorSiteRow a img {
position:relative;
padding-top:3px;
padding-left:5px;
margin-right:5px;
z-index:1000;
}
.SiteSelectorLanguageListFx {
font-size:11px;
opacity:1.0;
/*overflow:visible;*/
overflow:hidden;
z-index:1000;
}
/**
* Description : The default css styles for the menu component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
/**
* Description : The default css styles for the image component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Component-Image-Element {
border:0px;
}/**
* Description : The default css styles for the form component
* Copyright   : Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.Synergee-Web-Page-Form-FieldErrorImgMessage {
cursor: help;
background: url( ../../Default/Images/errorCross.png );
width: 20px;
height: 20px;
display: none;
z-index: 105;
}
.Synergee-Web-Page-Component-Form .Synergee-Web-Page-Form-ErrorMessage {
display: none;
}
.tool-tip {
color: #000;
width: 172px;
z-index: 13000;
}
.tool-title {
font-weight: bold;
font-size: 11px;
margin: 0;
padding: 8px 8px 4px;
background-color: #eeeeee;
}
.tool-text {
font-size: 11px;
padding: 4px 8px 8px;
background-color: #eeeeee;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
.Synergee-Web-Page-Component-Form {
position: relative;
}
.Synergee-Web-Page-Form-Label {
text-align:left;
}
.Synergee-Web-Page-Component-Form-Confirmation {
padding: 10px;
display: block;
min-height: 530px;
height: auto !important;
height: 530px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.Synergee-Web-Page-Component-Form-Confirmation-Container {
padding: 15px;
padding-top: 0;
}
.Synergee-Web-Page-Component-Form-Confirmation-Message {
padding-top: 15px;
padding-bottom: 15px;
}
.Synergee-Web-Page-Component-Form-Hidden {
display: none;
}
.Synergee-Web-Page-Form-Container select.Date-ComboBox {
width:auto;
}
/**
* The global css used by this theme
*
* Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
A {
text-decoration: none;
}
A:hover {
text-decoration: none;
}
.WaitingPanel-AjaxLoading {
background-color: #EEE;
border: 1px solid #aaa;
}
.WaitingPanel-AjaxLoadingImage {
background-image: url( '../../Default/Images/ajax-loader.gif' );
background-repeat: no-repeat;
background-position: center;
}
/**
* The slideshow component
*/
.Synergee-Web-Page-Component-SlideShow-Menu {
float: right;
width: 255px;
}
.Synergee-Web-Page-Component-SlideShow-Slides {
height: 330px;
width: 255px;
}
.Synergee-Web-Page-Component-SlideShow-Page {
width: 255px;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Container {
height: 80px;
width: 80px;
}
.Synergee-Web-Page-Component-SlideShow-Slide {
height: 73px;
width: 73px;
}
.Synergee-Web-Page-Component-SlideShow-FloatingSlide {
height: 70px;
width: 70px;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Container {
float: left;
height: 318px;
width: 485px;
}
.Synergee-Web-Page-Component-SlideShow-Viewer {
height: 315px;
width: 485px;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Comment-Container {
float:left;
width: 495px;
}
.Synergee-Web-Page-Form-Section {
margin-bottom:11px;
}
.Synergee-Web-Page-Form-Section-Title {
font-family:Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight:bold;
text-transform: uppercase;
margin-left:150px;
padding-top:2px;
padding-bottom:2px;
}
.Synergee-Web-Page-Form-Container {
padding:0;
margin:2px;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
color:#606266;
}
.Synergee-Web-Page-Form-Label {
padding:2px 4px 0 4px;
width:125px;
}
.Synergee-Web-Page-Form-Text {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:140px;
padding-left:2px;
padding-right:2px;
border-color:#606266;
}
.Synergee-Web-Page-Form-Email {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:140px;
padding-left:2px;
padding-right:2px;
border-color:#606266;
}
.Synergee-Web-Page-Form-Password {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:140px;
padding-left:2px;
padding-right:2px;
border-color:#606266;
}
.Synergee-Web-Page-Form-Textarea {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:140px;
padding-left:2px;
padding-right:2px;
overflow:auto;
border-color:#606266;
}
.Synergee-Web-Page-Form-Checkbox {
vertical-align:middle;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
}
.Synergee-Web-Page-Form-Checkbox-Item {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
margin-bottom:5px;
width:250px;
margin-left:150px;
}
.Synergee-Web-Page-Form-Radio-Item {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
margin-bottom:5px;
width:250px;
margin-left:150px;
}
.Synergee-Web-Page-Form-Radio {
vertical-align:middle;
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
}
.Synergee-Web-Page-Form-Combobox {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:146px;
border-color:#606266;
}
.Synergee-Web-Page-Form-Combobox-Item {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
}
.Synergee-Web-Page-Form-List {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
width:140px;
}
.Synergee-Web-Page-Form-List-Item {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
margin-bottom:10px;
width:250px;
}
.Synergee-Web-Page-Form-Submit {
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
font-size: 12px;
width:145px;
margin-left:136px;
}
.Synergee-Web-Page-Form-ErrorMessage {
font-family:Arial,Helvetica,sans-serif;
font-size: 12px;
padding:2px;
width:98%;
}
.Synergee-Web-Page-Form-FieldErrorMessage {
padding:2px;
width:285px;
}
/**
* The school price estimation component
*/
.Synergee-Web-Page-Component-SchoolPriceEstimation-Option {
width: 495px;
width: 635px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Cart {
width: 250px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Title {
width: 470px;
width: 610px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-ItemAdded {
width: 530px !important;
width: 520px;
margin-left:0px
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-AddButton {
margin-left:0px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-ParticipantsButton{
margin-left: 5px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-CurrencyButton{
margin-left: 5px;
}
/**
* The school shopping cart component
*/
.Synergee-Web-Page-Component-ShoppingCart-Option {
width: 495px;
width: 635px;
}
.Synergee-Web-Page-Component-ShoppingCart-Cart {
width: 250px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Title {
width: 470px;
width: 610px;
}
.Synergee-Web-Page-Component-ShoppingCart-ItemAdded {
width: 530px !important;
width: 520px;
margin-left:0px
}
.Synergee-Web-Page-Component-ShoppingCart-AddButton {
margin-left:0px;
}
.Synergee-Web-Page-Component-ShoppingCart-ParticipantsButton{
margin-left: 5px;
}
.Synergee-Web-Page-Component-ShoppingCart-CurrencyButton{
margin-left: 5px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Section-Title {
line-height: 40px;
margin-left: 200px;
width: 450px;
position: relative;
float: left;
height:30px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Label {
padding: 2px 4px 0 4px;
width: 185px;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Checkbox-Item {
margin-left: 158px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Radio-Item {
margin-left: 158px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-FieldErrorMessage {
padding: 2px;
width: 318px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Submit {
/*position: relative;*/
/*float: right;*/
/*margin-right: 68px;*/
margin-top: 5px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-Container {
position: relative;
float: left;
width: 395px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-LastFieldSection {
width:680px;
}
.Synergee-Web-Page-Component-ShoppingCart-Form .Synergee-Web-Page-Form-List-LastFieldSection {
width:580px;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Container {
width:900px;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Section {
width: 850px;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Section-Item {
width: 405px;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Section-Item-Label {
width:145px;
}
.Synergee-Web-Page-Component-ShoppingCart-Conditions {
width: 885px;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Container .Synergee-Web-Page-Component-Form-Confirmation-Message {
width: 845px;
}
.Synergee-Web-Page-Component-ShoppingCart-Submit .Synergee-Web-Page-Form-Submit {
margin-right:10px;
}
/**
*  The calendar styles
*/
calendar,
select.calendar {
width: 99px;
}
button.calendar {
background: url(../../Default/Images/Calendar/calendar-icon.gif);
border: 0;
cursor: pointer;
height: 20px;
margin-right: 6px;
width: 20px;
vertical-align:top;
}
button.calendar:focus {
-moz-outline-style: none !important;
}
button.calendar:hover,
button.calendar.active {
background-position: 0 20px;
}
button:active {outline: none;}
div.calendar {
height: 180px;
padding: 0 6px;
text-align: center;
width: 157px;
}
div.calendar div {
background: none !important;
height: 175px;
overflow: hidden;
position: relative;
width: 157px;
}
div.calendar caption {
color: #333;
font: normal 12px / 16px Arial, Helvetica, sans-serif;
padding-top: 6px;
text-align: center;
width: 100%;
}
div.calendar caption a {
cursor: pointer;
display: inline;
height: 12px;
overflow: hidden;
background-position: 0 1px;
}
div.calendar caption a.prev {
display: inline;
background-image: url( ../../Default/Images/Calendar/calendar-prev.gif );
background-repeat: repeat-y;
padding-right:2px;
}
div.calendar caption a.next {
display: inline;
background-image: url( ../../Default/Images/Calendar/calendar-next.gif );
background-repeat: repeat-y;
margin-left:3px;
}
div.calendar caption a:hover {
background-position: 0 14px;
}
div.calendar caption span {
height: 25px;
display: inline;
text-align: center;
}
div.calendar caption span.month {
padding-right: 8px;
}
div.calendar table {
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
margin: 0 auto;
overflow: hidden;
width: 157px;
}
div.calendar td,
div.calendar th {
border: 0;
font: normal 12px Arial, Helvetica, sans-serif;
height: 21px;
text-align: center;
width: 21px;
}
div.calendar td {
color:#eee;
font-size: 11px;
}
div.calendar td.invalid {
color:#eee;
}
div.calendar td.valid {
color:#000;
cursor: pointer;
}
div.calendar td.hilite {
}
div.calendar td.inactive {
}
div.calendar td.active,
div.calendar td.hover {
cursor: pointer;
}
/* SLIMBOX (Customized version) */
#lbOverlay {
position: absolute;
top:0; left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}
#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%; padding:0;
overflow: hidden;
background-color: #fff;
}
.lbLoading {
background: #fff url( ../../Default/Images/sb_loading.gif) no-repeat center;
}
#lbCanvas {
border: 9px solid #fff;
}
#lbCanvas iframe, #lbCanvas img {
border:1px solid #999;
margin:0; padding:0;
}
#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 10px;
width: 70px;
background:url( ../../Default/Images/sb_anchor_spacer.gif);
}
#lbPrevLink {
left: 0;
}
#lbPrevLink:hover {
background: transparent url( ../../Default/Images/sb_prevlabel.gif) no-repeat;
}
#lbNextLink {
right: 0;
}
#lbNextLink:hover {
background: transparent url( ../../Default/Images/sb_nextlabel.gif) no-repeat;
}
#lbBottom {
font-size:12px;
font-family: Verdana, Helvetica, sans-serif;
color: #666;
line-height: 1.4em;
text-align: left;
margin:0 0 0 10px; padding:0;
}
#lbCloseLink {
display: block;
float: right;
width: 20px;
height: 20px;
background: transparent url( ../../Default/Images/sb_closelabel.gif) no-repeat right;
margin:0; padding:0;
}
#lbCaption, #lbNumber {
}
#lbCaption {
font-weight: bold;
}/**
* The theme styles used for the layout of the components
*
* Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
.body {
margin: 0px;
width: 100%;
}
.Container {
width: 900px;
margin: 10px auto 0px !important;
height: 100%;
padding: 0px;
}
.Wrap {
padding: 0px;
/*display: table;*/
}
/*****************************************************************************/
/*							Header                   						 */
/*****************************************************************************/
.Header {
position:relative;
/*display:block;*/
/*padding: 0px;*/
/*margin-top: 0px;*/
/*margin-bottom: 0px;*/
width:900px;
height:100px;
zoom:1;
}
.Logo {
cursor: pointer;
width: 94px;
height: 46px;
float: left;
clear:right;
}
.LogoLinker {
width: 94px;
height: 46px;
float: left;
margin-top: 10px;
margin-left: 25px !important;
margin-left: 10px;
}
.Jplogo {
cursor: pointer;
width: 56px;
height: 27px;
float: right;
}
.JpLogoLinker {
width: 56px;
height: 27px;
margin-top: 15px;
margin-left: 15px;
margin-right: 0px;
float: right;
}
.Toplinks {
float: right;
margin-top: 20px;
height: 25px;
min-width: 200px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 1px;
font-size: 10px;
}
.Toplinks UL {
float: left;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.Toplinks A {
text-decoration: none;
}
.Toplinks A:hover {
text-decoration: underline;
}
.WebsiteSelector {
/*position:relative;*/
/*display:block;*/
float:right;
clear:both;
/*top:50px;
right:0px;*/
height: 25px;
min-width: 18px;
/*width:18px;*/
margin-bottom:5px;
/*margin-right:15px;*/
margin-top:-5px;
}
.SiteSelectorText {
line-height:20px;
}
.SiteSelectorLanguageList {
/*right:-15px;*/
}
.nav {
float: left;
margin-left: 0px;
margin-top: -5px;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
width: 900px;
}
.nav UL {
float: left;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 25px !important;
margin-left: 15px;
}
.nav LI {
float: left;
font-size: 11px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-right: 7px;
padding-left: 7px;
padding-bottom: 12px;
padding-top: 12px;
}
.nav LI.one {
padding-left: 0px;
}
.nav LI.two {
padding-right: 0px;
}
.nav LI A {
text-decoration: none;
}
.nav LI A:hover {
text-decoration: none;
}
.HeaderImage {
margin-bottom: 5px;
margin-top: 0px;
padding: 0px;
width: 900px;
height: 307px;
}
/*****************************************************************************/
/*							Middle Area         							 */
/*****************************************************************************/
.ContactUsText {
width: 250px;
min-height: 200px;
float: left;
margin-bottom: 0px;
}
.ContactUsForm {
position: relative;
width: 650px;
min-height: 200px;
float: left;
margin-bottom: 0px;
}
.Quizz {
width: 670px;
min-height: 200px;
float: left;
margin-bottom: 0px;
}
.Content {
width: 670px;
min-height: 200px;
float: left;
margin-bottom: 0px;
}
.CatalogRequestText {
min-height:40px;
}
.RightContent {
width: 200px;
height: auto;
float: right;
padding: 0px;
margin: 0px;
}
.SchoolPriceEstimationText{
min-height:50px;
height:auto !important;
height:50px;
}
.SchoolPriceEstimation {
margin-top:10px;
min-height: 200px;
float: left;
margin-bottom: 0px;
}
.SlideShow {
margin:10px auto 0px !important;
min-height: 360px;
margin-bottom: 0px;
width:750px;
}
.BoxImage {
width: 180px;
height: 240px;
float: left;
}
.Box {
width: 200px;
min-height: 80px;
float: right;
margin-bottom: 10px;
margin-top: 0px;
padding: 15px 15px 5px;
}
.BoxGray {
width: 190px;
min-height: 80px;
margin: 0px;
padding: 5px;
margin-bottom: 10px !important;
margin-right: 10px !important;
font-size: 100%;
}
.BoxGray li {
list-style-type: disc;
list-style-image: none;
}
.Box {
line-height: 130%;
margin: 0px;
padding: 0px 10px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Box H1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
font-weight: bold;
line-height: 120%;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 3px;
padding: 10px 10px 0px;
text-align: left;
letter-spacing: .05em;
border-bottom: 0px solid;
}
.Box H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 150%;
margin-top: 0px;
margin-left: 0;
margin-right: 0;
margin-bottom: 12px;
padding: 0px;
text-align: left;
letter-spacing: .03em;
font-style: italic;
border-bottom: 0px solid;
}
.Box H3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing: .05em;
text-align: left;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
border-bottom: 0px solid;
}
.Box li {
line-height: 100%;
margin: 0px;
padding: 0px 10px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
/*****************************************************************************/
/*							General Text Formatting   						 */
/*****************************************************************************/
.form {
line-height: 100%;
padding: 0px;
margin: 0px;
font-size: 80%;
}
.lastpar {
margin-bottom: 0px;
}
.ast {
font-size: .85em;
font-weight: bold;
}
.top {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
padding: 0px;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.hack-clear {
margin: 0;
padding: 0;
clear: both;
}
.t1 {
width: 100%;
padding: 5px;
margin: 0px;
}
.pad10 {
padding: 10px;
}
.tadd {
padding-top: 5px;
padding-left: 200px;
}
/*****************************************************************************/
/*							Outside Container      							 */
/*****************************************************************************/
.Line {
line-height: 1px;
overflow: hidden;
width: 900px;
height: 1px;
margin-top: 10px;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
clear:both;
}
.Bottomlogo {
cursor: pointer;
width: 94px;
height: 46px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
}
.Border {
width: 100%;
height: 9px;
float: left;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.Copyright {
width: 880px;
float: left;
margin-top: 0px;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
text-align: left;
padding: 10px;
line-height: 36px;
height:36px;
}
.Bottomnav {
float: left;
margin-top: 10px;
min-height:20px;
min-width:250px;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: 1px;
font-size: 11px;
}
#validation P {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 5px 20px 0;
letter-spacing: 1px;
text-align: right;
font-weight: normal;
}
.caption {
text-align: left;
padding: 0px;
margin-right: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.note {
text-align: left;
padding: 0px;
margin-right: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 6px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.PoweredBySynergee {
color: #76787B;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
margin-top:21px;
}
.PoweredBySynergee {
float: right;
position: relative;
}
/**
* The css used for the ITTTI theme
*
* Copyright (c) 2007 Pyrameed all right reserved (http://www.pyrameed.com)
*/
/**
* The form elements
*/
.Synergee-Web-Page-Form-Section-Title {
color:#39383A;
}
.Synergee-Web-Page-Form-Container {
color:#606266;
}
.Synergee-Web-Page-Form-Text {
border:1px solid #606266;
color:#606266;
}
.Synergee-Web-Page-Form-Email {
border:1px solid #606266;
color:#606266;
}
.Synergee-Web-Page-Form-Password {
border:1px solid #606266;
color:#606266;
}
.Synergee-Web-Page-Form-Textarea {
border:1px solid #606266;
color:#606266;
}
.Synergee-Web-Page-Form-Combobox {
border:1px solid #606266;
color:#606266;
}
.Synergee-Web-Page-Form-Submit {
border:1px solid #00ADEF;
background-color:#C3C4C5;
color:#000;
cursor:pointer;
}
.Synergee-Web-Page-Form-Submit:hover {
color: #000;
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Form-ErrorMessage {
color:#39383A;
border:1px solid #39383A;
background-color:#C3C4C5;
}
.Synergee-Web-Page-Form-FieldErrorMessage {
color:#39383A;
border:1px solid #39383A;
background-color:#C3C4C5;
}
/**
* The layout
*/
.body {
color: #333333;
background-color: #FFFFFF;
}
A {
color: #4D78D2;
}
A:hover {
color: #DF5900;
}
.Logo {
background-image: url( ../Images/logo_iTTTi_Vancouver.jpg );
}
.Jplogo {
background-image: url( ../Images/logo_iTTTi_Japan.jpg );
}
.Toplinks {
color: #76787B;
}
.Toplinks A {
color: #76787B;
}
.Toplinks A:hover {
color: #EC3C00;
}
/* The Website Selector component*/
.SiteSelectorText {
color:#76787B;
}
.SiteSelectorLanguageList {
background-color:#00ADEF;
border-color: #76787B;
}
.SiteSelectorSiteRow a {
color:#002F65;
}
.SiteSelectorSiteRow a:hover {
color:#ffffff;
background-color:#00ADEF;
}
.SiteSelectorLanguageListFx {
background-color:#ffffff;
}
.nav {
background: url( ../Images/blue1px.gif ) repeat-x;
}
.nav LI {
color: #FFF;
}
.nav LI A {
color: #FFF;
}
.nav LI A:hover {
color: #FFD11A;
}
.BoxGray {
color: #333333;
background-color: #76787B;
border: 2px solid #CCCCCC;
}
.Box {
color: #FFF;
}
.Box H1 {
color: #FFF;
}
.Box H2 {
color: #9AAB23;
}
.Box H3 {
color: #8F7B3D;
}
.Box li {
color: #FFF;
}
.ast {
color: #CC0000;
}
.t1 {
background-color: #76787B;
border: 2px solid #CCCCCC;
color:#FFD11A;
}
.t1 ul {
list-style-position:outside;
padding:0;
margin:0;
margin-left:25px;
}
.t1 li {
list-style-image:url(../Images/yellow_bullet_6px_round.gif);
line-height:130%;
list-style-position:outside;
padding-right:5px;
}
.t1 a {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding:3px;
display:block;
color:#FFD11A;
}
.t1 a:hover {
color:#fff;
}
.Line {
background-color: #B6B7BA;
}
.Bottomlogo {
background-image: url( ../Images/logo_iTTTi_Vancouver.jpg );
}
.Border {
background-color: #76787B;
}
.Copyright {
color: #FFF;
background-color: #00ADEF;
}
.Bottomnav {
color: #76787B;
}
.Bottomnav A {
color: #76787B;
}
.Bottomnav A:hover {
color: #EC3C00;
}
#validation P {
color: #666666;
}
#validation P A {
color: #666666;
}
.caption {
color: #76787B;
}
.note {
color: #999999;
}
/**
*  The right Menu
*/
.Synergee-Web-Page-Component-Menu-Level-All{
DISPLAY: block;
MARGIN: 0px 0px 1px;
padding: 6px 5px;
BACKGROUND-COLOR: #76787B;
border: 0px;
font-size: 11px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:100%;
}
.Synergee-Web-Page-Component-Menu-Level-All a{
DISPLAY: block;
MARGIN: 0px 0px 1px;
padding: 1px 5px;
color: #FFD11A;
}
.Synergee-Web-Page-Component-Menu-Level-All a:hover {
DISPLAY: block;
COLOR: #EC3C00;
BACKGROUND-COLOR: #fff;
}
/**
* The slideshow component
*/
.Synergee-Web-Page-Component-SlideShow-FloatingSlide {
border:6px solid #FFD11A;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Comment-Container {
color:#000;
background-color:#fff;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Container{
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-SlideShow-Slide-Container:hover{
border-color:#fff;
}
.Synergee-Web-Page-Component-SlideShow-Menu {
background-color:#00ADEF;
}
.Synergee-Web-Page-Component-SlideShow-Viewer-Comment-Container{
background-color:#000;
color:#fff;
border-bottom:2px solid #000;
}
.SlideShowBackground {
background-color:#333;
}
/* The quizz style */
.Synergee-Web-Page-Component-Quizz-Launch {
background-color:white;
color:#4D78D2;
}
.Synergee-Web-Page-Component-Quizz-Launch button {
background-color:#00ADEF;
border-color:#4D78D2;
color:white;
}
.Synergee-Web-Page-Component-Quizz-Top {
background-color:white;
color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Bottom {
background-color:white;
color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Results {
background-color:white;
color:#00ADEF;
}
.QuizzNavNext {
background-color:white;
}
.QuizzNavCount button {
background-color:white;
}
.QuizzNavPrevious {
background-color:white;
}
.QuizzNavSelected {
color:#FFD11A;
}
.QuizzNavDefault {
color:#00ADEF;
}
.QuizzNavSelectedBox {
color:#FFD11A;
border-style:solid;
border-width:1px;
border-color:#FFD11A;
}
.QuizzNavDefaultBox {
border-style:none;
}
.Synergee-Web-Page-Component-Quizz-SubmitArea .Synergee-Web-Page-Form-Submit {
background-color:white;
color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-SubmitArea .Synergee-Web-Page-Form-Submit:hover {
background-color:white;
border:none;
color:#FFD11A;
}
.Synergee-Web-Page-Component-Quizz-SubmitArea-UniquePage .Synergee-Web-Page-Form-Submit {
background-color:#00ADEF;
border-color:#4D78D2;
color:white;
}
.Synergee-Web-Page-Component-Quizz-SubmitArea-UniquePage .Synergee-Web-Page-Form-Submit:hover {
color:#FFD11A;
background-color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Questions {
background-color:white;
}
.Synergee-Web-Page-Component-Quizz-Questions-MCQ-Question {
background-color:#dddddd;
border-color:#00ADEF;
color:#222222;
}
.Synergee-Web-Page-Component-Quizz-Questions-MCQ-Answers {
background-color:white;
border-color:#00ADEF;
border-top-color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Questions-FTB {
background-color:#dddddd;
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Questions-FTB .Synergee-Web-Page-Form-Text {
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-NotFound {
border-color:red;
}
.Synergee-Web-Page-Component-Quizz-Results-Score {
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend a {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend a:hover {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend hr {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend h1 {
color:#8F7B3D;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend h2 {
color:#76787B;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend h3 {
color:#666666;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend h3 a {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-Legend h3 a:hover {
color:#606266;
}
.Synergee-Web-Page-Component-Quizz-Results-EmptyQuizz {
border-color:#4D78D2;
}
.Synergee-Web-Page-Component-Quizz-Launch button:hover {
color:#FFD11A;
background-color:#00ADEF;
}
/**
* The school price estimation
*/
.Synergee-Web-Page-Component-SchoolPriceEstimation-Option {
background-color:transparent;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Cart {
background-color: #fff;
border: 1px solid #B5B5B5;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Title {
color: #76787B;
border-bottom: 1px solid #00ADEF;
text-transform:none;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Participants-Section-Title {
color: #000;
border-bottom: 0px;
text-transform:none;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Currency-Section-Title {
color: #000;
border-bottom: 0px;
text-transform:none;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-List {
border: 1px solid #00ADEF;
background-color: #99DCF9;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-List-Item:hover {
color: white;
background-color: #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-List-Item-Category {
color: #000;
background-color: #99DCF9;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-ItemAdded {
border-bottom:0px dashed #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-AddButton {
color: #000;
border: 1px solid #fff;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-AddButton:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Title {
border: 1px solid #fff;
font-weight:bold;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Title-NotSelectionnable {
border: 1px solid #fff;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Title:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-SubTitle {
color: #777;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-Name {
color: #00ADEF;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-NameRight {
color: #00ADEF;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-Value {
border: 1px solid #fff;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-ValueNotEditable {
color: #777;
border: 1px solid #fff;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-Value:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-Info-ValueRight {
color: #777;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Section-Item-DeleteButton {
color: #CC0000;
text-transform:none;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-NotSelectionable {
color: #777;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Result-School-Title {
color: #00ADEF;
border-bottom: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Result-Title {
color: #00ADEF;
border-bottom: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Result-TariffingYear-Content {
border-left: 1px dashed #00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Result-Section-Total {
background-color:#00ADEF;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Result-Section-Converted-Total {
background-color:#999999;
}
.Synergee-Web-Page-Component-SchoolPriceEstimation-Loading {
color: #00ADEF;
}
/**
* The school shopping cart
*/
.Synergee-Web-Page-Component-ShoppingCart-Option {
background-color:transparent;
}
.Synergee-Web-Page-Component-ShoppingCart-Cart {
background-color: #fff;
border: 1px solid #B5B5B5;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Title {
color: #76787B;
border-bottom: 1px solid #00ADEF;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-Participants-Section-Title {
color: #000;
border-bottom: 0px;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-Currency-Section-Title {
color: #000;
border-bottom: 0px;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-List {
border: 1px solid #00ADEF;
background-color: #99DCF9;
}
.Synergee-Web-Page-Component-ShoppingCart-List-Item:hover {
color: white;
background-color: #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-List-Item-Category {
color: #000;
background-color: #99DCF9;
}
.Synergee-Web-Page-Component-ShoppingCart-ItemAdded {
border-bottom:0px dashed #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-AddButton {
color: #000;
border: 1px solid #fff;
}
.Synergee-Web-Page-Component-ShoppingCart-AddButton:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF!important;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Title {
border: 1px solid #fff;
font-weight:bold;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Title-NotSelectionnable {
border: 1px solid #fff;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Title:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-SubTitle {
color: #777;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-Name {
color: #00ADEF;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-NameRight {
color: #00ADEF;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-Value {
border: 1px solid #fff;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-ValueNotEditable {
color: #777;
border: 1px solid #fff;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-Value:hover {
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-Info-ValueRight {
color: #777;
font-weight:normal;
font-size:12px;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-DeleteButton {
color: #CC0000;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-Section-Item-DeleteSchoolButton{
color: #CC0000;
text-transform:none;
}
.Synergee-Web-Page-Component-ShoppingCart-NotSelectionable {
color: #777;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Title {
color: #00ADEF;
border-bottom: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-TariffingYear-Content {
border-left: 1px dashed #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Section-Total {
background-color:#00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Section-Converted-Total {
background-color:#999999;
}
.Synergee-Web-Page-Component-ShoppingCart-Loading {
color: #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-CheckoutButton {
border:1px solid #00ADEF;
background-color:#C3C4C5;
color:#000;
}
.Synergee-Web-Page-Component-ShoppingCart-CheckoutButton:hover {
color: #000;
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Container{
background-color: #eee;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-School-Title {
color: #fff;
background-color: #00ADEF;
border-bottom: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Container .Synergee-Web-Page-Component-ShoppingCart-Result-School-Title {
background-color: #00ADEF;
color:#fff;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Section-Total .Synergee-Web-Page-Component-ShoppingCart-Result-Option{
color:#fff;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Section-Total .Synergee-Web-Page-Component-ShoppingCart-Result-Price{
color:#fff;
}
.Synergee-Web-Page-Component-ShoppingCart-Result-Section-Converted-Total {
background-color:#999999;
}
.Synergee-Web-Page-Component-ShoppingCart-Confirmation-Section-Title {
color:#00ADEF;
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-Form-Confirmation-Message{
color:#00ADEF;
border-color:#00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Links-Number {
border:1px solid #00ADEF;
background-color:#C3C4C5;
color:#000;
}
.Synergee-Web-Page-Component-ShoppingCart-Links-Number-Hover{
color: #000;
background-color: #99DCF9;
border: 1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-Links-Name {
font-size:11px;
margin-left:5px;
color: #000;
}
.Synergee-Web-Page-Component-ShoppingCart-Links-Name-Hover {
border-bottom:1px solid #00ADEF;
}
.Synergee-Web-Page-Component-ShoppingCart-PaymentButton:hover{
border:1px solid #999999;
}
.Synergee-Web-Page-Component-ShoppingCart-School {
border-top: 1px solid #76787B;
border-bottom: 1px solid #76787B;
}
/**
*  The calendar styles
*/
div.calendar {
border: 1px solid #00ADEF;
background-color: #fff;
}
div.calendar caption {
color: #333;
}
div.calendar caption a.prev {
background-image: url( ../../Default/Images/Calendar/calendar-prev.gif );
}
div.calendar caption a.next {
background-image: url( ../../Default/Images/Calendar/calendar-next.gif );
}
div.calendar table {
background: #FFF;
}
div.calendar td, div.calendar th {
color: #00ADEF;
}
div.calendar td {
color: #DDD;
}
div.calendar td.invalid {
color: #999;
}
div.calendar td.valid {
color: #777;
}
div.calendar td.hilite {
background-color: #00ADEF;
}
div.calendar td.inactive {
color: #444;
}
div.calendar td.active,
div.calendar td.hover {
background-color: #00ADEF;
color: #FFF;
}
/* The login component */
.Synergee-Web-Page-Component-Login-Box {
border:1px solid #00ADEF;
}
.Synergee-Web-Page-Component-Login-Box-Title {
background-color: #00ADEF;
color:#fff;
}

