body {
	/*font-size: 62.5%;*/
	font-family: Verdana,"Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
	font-size: 10pt;
	
	margin: 0;
	padding: 0;
	
	/*
	background-image: url(/img/top_pixel.gif);
	background-repeat: repeat-x;
	background-position: top;
	*/
	/*
	background: url(/img/bg.jpg) no-repeat scroll center 0 transparent;
	overflow: hidden;
	width: 100%;
	*/
	background: url(/img/main_bg_gradient.png) repeat-x scroll 0 0 #FFFFFF
}

#main-content {
	background: url(/img/bg.jpg) no-repeat scroll center 0 transparent;
	overflow: hidden;
	width: 100%;
	min-height: 600px;
}

#content {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#menu-login {
	position: absolute;
	top: 10px;
	right: 0;
	height: 25px;
}


#menu-top {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 9999;
}

#menu-top ul {
	list-style-type: none;
	/*float: left;*/
	margin: 0;
	padding: 0 0 0 10px;
}

#menu-top li {
	list-style-type: none;
	/*float: left;*/
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}

#menu-top li a {
	color: white;
	font-size: 13px;
	
	text-decoration: none;
}

#menu-top li a:hover {
	color: #feb92e;
}

#top-header {
	height: 400px;
}

#body {
	background: none repeat scroll 0 0 white;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
}

.title, .title a {
	color: #3C6C8A;
	font-size: 17px;
	font-weight: normal;
	line-height: 31px;
}

.first-row td {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}

.pagination {
	padding-left: 10px;
	padding-right: 10px;
}

.pagination tr {
	height: 16px;
}

.pagination td {
	text-align: right;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
}

.pagination a {
	padding: 1px 2px 1px 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
	text-decoration: none;
}

.pagination span {
	padding: 1px 2px 1px 2px;
	background-color: #003e7e;
	color: white;
}

.error {
	border: 1px solid red;
	background-color: #efa9a9;
	color: black;
	text-align: center;
	padding: 5px;
}

.ok {
	border: 1px solid green;
	background-color: #d2ffbe;
	color: black;
	text-align: center;
	padding: 5px;
}
.classarea_a {
	border: 1px solid #cccccc; 
	background-color: #cccccc;
	cursor: pointer;
}
.classarea_as {
	border: 1px solid #00FFFF; 
	background-color: #00FFFF;
	cursor: pointer;
}

.classarea_b {
	width:100%;
	display:none;
	border: 1px solid #00FFFF; 
	background-color: #00FFFF;	
}


.container {
	margin: 0 auto;
	width: 950px;
	/*padding-top: 10px;*/
	height: 80px;
}

#header {
	background-color: #002561;
	height: 160px;
	position: relative;
}

#logo {
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}

#logo-text {
	position: absolute;
	right: 160px;
	top: 80px;
	color: #feb92e;
	font-size: 16px;
	font-style: italic;
}

ul.top-menu {
	/*padding-top: 17px;*/	
}

ul.top-menu li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

ul.top-menu li a {
	color: #606060;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

ul.top-menu li a:hover {
	color: #feb92e;
	text-decoration: underline;
}

.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none !important; }

.clear-both { clear: both; }

.login-input {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: #666666;
	font-style: italic;
	font-size: 8pt;
	padding: 0.3em 0.4em 0.15em;
	width: 80px;
}

.login-input-active {
	font-style: normal !important;
	color: black !important;
}

.login-button {
	position: relative;
	top: 3px;
}

.dotted-bottom {
	padding-bottom: 5px;
	border-bottom: 1px dotted #c1c1c1;
}

.title-text {
	/*
	color: #013372;
	font-weight: bold;
	font-size: 10pt;
	*/
	color: #3C6C8A;
	font-size: 17px;
	font-weight: normal;
	line-height: 31px;
}

#content1 {
	margin: 0 auto;
	width: 950px;
	padding-top: 20px;
}

.validate-email {
	/*
	margin: 0 auto;
	width: 600px;
	*/
}

.sms-settings {
	/*
	margin: 0 auto;
	width: 600px;
	*/
}

.sms-settings .settings, .sms-settings .settings2 {
	font-size: 9pt;
}

.text {
	font-size: 8pt;
}

.register {
	margin: 0 auto;
	width: 400px;
}

.register-form td {
	font-size: 8pt;
	color: black;
}

.register-form tr {
	height: 20px;
}

.register-form input, .register-form select {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: black;
	font-size: 8pt;
	padding: 0.3em 0.4em 0.15em;
	width: 90%;
}

