﻿/* Main HTML */
html, body {
	padding: 0;
	font-family: verdana, arial;
	font-size: 0.9em;
	margin: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

input {
	background-color:#E8F1F7
}

textarea{
	background-color:#E8F1F7;
	font: 52.5%/1.1em "Trebuchet MS", Verdana, Arial, sans-serif;

}

input.checkbox
{
    background-color:#FFFFFF
}


input[type="checkbox"] 
{
    background-color:#FFFFFF
}

input.radio
{
    background-color:#FFFFFF
}

input[type="radio"]
{
    background-color:#FFFFFF
}


/* Class */
.sms_content {
	width: 760px;
	margin: 0 auto;
}

.sms_max_content {
	max-width : 950px;
	margin: 0 auto;
	border: 2px solid #22546F;
}

.default_existing_member {
	color: #009933;
	font-size: 14px;
	font-weight: bold;
}

.button_default
{
	font-size:14px; font-weight:bold;color:navy; height:26px
}

.button_second
{
font-size:12px;  height:22px;font-style:italic	
}

.input_watermark
{
    color:Gray
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}

.input_textarea
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.input_mandatory
{
	color:red;font-size:18px; font-family:Verdana
}

.input_label
{
    color: #006699;
    font-size: 14px;
    font-weight: bold;
}

.label_extra
{
    font-size:10px;
    color:#666666
}

.accordionHeader
{
    width: 100%;
    background-color: #CCFF99;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 12px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    width: 100%;
    background-color: #4B9700;
    font-weight: bold;
    margin-top: 12px;
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.accordionContent
{
    background-color:White;
}

.popupHover
{
    background-color: #FFFF99;
}

.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #FFFFFF;
    border : solid 2px black    
}

.postit
{
    width:100%;
    margin-top:20px;
}

.postit td
{
    text-align:center; 
    vertical-align:top
}

.postit_div
{
    background-color: #F8F8F8;
    width: 350px;
    /*border: 1px solid #CC3300;*/
    height: 250px;
}

.postit_tour_div
{
    background-color:White; 
    width:230px; 
    border: 1px solid #CC3300; 
    height:200px
}

.postit_title
{
    width: 100%;
    background-color: #22546F;
    font-size: 14px;
    height:40px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.dashed_box
{
    font-size:16px; 
    font-weight:bold; 
    border: 2px dashed #CC3300; 
    padding: 5px; 
    text-align: center; 
    vertical-align: middle; 
    background-color: #FFFF99; 
    font-size: 14px; 
    color: #CC3300; 
}


/* ID general*/
#sms_top {
	background: #22546F;
	height: 30px;
	width: 100%;
	padding: 0;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #dbe4ed;
}

#sms_subtop {
	height: 65px;
}

#sms_center {
	height: 40px;
	background: #22546F;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #dbe4ed;
}

#sms_footer {
	margin-top: 20px;
	height: 40px;
	background: #22546F;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #dbe4ed;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #dbe4ed;
	text-align:center;
	color:White;
	vertical-align:middle;
}

#sms_menu 
{
    list-style-type: none; 
    font-weight: bold; 
    font-size: 12px; 
    color: #FFFFFF; 
    padding-top:5px;
}

#sms_menu a
{
	font-weight: bold; 
	font-size: 12px; 
	color: #FFFFFF;  
	padding-right:20px;
}


#title_1 {
	font-family: Verdana;
	font-size: 36px;
	color: #DF0000;
	text-align: center;
}

#title_2 {
	font-family: Verdana;
	font-size: 36px;
	color: #009933;
	text-align: center;
}

#big_steps {
	font-size: 22px;
	color: #E1F0FF;
	font-weight: bold;
	line-height: 50px;
}


/* ID Default */
#default_subtop {
	height: 180px;
}

#default_center {
	height: 200px;
	background: #22546F;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #dbe4ed;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #dbe4ed;
}

#default_sms_features
{
	/*font-weight:bold;*/
	font-family:georgia, 'times new roman', serif; 
	margin-top:15px;
	color: #666666;
	text-align: left;
	font-size: 14px; 
}

#free_register_home
{
    background-color: #FFFF99;
    font-size: 14px; 
    color: #CC3300; 
    font-weight: bold; 
    border: 2px dashed #CC3300; 
    padding: 5px; 
    text-align: center; 
    vertical-align: middle; 
    margin-top: 8px;
}

.free_register
{
    /*background-color: #CCFF99;*/
    font-size: 14px;
    color: #CC3300;
    font-weight: bold;
    /*border: 1px solid #006600;*/
    /*padding: 5px;*/
    text-align: center;
    vertical-align: middle;
    /*margin-top: 8px;*/
}

#default_who_uses
{
/*    border: 2px solid #22546F;
    background-color: #dbe4ed;*/
    margin-top:20px;
    padding-left:5px;
}

/* ID SMS Home */

.sms_home_input
{
    border: 2px solid #63C600;
    background-color: #FFFFFF;
    font-weight: normal;
    padding: 5px;
}

#extra_info_box
{
    border: 2px solid #3399FF; 
    background-color: #D5F4FF; 
    font-size: 12px; 
    padding: 4px;
    text-align:left
}

#extra_info_box a
{
    text-decoration: underline;
    line-height: 20px;
}


/* ID Subtop Tour */

#public_small_subtop {
	height: 85px;
}


/* Class Pricing */
.pricing_matrix
{
    border: 2px solid #000000; 
    padding: 3px; 
    width:90%; 
    background-color: #FFFFFF; 
    border-spacing: 2px;
}

.pricing_matrix tr
{
    background-color:#F2FFE6;
    font-weight:bold;
}

.pricing_matrix_special td
{
    font-weight:normal; 
    background-color:White;
    border-top: 1px  solid  #000000;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 2px;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #ffffff;
	color : windowtext;
	padding : 1px;
}


.NewsTitle{
	display: block;
	color: #000000;
	font-size: 20px;
	margin-bottom:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.NewsTitle a:link,
.NewsTitle a:Visited {
	display: block;
	color: #000000;
	margin-bottom:6px;
	text-decoration:underline;
}
.NewsTitle a:hover {
	text-decoration:none;
}

.NewsFooter{
	display: block;
	font-size: 10px;
	margin:6px 0 14px 0;
	color:#000000
}


