/* @override http://my.gurustugroup.com/templates/portal/style.css */
#header {
	
	margin-top: 0px;
	padding: 34px 0 24px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	background-color: #fff;
	height: 59px;
}
#site-title {
	float: left;
	margin: -14px 0 0;
	width: 413px;
	font-size: 30px;
	padding-left: 28px;
}
#site-title a {
	float: left;
	display: block;
	text-decoration: none;
	background: url(images/logos.png) no-repeat left top;
	height: 82px;
	text-indent: -50em;
	overflow: hidden;
}

#site-title a.guru{
	width: 185px;
}
	#site-title a.guru:hover {
		background-position: left bottom;
	}
	
#site-title a.secret{
	width: 38px;
	background-position: center top;
}
	#site-title a.secret:hover {
		background-position: center bottom;
	}
	
#site-title a.real{
	width: 190px;
	background-position: right top;
}
	#site-title a.real:hover {
		background-position: right bottom;
	}
#site-description {
	display: none;
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
p#quote {
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	right: 20px;
	top: 18px;
	margin: 0;
}
	p#quote .q_text{
		display: block;
		text-decoration: none;
		color: #6e6e6e;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 2px;
		margin-top: -3px;
		padding-bottom: 3px;
	}
	/*p#quote .q_text:hover{
		text-decoration: none;
		color: #a8a8a8;
	}*/
		p#quote .q_text span{
			color: #0761e2;
		}
		/*p#quote a:hover span{
			text-decoration: underline;
			color: #0761e2;
		}*/
		p#quote cite{
			text-transform: capitalize;
			font-size: 9px;
			margin-top: -1px;
			display: block;
			color: #9f9f9f;
			font-weight: normal;
			font-style: normal;
		}
		p#quote cite a{
			color: #9f9f9f;
			border-bottom: 1px dashed #dbdbdf;
			text-decoration: none;
		}
			p#quote cite a:hover{
				border-bottom: none;
			}

/*#logo_area{
	display: block;
	margin-top: 0px;
	padding: 14px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	background-color: #fff;
}

#company_title {
	line-height: 36px;
	padding-left: 27px;
	background: #fff;
	margin-left: 0;
}

#company_title a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(images/gurustu_logo.png) no-repeat left top;
	width: 185px;
	height: 59px;
	text-indent: -50em;
	overflow: hidden;
}
#company_title a:hover {
	background-position: left bottom;
}*/

/* Nav */

.access {
	background: #f5f5f5;
	margin: 0 auto;
	width: 950px;
	display:block;
	border-bottom: 1px solid #ddd;
}
.access .menu {
	font-size: 13px;
	overflow: hidden;
	width: 940px;
}
.access .menu ul {
	list-style: none;
	margin: 0;
	float: left;
	padding-left: 24px;
}
.access .menu li {
	float: left;
	position: relative;
}
.access a {
	display:block;
	text-decoration:none;
	color: #737373;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 29px;
}
.access a:visited {
	color: #737373;
}
	.access div.menu ul > li > a {
		padding-top: 4px;
	}
	
.access ul ul {
	display:none;
	position:absolute;
	top:29px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
.access ul ul ul {
	left:100%;
	top:0;
}
.access ul ul a {
	background: #ebebeb;
	height: auto;
	line-height: 1em;
	padding: 10px !important;
	width: 130px;
}
.access li:hover > a,
.access ul ul :hover > a {
	color: #252525;
	background: #ebebeb;
}
.access ul li:hover > ul {
	display:block;
}

#content_container {
	background: #FFF;
	border: 4px solid #1F1F1F;
	color: #666;
	margin: 15px auto 0;
	padding: 0;
	text-align: left;
	width: 940px;
	overflow: hidden;
}

#content_left {
	background-color: #FFF;
	float: left;
	margin: 0;
	padding: 15px;
	text-align: left;
	width: 660px;
}

#side_menu {
	background-color: #f5f5f5;
	float: right;
	margin: 0;
	padding: 15px;
	text-align: left;
	width: 219px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	border-right-style: none;
	border-top-style: none;
}

#side_menu ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

#side_menu ul li {
	line-height: 25px;
	margin: 0;
	padding: 0;
}

#top {
	background-color: #1F1F1F;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
}

#top_container {
	background-color: #1F1F1F;
	color: #FFF;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top_menu {
	background-color: #1f1f1f;
	height: 30px;
	line-height: 30px;
	margin: 0 d;
	padding: 0;
	text-align: left;
	margin-top: -1px;
	position: relative;
	z-index: 5;
}

