/* ---- Begin For login Box ---- */
#login
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: AUTO;
    width: 400px;
    /*margin: -150px 0 0 -230px;*/
    padding: 30px;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

#inputs input
{
    background: #f1f1f1 url(/images/login-sprite.png) no-repeat;
    padding: 15px 15px 20px 30px;
    margin: 0 0 10px 0px;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

h1.login_hd
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1.login_hd:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 50px;   
}

h1.login_hd:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1.login_hd:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}


/* ------------------------------------- End for login Box --------------------------------------- */

/* ------------------------------------ Begin for Error Box -------------------------------------- */
div.error_msg {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color:#FF0000;
	padding-top:-3px;
	padding-bottom:5px;
}
/* -------------------------------------- End for Error Box --------------------------------------- */
/* Essentials */
.home_second_bar {
	height: 45px;
	background: #D7DFEE url(/images/second_bar.png) repeat-x;
}
html, div, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background: #F8F8F8;
font-size: 12px;
}

.clear {
clear: both;
}

.spacer {
height: 20px;
}

a:link, a:visited {
/*color: #77BACE;*/
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Header */

.header {
	height: 55px;
	width: 100%;
	/*background: #222222 url(/images/header_bg.png) repeat-x;*/
	background: #F1F1F4;
}

header#header h2.section_title {
	float: left;
	margin: 0;
	font-size: 22px;
	display: block;
	width: 20%;
	height: 55px;
	font-weight: normal;
	text-align: left;
	text-indent: 1.8%;
	line-height: 55px;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}

.header_sitetitle {
	float: left;
	margin: 0;
	display: block;
	width: 20%;
	min-width:190px;
	height: 55px;
	line-height: 55px;
	color: #000000;
	background-color:#FFF;
	text-shadow: 0 -1px 0 #000;
}

.header_siteobject {
	/*float: left;*/
	margin: 0;
	display: block;
	width: 80%;
	min-width:750px;
	height: 55px;
	line-height: 41px;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	text-align: center;
	text-indent: 4.5%;
	/*background: url(/images/header_shadow.png) repeat-x;*/
	background: #222222 url(/images/header_bg.png) repeat-x;
}

table.header img {
	/*margin-left:1.2cm;*/
}

table.header a {
	color: #fff;
	text-decoration: none;
}

h2.section_title {
	text-align: center;
	text-indent: 4.5%;
	background: url(/images/header_shadow.png) no-repeat left top;
}

.btn_view_site {
float: left;
width: 10%;
}

.btn_view_site a {
display: block;
margin-top: 12px;
width: 91px;
height: 27px;
background: url(/images/btn_view_site.png) no-repeat;
text-align: center;
line-height: 29px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 #000;}

.btn_view_site a:hover {
background-position: 0 -27px;
}

/* Secondary Header Bar */
.secondary_bar {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(/images/secondary_bar.png) repeat-x;
}

section#secondary_bar {
height: 38px;
width: 100%;
background: #F1F1F4 url(/images/secondary_bar.png) repeat-x;
}

.secondary_bar_user {
	float: left;
	margin: 0;
	width: 20%;
	min-width:193px;
	height: 38px;
}

.secondary_bar_user p {
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	width: 95%;
	height: 35px;
	line-height: 35px;
	/*text-indent: 25px;*/
	text-shadow: 0 1px 0 #fff;
	background: url(/images/icn_user.png) no-repeat center left;
	margin-left: 6%;
	padding-left: 15px;
}

.user a {
text-decoration: none;
color: #666666}

.user a:hover {
color: #77BACE;
}

.user a.logout_user {
float: left;
display: block;
width: 16px;
height: 35px;
text-indent: -5000px;
background: url(/images/icn_logout.png) center no-repeat;
}

/* Breadcrumbs */

.breadcrumbs_container {
float: left;
width: 80%;
background: url(/images/secondary_bar_shadow.png) no-repeat left top;
height: 38px;
}

article.breadcrumbs {
float: left;
padding: 0 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
height: 23px;
margin: 4px 3%;
}

.breadcrumbs a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
color: #44474F;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumbs a:hover {
color: #222222;
}

