body { 
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: medium; 
    font-size: 14px; 
	color: #77787B;
	line-height: 22px;
    }


/* styles */
p {
	margin: 0 0 20px 0;
	}
a {
	color: #165D95;
	text-decoration: none;
	outline: none;
 	}   
a:hover { 
	color: #2CB200;
	text-decoration: underline;
    }	
h1, h2, h3 {
	font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
	}   
h1 {
	color: #2F97B4;
	font-size: 23px;
	margin-bottom: 10px;
	}
h2 {
	color: #FE7F00;
	font-size: 18px;
	margin-bottom: 6px;
	}
h3 {
	color: #666;
	font-size: 16px;
	margin-bottom: 6px;
	}
hr {
	width: 100%;
	border: 0;
	border-bottom: 1px dotted #ccc;
	}
.blue {
	color: #165D95;
	}
.green {
	color: #2CB200;
	}
.orange {
	color: #FE7F00;
	}
.teal {
	color: #2F97B4;
	}
	
.right {
	float: right;
	margin: 0 0 10px 20px;
	}
.left {
	float: left;
	margin: 0 20px 10px 0;
	}
	
	
/* layout structure */

.containerOuter {
	width: 100%;
    text-align: left;
    margin-left: auto; 
    margin-right: auto;
    }
.container {
	width: 1588px;
    text-align: left;
    margin-left: auto; 
    margin-right: auto;
    background-color: #fff;
    }

#masthead { 
    width: 1150px;
    height: 100px;
    margin-left: auto; 
    margin-right: auto;
    padding: 0 25px 20px 25px;
    }
    
#logo a { 
    background: url(../content/images/logo_otiss.png) no-repeat;
    display: block;
    width: 340px;
    height: 74px;
    float: left;
    margin-top: 28px;
    }
            
#tabEvents { 
    background: url(../content/images/tab_event.png) ;
    width: 176px;
    height: 33px;
    float: right;
    margin-right: 10px;
    }
#tabNew { 
    background: url(../content/images/tab_new.png) no-repeat;
    width: 125px;
    height: 33px;
    float: right;
    margin-right: 10px;
    }
#tabCaseStudies { 
    background: url(../content/images/tab_casestudies.png) no-repeat;
    width: 156px;
    height: 33px;
    float: right;
    margin-right: 10px;
    }
#tabAddData { 
    background: url(../content/images/tab_additedata.png) no-repeat;
    width: 135px;
    height: 33px;
    float: right;
    margin-right: 10px;
    }
#tabLogin { 
    background: url(../content/images/tab_login.png) no-repeat;
    width: 72px;
    height: 33px;
    float: right;
    }
#tabSignup { 
    background: url(../content/images/tab_signup.png) no-repeat;
    width: 85px;
    height: 33px;
    float: right;
    } 
#tabNew a {
    width: 125px;
    height: 33px;
    }
#tabAddData a {
    width: 135px;
    height: 33px;
    }
#tabLogin a {
    width: 72px;
    height: 33px;
    }
#tabSignup a {
    width: 85px;
    height: 33px;
    }
#tabEvents a,    
#tabNew a,
#tabAddData a,
#tabLogin a,
#tabSignup a,
#tabCaseStudies a {
    display: block;
	outline: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
    }
#tabCaseStudies a {
    width: 156px;
    height: 33px;
	font-size: 12px;
    }
#tabNew a:hover {
    background: url(../content/images/tab_new_over.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 125px;
    height: 33px;
    }
#tabAddData a:hover {
    background: url(../content/images/tab_additedata_over.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 135px;
    height: 28px;
    }
#tabCaseStudies a:hover {
    background: url(../content/images/tab_casestudies_over.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 156px;
    height: 33px;
    }
#tabLogin a:hover {
    background: url(../content/images/tab_login_over.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 72px;
    height: 33px;
    }
#tabSignup a:hover {
    background: url(../content/images/tab_signup_over.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 85px;
    height: 33px;
    }
     
    
/* top navigation */
#masthead .menu {
    list-style: none;
    float: right;
    margin-top: 45px;
	}
#masthead .menu li {
	float: left;
	position:relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
    margin-right: 40px;
    padding-right: 40px;
    font-family: "arial narrow", sans-serif;
	}
#masthead .menu li a {
	float: right;
    display: block;
    color: #165D95;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 1px;
	}
#masthead .menu li a:hover {
    color: #2CB200;
	}
#masthead .menu #nav1 {
	margin-left: 0;
	}