.error-message {
	border: 1px solid red;
	background-color: #efa9a9;
	color: black;
	text-align: center;
	padding: 5px;
}

.hidden {
	display: none;
}

.login-text {
	font-family: verdana;
	color: #666666;
	font-style: italic;
	font-size: 8pt;
}

.message-div {
	margin: 0 auto;
	width: 400px;
}

.url {
	text-align: center;
}

.url a {
	font-size: 9pt;
	text-decoration: none;
	color: #002561;
}

.url a:hover {
	text-decoration: underline;
}

.login-div {
	margin: 0 auto;
	width: 300px;
}

.login-form {
	font-family: verdana;
	font-size: 9pt;
}

.login-form .textbox {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: black;
	font-size: 8pt;
	padding: 0.3em 0.4em 0.15em;
	width: 100%;
}

.login-form .login-autologin {
	font-size: 8pt;
}

.forgot-password-div {
	margin: 0 auto;
	width: 400px;
}

.forgot-password-form {
	font-family: verdana;
	font-size: 9pt;
}

.forgot-password-form .textbox {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: black;
	font-size: 8pt;
	padding: 0.3em 0.4em 0.15em;
	width: 100%;
}

ul.main-menu {
	padding-left: 0px;
	margin-left: 5px;
}

ul.main-menu li {
	list-style-image: url(../img/option_orange.gif);
	padding-bottom: 4px;
}

ul.main-menu li a, ul.main-menu li {
	/*color: #013274;*/
	color: #3C6C8A;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	margin-left:0px; 
}

ul.main-menu li a:hover {
	color: #fcba30;
	text-decoration: underline;
}

ul.main-menu li a.active-menu {
	color: #fcba30;
	text-decoration: underline;
}

.settings2 .textbox {
	border: 1px solid #CCCCCC;
	font-family: verdana;
	color: black;
	font-size: 8pt;
	/*padding: 0.3em 0.4em 0.15em;*/
	padding: 4px;
	width: 100%;
}

.not-active {
	background-color: #faff72;
}

.t {
	font-size: 9pt;
}

.activate-sender {
	display: none;
}

.sms-groups {
	/*
	margin: 0 auto;
	width: 600px;
	*/
}

.sms-groups .settings, .sms-groups .settings2 {
	font-size: 9pt;
}

ul.level-2 {
	margin-left: 0px;
}

ul.level-2 li a {
	margin-left: 0px;
}

ul.no-bullets {
	padding-left: 0px;
	margin-left: 0px;
}

ul.no-bullets li {
	list-style-image: url();
	list-style-type: none !important;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

ul.features-list-orange {
	padding-left: 0px;
	margin-left: 5px;
}

ul.features-list-orange li {
	list-style-image: url(../img/option_orange.gif);
}

a.index-hlt,
ul.features-list-orange li a {
	color: #02a5c6;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.index-hlt:hover,
ul.features-list-orange li a:hover {
	color: #fcba30;
	text-decoration: underline;
}

ul.features-list-orange-bullet {
	padding-left: 0px;
	
}

ul.features-list-orange-bullet li {
	list-style-image: url(../img/bullet.gif) !important;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	
}

ul.level-3 {
	margin-left: 14px;
}

ul.level-3 li a {
	/*color: #013274;*/
	color: #3C6C8A;
	font-weight: normal;
}

.group-members a {
	text-decoration: none;
	color: #013274;
}

.group-members a:hover {
	text-decoration: underline;
}

.interface {
	font-size: 11px;
}

.interface select {
	border: 1px solid #aaaaaa;
	font-family: verdana;
	font-size: 11px;
	width: 250px;
}

.interface textarea.to {
	width: 100%;
	height: 42px;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #aaaaaa;
}

.interface textarea.message {
	width: 100%;
	height: 80px;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #aaaaaa;
}

.interface textarea.box {
	width: 95%;
	height: 80px;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #aaaaaa;
}

.len_ok
{
	font-weight: bold;
	color: black;
}

.len_error
{
	font-weight: bold;
	color: #ff0000;
}

.suggestionsBox
{
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 300px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
}

.suggestionList
{
	margin: 0px;
	padding: 0px;
}

.suggest_header
{
	height: 20px;
	cursor: pointer;
}

.suggest_header:hover
{
	color: #000000;
	background-color: #ffffff;
}

.delsuggest_header td
{
	color: #ffffff;
}

.mymark
{
	background-color: #ffffff;
	color: #000000;
}

.srow
{
	background-color: #7fa4df;
}

.suggest-names {
	font-size: 10px;
	color: white;
}

.interface input.text {
	border: 1px solid #aaaaaa;
	font-family: verdana;
	font-size: 11px;
	width: 250px;
	padding: 2px;
}

.import-row td {
	border-bottom: 1px solid #aaaaaa;
}

.list-table {
	font-family: verdana;
	font-size: 11px;
}

.list-table .table-header {
	height: 20px;
	color: #002561;
}

.list-table .table-header a {
	text-decoration: none;
	color: #002561;
}

.list-table .table-header a:hover {
	text-decoration: underline;
}

.list-table .table-row {
	height: 20px;
}

.list-table .table-row td {
	border-bottom: 1px solid #002561;
}

.pagination {
	padding-left: 10px;
	padding-right: 10px;
}

.pagination tr {
	height: 16px;
}

.pagination td {
	text-align: right;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
}

.pagination a {
	padding: 1px 2px 1px 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
	text-decoration: none;
}

.pagination span {
	padding: 1px 2px 1px 2px;
	background-color: #003e7e;
	color: white;
}

.pagination-left {
	padding-left: 10px;
	padding-right: 10px;
}

.pagination-left tr {
	height: 16px;
}

.pagination-left td {
	text-align: left;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
}

.pagination-left a {
	padding: 1px 2px 1px 2px;
	font-family: verdana;
	font-size: 8pt;
	color: #003e7e;
	text-decoration: none;
}

.pagination-left span {
	padding: 1px 2px 1px 2px;
	background-color: #003e7e;
	color: white;
}

#name-suggest {
	/*
	width: 300px;
	height: 200px;
	border: 1px solid black;
	background-color: #ececec;
	
	padding: 8px;
	
	font-family: verdana;
	font-size: 11px;
	*/
}

#name-suggest input {
	width: 100%;
	border: 1px solid #aaaaaa;
	padding: 3px;
	font-family: verdana;
	font-size: 11px;
}