.breadcrumb_divider {
display: inline-block;
width: 12px;
height: 24px;
background: url(/images/breadcrumb_divider.png) no-repeat;
float: left;
margin: 0 5px;
}

/* Sidebar */

aside#sidebar {
width: 100%;
background: #E0E0E3 url(/images/sidebar.png) repeat;
float: left;
min-height: 600px;
margin-top: -8px;
}

#sidebar hr {
border: none;
outline: none;
background: url(/images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}


/* Search */

.quick_search {
text-align: center;
padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(../images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

/* Sidebar Menu */

#sidebar h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 12px;
margin: 10px 0 10px 6%;
display: block;
float: left;
width: 90%;
}

.toggleLink {
color: #999999;
font-size: 10px;
text-decoration: none;
display: block;
float: right;
margin-right: 2%
}

#sidebar .toggleLink:hover {
color: #77BACE;
text-decoration: none;
}

#sidebar ul {
clear: both;
margin: 0; padding: 0;
}

#sidebar li {
list-style: none;
margin: 0 0 0 12%; padding: 0;
}

#sidebar li a {
color: #666666;
padding-left: 10px;
text-decoration: none;
display: inline-block;
height: 17px;
line-height: 17px;
text-shadow: 0 1px 0 #fff;
margin: 2px 0;
}