#masthead .menu #nav5 {
	margin-right: 0;
	padding-right: 5px;
	border-right: 0;
	}	
#masthead .menu .on {
    color: #FE7F00;
    font-weight: bold;
	}
#masthead .menu .on:hover {
    color: #FE7F00;
    font-weight: bold;
	}
/* end top navigation */


/* carousel */
#wrapper {
	background-color: #fff;
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 0;
	height: 310px;
	}
#subwrapper {    /* sub banner */
	background-color: #333;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 0;
	height: 200px;
	}	
#carousel img {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	}
#prev, #next {
	background-color: rgba(255, 255, 255, 0.0);
	display: block;
	height: 310px;
	width: 50%;
	position: absolute;
	top: 0;
	z-index: 100;
	}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	}
#prev {
	left: -495px;
	}
#next {
	right: -495px;
	}
#wrapper .container,
#subwrapper .container {
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: -65px;
	position: relative;
	z-index: 1000;
	}
#wrapper .text,
#subwrapper .text {
	float: left;
	margin-top: 15px;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #ccc;
	}
#wrapper .button,
#subwrapper .button {
    background: url(../content/images/btn_trial.png) no-repeat center;
	float:right;
	width: 253px;
	height: 54px;
	display: block;
	}
#wrapper a.button:hover,
#subwrapper a.button:hover {
    background: url(../content/images/btn_trial_over.png) no-repeat center;
	float:right;
	width: 253px;
	height: 54px;
	display: block;
	}
/* end carousel */	


#feedback { 
	height: 144px; 
	width: 144px; 
	position: fixed;
	top: 450px; 
	z-index: 999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
#feedback a { 
	background: url(../content/images/tab_feedback.png) no-repeat;
	display: block; 
	padding: 8px 16px;
	color: #fff; 
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}
#feedback a:hover { 
    background: url(../content/images/tab_feedback_over.png) no-repeat;
    display: block;
	}
	
		
#socialMedia {
	width: 1580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 310px;
	}
#socialMedia .link {
	float: right;
	margin-top: 20px;
	height: 50px;
	}
	
	
/* home content */
#contentHome {
	clear: both;
	width: 1588px;
    margin-left: auto; 
    margin-right: auto;
	}
#contentHome ul {
	width: 1588px;
    list-style: none;
	}
#contentHome li {
	width: 385px;
	float: left;
	margin: 0 7px;
	}
#contentHome li p {
	padding: 0 50px;
	}
#contentHome li h1 {
	font-size: 20px; 
	line-height: 22px;
	color: #FE7F00;
	text-align: center;
	text-transform: uppercase;
	}	
#contentHome li a.btnMore {
    background: url(../content/images/btn_learn_more.png) no-repeat center;
	height: 27px;
	display: block;
	}
#contentHome li a.btnMore:hover {
    background: url(../content/images/btn_learn_more_over.png) no-repeat center;
	height: 27px;
	display: block;
	}
#contentHome .last {
	margin-right: -15px;
	}
#contentHomeB {
	clear: both;
	width: 1588px;
	padding: 0 50px;
	}
#contentHomeB ul {
	width: 1588px;
    list-style: none;
    padding-left: 150px;
	}
#contentHomeB li {
	float: left;
	}
#contentHomeB li.testimonial {
	width: 480px;
	padding: 0 85px 0 0;
	border-right: 1px solid #ddd;
	text-align: right;
	}	
#contentHomeB li.testimonial span.quotesOpen {
    background: url(../content/images/quotes_open.png) no-repeat;
    width: 22px;
    height: 16px;
    display: block;
    float: left;
	}
#contentHomeB li.testimonial span.quotesClose {
    background: url(../content/images/quotes_close.png) no-repeat;
    width: 22px;
    height: 16px;
    display: block;
    float: right;
	}
#contentHomeB li.testimonial span {
	font-family: Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 29px;
	line-height: 38px;
	}
#contentHomeB li.testimonial a {
	text-decoration: none;
	color: #555;
	}	
#contentHomeB li.testimonial a:hover {
	color: #777;
	}
#contentHomeB li.testimonial p {
	font-family: "Arial Narrow", sans-serif;
	text-transform: uppercase;
	color: #FE7F00;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	}
#contentHomeB li.clients {
	width: 471px;
	padding: 0 0 0 65px;
	}
#contentHomeB td {
	padding: 10px 0;
	}

	
/* content */
#contentA,
#contentB,
#contentC,
#contentD {
	clear: both;
	width: 1000px;
	padding: 0 100px;
    margin-left: auto; 
    margin-right: auto;
	}
	