#top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#top_menu ul li a,
#top_menu ul li a:visited {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 117px;
}

#top_menu ul li a.down,
#top_menu ul li a.down:visited,
#top_menu ul li a.down:hover {
	color: #333;
	font-weight: 700;
	width: 99px;
}

#top_menu ul li a:hover {
	background-color: #333434;
}

#welcome_box {
	background-color: #1F1F1F;
	float: right;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#welcome_box a,#welcome_box a:visited {
	color: #accbff;
	text-decoration: none;
}

#welcome_box a:hover {
	text-decoration: underline;
}

.absmiddle {
	vertical-align: middle;
}

.breadcrumb {
	background-color: #F5F5F5;
	margin: 0 0 10px;
	padding: 10px;
}

.clear {
	clear: both;
}

.green {
	color: #006F0F;
}

.header {
	color: #1a4d80;
	font-size: 14px;
	font-weight: 700;
}

.red {
	color: #BF0000;
}

.small {
	font-size: 11px;
}

.warning {
	background-color: #FFFFDF;
	border: 1px solid #FDFF3F;
	margin: 0 0 10px;
	padding: 10px;
}

.contentbox {
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
}

.errorbox {
	background-color: #FFBFBF;
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
	color: #7F0000;
}

.successbox {
	border: 1px solid #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	padding: 10px;
	color: #009933;
}

.clientareatableactive {
	background-color: #DFFFE0
}

.clientareatablepending {
	background-color: #EFEFEF
}

.clientareatablesuspended {
	background-color: #FFF6CF
}

.clientareatableterminated {
	background-color: #FFCFCF
}

.clientticketreplyheader {
	background-color: #EBEBEB;
	color: #333;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #CCC;
}

.clientticketreply {
	background-color: #F5F5F5;
	margin: 0 0 10px;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.adminticketreplyheader {
	background-color: #CFE6FF;
	color: #333;
	border-top: 1px solid #CAE6FF;
	border-right: 1px solid #CAE6FF;
	border-bottom: 1px solid #CAE6FF;
	border-left: 1px solid #CAE6FF
}

.adminticketreply {
	background-color: #EEF6FF;
	padding: 10px;
	margin: 0 0 10px;
	border-right: 1px solid #CAE6FF;
	border-bottom: 1px solid #CAE6FF;
	border-left: 1px solid #CAE6FF;
}

.networkissueaffected {
	background-color: #EFEFEF;
	padding: 10px;
	margin: 0 0 10px;
}

.textgreen {
	color: #158F00;
}

.textred {
	color: #9F0000;
}

a,a:visited {
	color: #333;
	/*text-decoration: underline;*/
}

a:hover {
	color: #666;
	text-decoration: none;
}

body {
	background-color: #666666;
	background-image: url(images/bg_background.gif);
	margin: 0;
	padding: 0;
}

body,td,th {
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica,'Lucida Sans Unicode','Lucida Grande',sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #EBEBEB;
	color: #1a4d80;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0 0 3px;
}

h2 {
	border-bottom: 1px solid #F5F5F5;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 10px 0 3px;
}

h3 {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 5px;
}

hr {
	background-color: #EBEBEB;
	border: 0;
	border-top: 1px solid #EBEBEB;
	height: 0;
	margin: 10px 0;
	overflow: hidden;
}

input,select,textarea {
	color: #666;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}
#side_menu input[type=password],
#side_menu input[type=text]{
	width: 205px;
}

p {
	margin: 0;
	padding: 3px 0 8px;
}

table.data {
	margin: 0 0 10px;
	padding: 0;
}

table.data td {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
}

table.data th {
	background-color: #888;
	border-bottom: 1px solid #333;
	color: #FFF;
	font-weight: 400;
}

table.data tr.clientareatableactive td {
	background-color: #DFFFE0 !important;
}

table.data tr.clientareatablepending td {
	background-color: #EFEFEF !important;
}

table.data tr.clientareatablesuspended td {
	background-color: #FFF6CF !important;
}

table.data tr.clientareatableterminated td {
	background-color: #FFCFCF !important;
}

table.frame {
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #EBEBEB;
	border-bottom: 0;
}

table.frame table td {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
}

table.frame table td.fieldarea {
	background-color: #F5F5F5;
	color: #333;
	text-align: right;
	border-right: 1px solid #EBEBEB;
}