#sidebar li a:hover {
color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
background: url(/images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
background: url(/images/icn_edit_article.png) no-repeat center left;
}
#sidebar li.icn_categories a {
background: url(/images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_tags a {
background: url(/images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
background: url(/images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
background: url(/images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_profile a {
background: url(/images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
background: url(/images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
background: url(/images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
background: url(/images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
background: url(/images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
background: url(/images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
background: url(/images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
background: url(/images/icn_jump_back.png) no-repeat center left;
}

#sidebar p {
color: #666666;
padding-left: 6%;
text-shadow: 0 1px 0 #fff;
margin: 10px 0 0 0;}

#sidebar a {
color: #666666;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar footer {
margin-top: 20%;
}


/* Main Content */


section#main {
width: 77%;
min-height: 500px;
background: url(/images/sidebar_shadow.png) repeat-y left top;
float: left;
margin-top: -2px;
}

#main h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 20px;
}

/* Modules */

.module {
border: 1px solid #9BA0AF;
width: 100%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
}

#main .module header h3 {
display: block;
width: 90%;
float: left;
}

.module header {
height: 38px;
width: 100%;
background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module footer {
height: 32px;
width: 100%;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(/images/module_footer_bg.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.module_content {
margin: 10px 20px;
color: #666;}

/* Module Widths */

.width_full {
width: 95%;
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
}

.width_quarter {
width: 26%;
margin-right: 0;
float: left;
}

.width_3_quarter {
width: 66%;
margin-right: 0;
float: left;
}

/* Stats Module */

.stats_graph {
width: 64%;
float: left;
}

.stats_overview {
background: #F6F6F6;
border: 1px solid #ccc;
float: right;
width: 26%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.overview_today, .overview_previous {
width: 50%;
float: left;}

.stats_overview p {
margin: 0; padding: 0;
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
font-size: 12px;
font-weight: bold;
margin: 6px 0;
}

.stats_overview p.overview_count {
font-size: 26px;
font-weight: bold;
color: #333333;}

.stats_overview p.overview_type {
font-size: 10px;
color: #999999;
margin-bottom: 8px}

/* Content Manager */

.tablesorter {
width: 100%;
margin: -5px 0 0 0;
}

.tablesorter td{
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
}

.tablesorter thead tr {
height: 34px;
background: url(/images/table_sorter_header.png) repeat-x;
text-align: left;
text-indent: 10px;
cursor: pointer;
}

.tablesorter td {
padding: 15px 10px;
}

.tablesorter input[type=image] {
margin-right: 10px;}

ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a:hover {
	color: #44474F;
}

html ul.tabs li.active a  {
	color: #44474F;
	}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: 60%;
float: left;
}

/* Messages */

.message {
border-bottom: 1px dotted #cccccc;
}

input[type=button] {
	background: #D0D1D4 url(/images/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

input[type=button]:hover {
color: #333333;
}

input[type=reset] {
	background: #D0D1D4 url(/images/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

input[type=reset]:hover {
color: #333333;
}

input[type=submit] {
	background: #D0D1D4 url(/images/btn_submit.png) repeat-x;
	border: 1px solid #A8A9A8;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	font-weight: bold;
	height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

input[type=submit]:hover {
color: #333333;
}

input[type=submit].alt_btn {
background: #D0D1D4 url(/images/btn_submit_2.png) repeat-x;
border: 1px solid#30B0C8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #003E49;
text-shadow: 0 1px 0 #6CDCF9;
cursor: pointer;
}

input[type=submit].alt_btn:hover {
color: #001217;
}

input[type=submit].btn_post_message {
background: #D0D1D4 url(/images/post_message.png) no-repeat;
display: block;
width: 37px;
border: none;
height: 24px;
cursor: pointer;
text-indent: -5000px;
}

input[type=submit].btn_post_message:hover {
background-position: 0 -24px;
}

.post_message {
text-align: left;
padding: 5px 0;
}

.post_message input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 20px;
width: 70%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 10px;
background-position: 10px 6px;
float: left;
margin: 0 3.5%;
}

.post_message input[type=text]:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
color: #666666;
}

.post_message input[type=image] {
float: left;
}

.message_list {
height: 250px;
overflow-x:hidden;
overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*background: #F6F6F6;*/
border: 0px solid #ccc;
padding: 1% 0%;
margin: 10px 0;
}

fieldset label {
display: block;
float: left;
width: 200px;
height: 25px;
line-height: 25px;
text-shadow: 0 1px 0 #fff;
font-weight: bold;
padding-left: 10px;
margin: -5px 0 5px 0;
text-transform: uppercase;
}

fieldset input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
/*height: 20px;*/
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0;
display: block;
/*float: left;*/
width: 96%;
margin: 0 10px;
}

fieldset input[type=text]:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

fieldset select {
width: 96%;
margin: 0 10px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

fieldset textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0 0.5%;
display: block;
float: left;
width: 96%;
margin: 0 10px;
}

fieldset textarea:focus {
outline: none;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#main h4.alert_info {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #B5E5EF url(/images/icn_alert_info.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #77BACE;
color: #082B33;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

#main h4.alert_warning {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F5F3BA url(/images/icn_alert_warning.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #C7A20D;
color: #796616;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

#main h4.alert_error {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F3D9D9 url(/images/icn_alert_error.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

#main h4.alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(/images/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

/* Hosted Registrar masterstyles_default.css */

body.stdFontStyle {
	font-family: Arial;
	font-size: 10pt;
}

textarea.fontstyle_1 {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	cursor: default;
	background-color: #F3F3F3;
}
td.Remarks {
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	background-color: #D0D0D0;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF7E5 #877D69 #877D69 #FFF7E5;
	cursor: default;
}
td.bevel {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	background-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF7E5 #F3F3F3 #877D69 #F3F3F3;
	cursor: default;
}

tr {
	text-align:left;
	padding-left:5px;
}

.tr_normal {
	text-align:left;
}
img.dpat {
	cursor: pointer;
}
input.ResetPayment {
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	cursor: pointer;
}
.editContact {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        text-decoration: underline;;
		cursor: pointer;
		color: #0000FF;
}

a#header {
    display: block;
    margin: 15px;
    width: 200px;
    height: 60px;

    background-image: url("/images/aiti-logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
a .alt { display: none; }

a#header2 {
	background-repeat: no-repeat;
    margin: 15px;
		display: block;
		height: 90px;
		text-align: right;
		width: 101px;
    /*background-image: url(/images/logo_ocpt_final.gif);*/
}
a .alt { display: none; }

a#header3 {
    display: block;
    width: 180px;
    height: 30px;
    background-image: url(/images/header3.jpg);
    text-align:right;
}
a .alt { display: none; }

a#header4 {
    display: block;
    width: 108px;
    height: 14px;
    background-image: url(/images/header4.gif);
    text-align:right;
}
a .alt { display: none; }

.bgFooter {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center center;
}
a .alt { display: none; }

a#btnWhois {
    display: block;
    width: 86px;
    height: 30px;
    background-image: url(/images/button_whois.jpg);
}

a#btnIdnTool {
    display: block;
    width: 86px;
    height: 30px;
    background-image: url(/images/but_idnTool.jpg);
   
}

a#btnContact {
    display: block;
    width: 112px;
    height: 30px;
    background-image: url(/images/button_contactus.jpg);
    
}

a#VsignLogo{
	    display: block;
    	width: 78px;
    	height: 92px;
	    background-image: url(/images/sign.gif);
}

a#nostyle{
	text-decoration: none;
    /*background: #000000;*/
}

a .alt { display: "VeriSign Logo"; }

/*.bgHead{
	    background-image: url(/images/but_bg.jpg);
	   	font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;    
	    color: #F7F3F7 solid;   
	   
}*/

TD.bgHead{
	    /*background-image: url(/images/but_bg.jpg);
	    /*background: #f7931d;*/
	    vertical-align: middle;
}

.masthead {
	margin: 0px;
	padding: 5px;
	clear: both;
	width: 100%;
	border-style: none;
	position: relative;
	height: auto;
	background: #D8DFEE url(../images/bgtile_masthead.gif) repeat-x center top;
	/*background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center top;*/
}
.masthead img {
	border-style: none;
	margin: 10px;
	padding: 0px;
}
.masthead h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
.masthead h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
.masthead h3 {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.topnav {
	/*background: #bcc5c1;*/
	margin: 0px;
	/*padding: 4px;*/
	height: auto;
	width: 100%;
	border-style: none;
}
.topnav a {
	background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center center;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #bcc5c1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.topnav a:hover {
	background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center top;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	border: 1px solid #bcc5c1;
	text-decoration: none;
}
.footer {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center center;
	margin: 0px;
	padding: 0px;
}
.footer p {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
}


.mainTheme {
	margin: 0px;
	padding: 5px;
	clear: both;
	width: 100%;
	border-style: none;
	position: relative;
	height: auto;
	background: #bcc5c1 url(../images/bgtile_masthead.gif) repeat-x center top;
}
.mainTheme h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
.mainTheme h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5px;
	padding: 0px;
}
.mainTheme h3 {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.defaultMenu {
	background: #bcc5c1;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: auto;
	border-style: none;
}

.HeaderText{ 
		font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight:bold;
        color: #000000;
}

/* 
BREAK POINT 
*/

.bgColor_2 {
		background-color: #6486B4;
		font-family: Arial, Helvetica, sans-serif;
    	font-size: 10pt;
   		color: #F7F3F7;	
}
.bgColor_1 {
		background-color: #6486B4;
		font-family: Arial, Helvetica, sans-serif;
    	font-size: 9pt;
   		color: #F7F3F7;	
}
.rptHead{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 08pt;
    color: black solid; 
    background-color:#8585D1;
}
.headColor{
	font-size: 08pt;
    color: #000000;    
    background-color: #89A2B3;
}
.subHeadColor{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 08pt;
    color: #000000 ;    
    background-color: #C7CEDE;
}
.bodyColor{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 08pt;
    background-color: #CAD9E2;
		
}

.contentColor{
		background-color: #F1F2F3;
}

.trColor{
		background-color:#F7F3F7;
}

/* 
BREAK POINT HERE

*/


.inputbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
}
.font12_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: normal;
        font-weight:bold;
        text-align:left;
}
.font10_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight:bold;
        text-align:left;
}
.font09_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: 700;
        text-align:left;
}

.font12_n {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: normal;
        text-align:left;
}
.font10_n {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        text-align:left;
}
.font08_n {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        text-align:left;
}
.toplink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color: #ffffff;
        text-decoration: none;
        
}
TD {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color:#ffffff;
        text-decoration: none;
}
.title1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color:#ffffff;
        text-decoration: none
}

.checkbox {
	BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; 
	FONT-SIZE: 11px; BORDER-LEFT: 1px groove; WIDTH: 115px; 
	BORDER-BOTTOM: 1px groove; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; HEIGHT: 17px
}
.importantnews {
	FONT-SIZE: 11px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
.checkbox {
	BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; FONT-SIZE: 11px; 
	BORDER-LEFT: 1px groove; WIDTH: 115px; BORDER-BOTTOM: 1px groove; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; HEIGHT: 17px
}
.downline {
	BACKGROUND-POSITION: left bottom; BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url(/images/banner03.jpg); BACKGROUND-REPEAT: no-repeat
		
}

.step1 {
	BORDER-RIGHT: #b6927c 1px solid; BORDER-TOP: #b6927c 1px solid; FONT-SIZE: 13px;
	BORDER-LEFT: #b6927c 1px solid; WIDTH: 378px; BORDER-BOTTOM: #b6927c 1px solid; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; HEIGHT: 25px
}
.step1b {
	BORDER-RIGHT: #b6927c 1px solid; BORDER-TOP: #b6927c 1px solid; FONT-SIZE: 13px; 
	BORDER-LEFT: #b6927c 1px solid; WIDTH: 218px; BORDER-BOTTOM: #b6927c 1px solid; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; HEIGHT: 25px
}

.unpaid {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color:#000000;
		background: #FFFFCC;
}

.paid_online {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color:#000000;
		background: #CCCCFF;
}

.paid_refund {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-color:#000000;
		background: #FFCCFF;
}

.subtleTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        text-decoration: none;
}

.normalTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight:bold;
        text-decoration: none;
}

.strongTitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        text-decoration: none;
}

.subtleContent {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        text-decoration: none;
}

.normalContent {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        text-decoration: none;
}

.strongContent {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        color: #ff0000;
        font-weight:bold;
        text-decoration: none;
}
/************************/	
/*** Table            ***/
/************************/

	/* Default table attributes */
	.defaultTable{
		background-color: #F1F2F3; /* silver color */
		width: 95%; /* proportional to the enclosing frame/page/table */
		border-collapse: collapse;
	}
	
	/* Default table cellpadding (4 pixels from each side of the table border) */
	.defaultTable td{
		padding-top: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
	}

	/* Table title, basic white text */ 
	.title2 { 
		color: #ffffff; 
		text-decoration: none;
	}

	.TableBody{
		font-family: Arial, Helvetica, sans-serif;
		font-size : 08pt;
		background-color: #CAD9E2; 
		vertical-align : baseline;	
		padding : 3px;		
	}
	
	.TableTitle{
		background-color: #50698E; 
		vertical-align : text-top;
		padding : 2px;	
		font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        color:#000000;
        font-weight:bold;
        text-decoration: none
        
	}
	.errorfont10_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-style: normal;
        font-weight:bold;
        color:RED;
	}
	.borderlessTextBox {
		border: 0px solid;
		padding-left: 2px; 
		padding-right: 2px; 
		padding-top: 1px; 
		padding-bottom: 1px; 
		background-color: #FFFFFF;   
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		height: 10pt;
		text-align: right;
	}
	.borderlessTextBoxLeft {
		border: 0px solid;
		padding-left: 2px; 
		padding-right: 2px; 
		padding-top: 1px; 
		padding-bottom: 1px;
		font-family: Tahoma;
		font-size: 10pt;
		height: 20px;
		text-align: left;
		background-color: transparent;
	}
	.total {
		border-top-style: solid;
		border-top-width: 1px;
		background-color: #ffffcc;
		border-color: #000000;
	}
	
/*******************************/
/* Paragraph                   */
/*******************************/
	p { 
		text-align: justify; 
	} 

/*******************************/
/* Horizontal rule             */
/*******************************/
	hr {
		width: 100%;
		height: 1px;
	}
	
/*******************************/
/* Font & Text                 */
/*******************************/
	font.MSSansSerifSize15px {
		font-family: MS Sans Serif;
		font-size : 15px;
	}
	
	.font08_b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 08pt;
        font-style: normal;
        font-weight: bold;
        font-color: #ffffff;
        text-align:left;
	}
	
/*******************************/
/* Alignment                   */
/*******************************/
	.alignCenter {
	    margin-left: auto;
    	margin-right: auto;
    	text-align: center;
	}
	
	.alignJustify {
    	text-align: justify;
	}