/* content benefits */
#contentA #buttons a.benefits {
    background: url(../content/images/btn_benefits.png) no-repeat center;
    display: block;
    width: 211px;
    height: 70px;
    float: right;
	}
#contentA #buttons a.benefits:hover {
    background: url(../content/images/btn_benefits_over.png) no-repeat center;
    display: block;
    width: 211px;
    height: 70px;
    float: right;
	}
#contentB .heading {
	text-align: center;
	margin-bottom: 50px;
	}
#contentB ul.col5 {  /* 5-col layout */
	width: 1200px;
    list-style: none;
	}
#contentB .col5 li {
	width: 160px;
	float: left;
	padding: 0 25px;
	border-right: 1px solid #eee;
	}
#contentB .col5 li img {
	margin-bottom: 10px;
	}
#contentB .col5 li p, 
#contentB .col5 li h1 {
	padding: 0 0;
	}
#contentB .col5 li h1 {
	font-size: 18px; 
	line-height: 22px;
	color: #666;
	}	

/* content features */
#contentA #buttons {
	width: 422px;
	margin-left: auto;
	margin-right: auto;
	}
#contentA #buttons a.features {
    background: url(../content/images/btn_features.png) no-repeat center;
    display: block;
    width: 211px;
    height: 70px;
    float: left;
	}
#contentA #buttons a.features:hover {
    background: url(../content/images/btn_features_over.png) no-repeat center;
    display: block;
    width: 211px;
    height: 70px;
    float: left;
	}
#contentB ul.col4 {  /* 4-col layout */
	width: 1000px;
    list-style: none;
	}
#contentB .col4 li {
	width: 211px;
	float: left;
	padding: 0 25px;
	border-right: 1px solid #eee;
	}
#contentB .col4 li img {
	margin-bottom: 10px;
	}
#contentB .col4 li p, 
#contentB .col4 li h1 {
	padding: 0 0;
	}
#contentB .col4 li h1 {
	font-size: 18px; 
	line-height: 22px;
	color: #666;
	}
	
/* old features 
#contentB dl.left {
	height: 360px;
	margin-bottom: 10px;
	}
#contentB dl.left dt {
	float: left;
	margin-left: 100px;
	margin-left: 0;
	}
#contentB dl.left dd {
	padding-top: 55px;
	margin-left: 300px;
	margin-right: 100px;
	margin-right: 0;
	}	
#contentB dl.right {
	height: 360px;
	margin-bottom: 30px;
	}
#contentB dl.right dt {
	float: right;
	margin-right: 100px;
	margin-right: 0;
	}
#contentB dl.right dd {
	padding-top: 55px;
	margin-right: 300px;
	margin-left: 100px;
	margin-left: 0;
	}
*/
		

	/*Events & Learning */
.leftIndent {  
	width: 850px;
	padding-left:60px;
	}
	
	ul#hover-new-menu {
                position: absolute;
                display: none;
                z-index: 999;
                top: 40px;
                list-style: none;
                background-color: rgba(39,43,52,1);
                border-top-color:#FFF;
            }
            ul#hover-new-menu li {
                clear: both;
                margin: 0;                
            }
            ul#hover-new-menu li a {
                margin: 0;
                padding: 6px 10px 0 0px;
                font-size: 13px;
                display: block;
                text-decoration: none;
                color: #FFF;
                height: 24px;
                width: 150px;
                vertical-align: middle;
            }
            ul#hover-new-menu li a:hover {
                color: #FFF;
                background-color: #bec0c2;
            }
            .dropdown:hover #hover-new-menu {
                display: block;
                top:33px;
                left:10px;
                text-align:left;
            }
            .dropdown {
                position: relative;
                display: inline-block;
            }
            /* .NotificationsDiv {
                position: absolute;
                left: 310;                                
                background-color: #FE7F00;
                color: #fff;
                border-radius: 3px;
                padding: 2px 4px;
                font: 10px Verdana;
                right:3px;
            } */
            .divider
            {
                border-top: 1px solid #FFF;
            }	
           .subtittle
            {
                color:Orange;
                padding-left:60px;    
                font-weight:bold;
            }
            .subtittlePast
            {
                color:#B86609;
                padding-left:60px;    
                font-weight:bold;
            }
            .btnMore {
                    background: url(../content/images/btn_read_more.png) no-repeat center;
	                height: 27px;
	                display: block;
	                }
            .btnMore:hover {
                    background: url(../content/images/btn_read_more_over.png) no-repeat center;
	                height: 27px;
	                display: block;
	                }
	        .btnDownload {
                    background: url(../content/images/btn_download.png) no-repeat center;
	                 float:right;
	            width: 253px;
	            height: 54px;
	            display: block;
	                }
            .button{
                background: url(../content/images/btn_read_more.png) no-repeat center;
	            float:right;
	            width: 253px;
	            height: 54px;
	            display: block;    
            }
            .button:hover {
                background: url(../content/images/btn_read_more_over.png) no-repeat center;
	            float:right;
	            width: 253px;
	            height: 54px;
	            display: block;
	         }
            
            
