@CHARSET "ISO-8859-1";

body {
	/* background: url("images/tg-body_bg.png") repeat-x scroll 0 0 #F3F3F3; */
	
}

h1,h2,h3,h4,h5,h6,strong,dt {
	color: #3E5F6E;
}

#doc4,#hd,#bd {
	background: #ffffff;
}

#doc4 {
	border-left: 1px solid #A7ABB4 !important;
	border-right: 1px solid #A7ABB4 !important;
}

#hd {
	position: relative;
	background: url(images/yui-hd_bg.png) repeat-x;
}

#bd {
	
}

#ft {
	background: url(images/yui-ft_bg.png) repeat-x;
}

#bd .container {
	position: relative;
	top: 0px;
	left: 0px;
}

#bd .tg-submenu {
	position: relative;
	top: 0px;
	left: 0px;
}

.tg-client-logo {
	position: absolute;
	top: 5px;
	right: 2px;
	width: 200px;
}

.tg-logout_link {
	position: absolute;
	top: 5px;
	right: 10px;
	/*width: 26px;*/
	width: 40px;
}

.tg-logo img {
	max-height: 35px;
}

.tg-masthead {
	padding-top: 5px;
}

.tg-header {
	min-height: 40px;
	max-height: 40px;
}

/* style our search box */
/* Container */
.tg-nav-search {
	float: right;
	background: url(images/tg-search_box.png) no-repeat;
	color: #212121;
	height: 30px;
	width: 205px;
	padding-left: 6px;
}

.tg-loading_mask {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9000;
	padding: 0px;
	margin: 0px;
	background: transparent url(mask.png);
	position: fixed;
	top: 0px;
	overflow: hidden;
}

.tg-loading_spinner {
	background: url(images/tg-spinner.gif) no-repeat;
	width: 80px;
	height: 80px;
	z-index: 9999;
	display: inline-block;
}

.tg-login-background {
	background: url(images/login-register.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 5% 0;
	position: fixed
}

.tg-login-box {
	position: absolute;
	top: 120px;
	right: 20px;
	width: 300px;
}

.tg-uploadlicense-background {
	background: url(images/tg-uploadlicense_box.png) no-repeat;
	width: 620px;
	height: 320px;
	display: inline-block;
}

.tg-uploadlicense-box {
	position: absolute;
	top: 120px;
	right: 20px;
	width: 300px;
}

.tg-enterprise_background {
	background: url(images/tg-enterprise_box.png) no-repeat;
	width: 620px;
	height: 320px;
	display: inline-block;
}

.tg-enterprise_box {
	position: absolute;
	top: 120px;
	right: 20px;
	width: 300px;
}

.tg-systemadmin_background {
	background: url(images/tg-systemadmin_box.png) no-repeat;
	width: 620px;
	height: 320px;
	display: inline-block;
}

.tg-systemadmin_box {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 350px;
}

.tg-license_background {
	background: url(images/tg-license_box.png) no-repeat;
	width: 620px;
	height: 320px;
	display: inline-block;
}

.tg-license_box {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 350px;
}

.tg-search-text {
	float: left;
	display: block;
	margin-top: 3px;
	background: none !important;
	-moz-box-shadow: none !important;
	border: none !important;
	color: #666666;
	height: 20px;
	width: 160px;
}

span.tg-advanced-search {
	background: url(images/tg-icon_search_advanced.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.tg-search {
	background: #ffffff url(images/tg-search_box.png) repeat-x;
}

/* srisaa add*/
.tg-user-image {
	border: 1px solid #d0d0d0;
	float: left;
	height: 36px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	width: 36px;
}

.tg-action-items {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 99%;
	margin-bottom: 5px;
}

.tg-action-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tg-action-items li {
	display: inline;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	list-style: none;
}

.tg-login-box {
	position: absolute;
	top: 120px;
	left: 300px;
}

.tg-notification {
	display: none;
}

.breadcrumb {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #F5F5F5);
	background-repeat: repeat-x;
	border: 1px solid #c0c0c0;
	/* border-radius: 3px 3px 3px 3px; */
	box-shadow: 0 1px 0 #FFFFFF inset;
	margin: 0 0 18px;
	padding: 7px 14px;
}

.breadcrumb .divider {
	color: #BFBFBF;
	padding: 0 5px;
}