.name-row {
	font-family: verdana;
	font-size: 11px;
}

.name-row tr {
	height: 20px
}

.name-row a {
	text-decoration: none;
}

.name-row a:hover {
	text-decoration: underline;
}

.interface a {
	color: #002561;
	text-decoration: underline;
}

.interface a:hover {
	text-decoration: none;
}

.force-sender {
	height: 100px;
	border: 1px solid #999999;
	margin-bottom: 40px;
}

.force-sender .message {
	margin-top: 40px;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
}

.force-sender a {
	color: #002561;
}

.force-sender a:hover {
	text-decoration: none;
}

h6 {
	padding: 0px 0px 4px 0px;
	margin: 0;
	color: #002561;
}

.index-page td {
	
}

.index-page .first {
	height: 120px;
}

.tr16
{
	height: 16px;
}

.tr31
{
	height: 31px;
}

.corner1
{
	background-image: url('/img/corner1.gif');
	background-repeat: no-repeat;
}

.corner2
{
	background-image: url('/img/corner2.gif');
	background-repeat: no-repeat;
}

.corner3
{
	background-image: url('/img/corner3.gif');
	background-repeat: no-repeat;
}

.corner4
{
	background-image: url('/img/corner4.gif');
	background-repeat: no-repeat;
}

.pixel_top
{
	background-image: url('/img/pixel_top.gif');
	background-repeat: repeat-x;
}

.pixel_left
{
	background-image: url('/img/pixel_left.gif');
	background-repeat: repeat-y;
}

.pixel_right
{
	background-image: url('/img/pixel_right.gif');
	background-repeat: repeat-y;
}

.pixel_bottom
{
	background-image: url('/img/pixel_bottom.gif');
	background-repeat: repeat-x;
}

.table_bg
{
	background-color: #F2F3F3;
}

.line
{
	background-image: url('/img/pixel_line.gif');
	background-repeat: repeat-x;
}

.line-div {
	background-image: url('/img/pixel_line.gif');
	background-repeat: repeat-x;
	height: 3px;
}
/*
#footer {
	margin-top: 80px;
	height: 40px;
	font-size: 9px;
	background-color: #ececec;
	width: 100%;
	text-align: center;
	line-height: 40px;
}

#footer a {
	color: #002561;
}

#footer a:hover {
	text-decoration: none;
}
*/

#footer {
	background: url(/img/footer_bg.png) no-repeat scroll 0 0 transparent;
	color: #999999;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 9px;
}

#footer a {
	color: #3C6C8A;
}

#footer a:hover {
	text-decoration: none;
}