/* content support */
#contentA .indentLeft {  
	width: 850px;
	padding: 0 75px;
	}
#contentA ul.list,
#contentA ol.list {
	margin: 0 75px;
	padding-bottom: 10px;
    }

/* content pricing */
#userTabs ul {
	width: 244px;
	margin-left: auto; 
    margin-right: auto;
    list-style: none;
    padding-bottom: 50px;
    margin-top: -20px;
	}
#userTabs li {
	text-align: center;
	}
#userTabs li a {
	width: 120px;
	height: 25px;
	float: left;
	background-color: #bbb;
	border: 0;
	color: #fff;
	padding-top: 4px;
	}
#userTabs li.single a {
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	margin-right: 3px; 
	}
#userTabs li.multi a {
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	}
#userTabs li a:hover {
	text-decoration: none;
	background-color: #FE7F00;
	}
#userTabs li a.on {
	background-color: #FE7F00;
	}

#contentPricing {
	clear: both;
	width: 1000px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
	}
#contentPricing ul {
	width: 1200px;
    list-style: none;
	}
#contentPricing li {
	width: 333px;
	float: left;
	background-color: #F3F3F3;
	}
#contentPricing li p {
	padding: 0 20px;
	}
#contentPricing li h1 {
	font-size: 20px; 
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	background-color: #555;
	}	
	
#contentPricing li#standard {
	margin-top: 20px;
	border: 0;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	}
#contentPricing li#standard h1 {
	-moz-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
	}
#contentPricing li#pro {
	border: 1px solid #ccc; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	}
#contentPricing li#pro h1 {
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	padding: 10px 0 10px 0;
	background-color: #2F97B4;
	line-height: 24px;
	}
#contentPricing li#pro h1 span {
	font-size: 18px;
	color: #FFFF99;
	}
	
#contentPricing li#lite {
	margin-top: 20px;
	border: 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	}
#contentPricing li#lite h1 {
	-moz-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	}	
#contentPricing li .users {
	}
#contentPricing li .price {
	font-size: 65px;
	color: #2F97B4;	
	}
#contentPricing li .price span {
	font-size: 13px;
	}
#contentPricing li .disclaimer {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0;
	}
#contentPricing li .discount {
	font-size: 12px;
	font-weight: bold;
	}
#contentPricing .features {
	text-align: center;
	}
#contentPricing .features p {
	font-size: 13px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
#contentPricing .features h2 {
	font-size: 15px;
	color: #fff;
	line-height:25px;
	background-color: #bbb;
	}
#contentPricing .features h3 {
	font-size: 13px;
	color: #2F97B4;
	line-height: 20px;
	margin: 10px 0 0 0;
	}
#contentPricing .features h4 {
	font-size: 13px;
	color: #2F97B4;
	line-height: 29px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	}
#contentPricing .features h4 a {
	color: #2F97B4;
	}
#contentPricing .features p.dim,
#contentPricing .features h3.dim {
	color: #ccc;
	}	
#contentPricing li a.btnTry {
    background: url(../content/images/btn_try_now.png) no-repeat center;
	height: 32px;
	display: block;
	margin-top: 20px;
	}
#contentPricing li a.btnTry:hover {
    background: url(../content/images/btn_try_now_over.png) no-repeat center;
	height: 32px;
	display: block;
	}


/* content spacers */
#contentTopSpacer {
    clear: both;
	height: 200px;
	}
#contentDivider {
    background: url(../content/images/bg_divider_wide_1.jpg) repeat-x;
    height: 64px;
	border: 0;
    margin-left: auto; 
    margin-right: auto;
    clear: both;
    padding-bottom: 20px;
	}
#contentSpacer {
    clear: both;
	height: 50px;
	}
#contentDividerold {
    background: url(../content/images/bg_divider_wide.jpg) repeat-x;
    height: 64px;
	border: 0;
    margin-left: auto; 
    margin-right: auto;
    clear: both;
    padding-bottom: 20px;
	}

/* footer */
#footer {
	clear: both;
	width: 100%;	
	background-color: #333;
	padding-top: 75px;
	}   
#footer ul.menu {
	width: 950px;
    list-style: none;
    margin-left: auto; 
    margin-right: auto;
	}
#footer ul.menu li ul {
	list-style: none;
	float: left;
	border-right: 1px solid #555;
	padding: 0 70px;
	margin-bottom: 110px;
	}
#footer ul.menu li ul .label,	
#footer ul.menu li ul .label a, 
#footer ul.menu li ul .label a:hover {
    font-family: "arial narrow", sans-serif;
    font-weight: normal;
	text-transform: uppercase;
	color: #7BCE5F;
	font-size: 17px;
	line-height: 30px;
	}
#footer ul.menu li ul li a {
	color: #999;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	}
#footer ul.menu li ul li a:hover {
	color: #fff;
	text-decoration: none;
	}
#footer ul.menu li ul#A {
	padding-right: 65px;
	padding-left: 0;
	}
#footer ul.menu li ul#C {
	padding-right: 0;
	border-right: 0px;
	float: right;
	}
#footer #facebook {
    background: url(../content/images/logo_facebook.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin: 5px 0 5px 0;
	}
#footer a#facebook:hover {
    background: url(../content/images/logo_facebook_over.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin: 5px 0 5px 0;
	}
#footer #twitter {
    background: url(../content/images/logo_twitter.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
	}
#footer a#twitter:hover {
    background: url(../content/images/logo_twitter_over.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
	}
#footer #linkedin {
    background: url(../content/images/logo_linkedin.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
	}
#footer a#linkedin:hover {
    background: url(../content/images/logo_linkedin_over.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
    margin-bottom: 5px;
	}
#footer #youtube {
    background: url(../content/images/logo_youtube.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
	}
#footer a#youtube:hover {
    background: url(../content/images/logo_youtube_over.jpg) no-repeat;
    width: 120px;
    height: 25px;
    display: block;
	}
	

 /* credits */
#credits {
	clear: both;
	width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	height:75px;
	}
#credits a {
	color: #999;
    }
#credits a:hover {
	color: #fff;
	text-decoration: none;
    }
#credits .divider {
	padding: 0 10px;
    } 
#credits #transoft { 
    background: url(../content/images/_transoft.png) no-repeat;
    width: 124px;
    height: 75px;
    float: right;   
    margin-top: -50px; 
    margin-right: 30px;
    }
/* #credits a#transoft:hover { 
    background: url(../content/images/logo_transoft_over.png) no-repeat;
    width: 79px;
    height: 29px;
    float: right;   
    margin-top: -10px; 
    margin-right: 30px;
    } */
#credits #ite { 
    background: url(../content/images/_ITE.png) no-repeat;
    width: 102px;
    height: 75px;
    float: right;
    margin-top: -40px;   
    }
/* #credits a#ite:hover { 
    background: url(../content/images/logo_ITE_over.png) no-repeat;
    width: 44px;
    height: 29px;
    float: right;
    margin-top: -10px;   
    }
*/
/* Login
 ---------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
a > img {
    border-style: none;
}
table {
    border-collapse: collapse;
}

.hide {
    display: none;
}
.clear {
    clear: both;
}
.left {
    display: block;
    float: left;
}
.right {
    display: block;
    float: right;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
select > option {
    padding: 0 0 0 3px;
}
.big-select {
    width: 20.5em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.large-select {
    width: 18.5em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.big-ctrl {
    width: 20em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.large-ctrl {
    width: 18em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.xlarge-ctrl {
    width: 22em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.normal-ctrl {
    width: 12em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}

.small-ctrl {
    width: 5em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.tiny-ctrl {
    width: 2em;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    border: 1px solid #aaaaaa;
    padding: 2px;
}
.disabled {
    background-color: #fff;
    color: #000;
}
.option-disabled {
    background-color: #aaa;
    color: gray;
}
label.fixed-length {
    width: 10em;
    display: block;
    float: left;
    padding-top: 3px;
}
label.auto-length {
    margin-right: .75em;
    display: block;
    float: left;
    padding-top: 3px;
}
label.right-align {
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
}
h3.title {
    margin: 18px 0 8px 0;
    font-size: 18px;
    display: block;
}
a.link, a.link:visited {
    color: #232323;
    text-decoration: underline;
    font-weight: bold;
}
a.btn {
    display: block;
    width: 120px;
    padding: 3px 0 3px 0;
    text-align: center;
    margin: 0 10px 0 5px;
    text-decoration: none;
    color: #eff0f0 !important;
    background-color: #6a737b;
}
a.btn:hover {
    background-color: #009dc9;
}
a.btn-disabled
{
    display: block;
    width: 120px;
    padding: 3px 0 3px 0;
    text-align: center;
    margin: 0 10px 0 5px;
    text-decoration: none;
    color: #BBBBBB !important;
    background-color: #999999;
}

div.round-box
{
    border: 1px solid black;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;    
    padding:20px 40px;
}

div.round-box p
{
    font-weight:bold;
    margin-bottom:10px;
}

/* MASTER LAYOUT 
----------------------------------------------------------*/

#top-nav {
    float: right;
    width: 700px;
    height: 20px;
    list-style: none;
    margin: 35px 33px 0 0;
}
#top-nav > li {
    float: right;
    padding: 0 10px 0 10px;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: #6A737B;
    position: relative;
    border-right: 1px solid #ccc;
}
#top-nav > li > a {
    color: #6A737B;
    text-transform: uppercase;
    text-decoration: none;
}
#top-nav > li > a:hover {
    color: #455560;
}
a.bullet-a {
    padding-left: 10px;
    background-image: url(data:image/gif;base64,R0lGODlhBQAFAPIAADOAzGaAmTOAmWaAzAAAAAAAAAAAAAAAACH5BAEAAAQALAAAAAAFAAUAAAgSAAEIHBgAQMGBAgUMUIhQAICAADs=);
    background-repeat: no-repeat;
    background-position: 0 4px;
}
div.main {
    width: 450px;
    margin: 50px auto 50px auto;
}
div.main-purchase 
{     
    margin: 50px 50px 50px 50px;
    width: 800px;
}
div.section-title {
    margin: 18px 0 0 0;
    background-color: #009dc9;
    height: 30px;
}
div.section-title > p {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 7px 0 0 15px;
    margin: 0;
    float: left;
}
p.section-help {
    padding: 12px;
    background-color: #e4e5e6;
    color: #003747;
}
div.section-wrapper {
    border: 1px solid #aaa;
    border-top: none;
    padding: 15px;
    margin: 0 0 30px 0;
    background-color: #fff;
    -moz-box-shadow: 3px 6px 5px 0px #ccc;
    -webkit-box-shadow: 3px 6px 5px 0px #ccc;
    box-shadow: 3px 6px 5px 0px #ccc;
}
div.input-layout {
    margin: 25px 0 15px 20px;
}
div.category {
    margin: 0 24px 12px 0;
}
div.others {
    margin: 0 0 12px 0;
    clear: both;
}
div.agreement {
    background-color: #fff;
    border: 1px solid #aaa;
    overflow: auto;
    width: 375px;
    height: 100px;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    line-height: 1.5em;
    font-size: 11px;
}
div.agreement > p {
    margin-bottom: 1em;
}
div.agreement-tall {
    background-color: #fff;
    border: 1px solid #aaa;
    overflow: auto;
    width: 375px;
    height: 350px;
    padding: 10px;
    margin: 10px 5px 10px 5px;
    line-height: 1.5em;
    font-size: 11px;
}
div.agreement-tall > p {
    margin-bottom: 1em;
}

/* CONFIRM BOX
--------------------------------------------------------*/
div#shadow {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
    z-index: 999;
}
div#confirm-box {
    position: absolute;
    display: none;
    z-index: 2000;
    width: 290px;
    height: 110px;
    border: 2px solid #aaa;
    background-color: #fff;
    padding: 10px;
}
p#confirm-text {
    margin: 15px 15px 25px 15px;
}
div#alert-box {
    position: absolute;
    display: none;
    z-index: 2000;
    width: auto;
    /*height: 100px;*/
    border: 2px dashed #aaa;
    background-color: #fff;
    padding: 10px;
}
p#alert-text {
   /* margin: 15px 15px 25px 15px;*/
}

.feature-row { min-height: 125px; }

/* Styles for login form
-----------------------------------------------------------*/
#error-info {
    margin: 5px 0 5px 0;
    color: red;
    font-weight: bold;
}
.error {
    color: red;
    font-weight: bold;
}
.disclaimer {
    margin-top: 20px;
    font-size: 10px;
    color: #6A737B;
    text-decoration: none;
    padding: 20px;
}
