﻿*
{
	margin: 0; padding: 0;
}

body
{
	font: normal 12px/17px Arial, Helvetica, sans-serif; background: url(../images/QQ/repeat_body_bg.jpg) repeat 0 0
}

k-input
{
	font: normal 12px/17px Arial, Helvetica, sans-serif; background: url(../images/QQ/repeat_body_bg.jpg) repeat 0 0
}

#mainContainer
{
	float: left; width: 100%; background: url(../images/QQ/body_bg.jpg) repeat 0 0
}

/*--menu---*/
 /*Used for logo in upper left corner*/ 
#A1 {
	text-decoration: none;
	color: transparent;
}
#A1:hover {
	text-decoration: none;
	color: transparent;
}

#menuTopBar
{
	float: right; width: 300px; background: url(../images/QQ/menu_bg.jpg) no-repeat 0 0; margin-top: 5px
}
#menuTopBar ul
{
	float: left; width: 642px; list-style: none;
	
}
#menuTopBar ul li
{
	float: left; width: auto; font-size: 12px; color: #595a59; line-height: 17px; background: url(../images/QQ/menu_sepratrer.jpg) no-repeat right 5px; padding: 16px 38px; font-weight: bold
}
#menuTopBar ul li a
{
	color: #595a59; text-decoration: none
}
#menuTopBar ul li a:hover
{
	color: #4f5076
}
#menuTopBar .search
{
	float: left; width: 175px; padding-top: 14px; margin-left: 15px; display: inline
}
/* #menu .search { float:left; width:100%} */
#menuTopBar .search  .row
{
	float: left; width: 100%
}
#menuTopBar .search  .row .search_btn
{
	float: left; width: 22px
}
#menuTopBar .search  .row .input_bg
{
	float: left; width: 139px; background: url(../images/QQ/search_input_bg.jpg) no-repeat 0 0
}
#menuTopBar .search  .row .input_bg input
{
	float: left; width: 139px; background: none; border: none; padding: 3px 0 3px 0px
}

#bodyContainer 
{
	float: left;
	margin-top: 0px;
	position: absolute;
	/* width: 1126px; */
}
#bodyContainerFullScreen
{
	float: left;
	margin-top: 0px;
	width: 100%;
}

#middleSection 
{
	clear: both; 
	background: url(../images/QQ/body_repeat_curve.jpg) repeat-y 0 0; 
	padding: 10px 12px 12px 12px;
	color: #818182;
}

#bodyDetails 
{
	margin-left: 300px;
}

#bodyDetailsNoMenu
{

}

h1 
{
	color: #979595;
	font-size: 27px;
	line-height: 32px;
	padding: 0 0 5px 20px;
	width: auto;
}

h2 
{
	color: #979595;
	font-size: 20px;
	line-height: 25px;
	padding: 0 0 5px 20px;
	width: auto;
}
h3 
{
	color: #979595;
	font-size: 17px;
	line-height: 23px;
	padding: 0 0 5px 0px;
	width: auto;
}

/*-- Left Nav -- */
#leftNavigation 
{
	float: left;
	margin-top: 2px;
	width: 270px;
}
#leftNavigation  ul li
{
	list-style: none;
}

#leftNavigation  ul li a 
{
	float: left; 
	width: 270px; 
	color: #d71f2f; 
	font-size: 17px; 
	line-height: 18px; 
	background: url(../images/QQ/left_link_bg1.jpg) no-repeat 0 0; 
	height: 38px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	padding-top: 15px; 
	margin-top: -1px;
}

/*-- Standard labels and entry windows --*/
.labelControlPair 
{
	padding-left: 20px;
	clear: both;
}
.label 
{
	font-size: 16px;
	line-height: 23px;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.control
{
	font-size: 16px;
	float: left;
	background: url("../images/QQ/input_bg.jpg") no-repeat scroll 0 0 transparent;
	width: 329px;
}
.controlNoBackGround
{
	font-size: 16px;
	float: left;
}
.DoNoUsenput 
{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #485156;
	float: left;
	font-size: 12px;
	line-height: 17px;
	padding: 8px 0 13px 12px;
	width: 317px;
}
input 
{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #485156;
	font-size: 12px;
	line-height: 17px;
 }
.myInvisible 
{
	display: none;
}

.buttonGreen100_outer
{
	background-image: url(../images/QQ/buttonBackgroundGreen100.png); 
	width: 100px; 
}
.buttonGreen150_outer
{
	background-image: url(../images/QQ/buttonBackgroundGreen150.png); 
	width: 150px; 
}
.buttonGreen200_outer
{
	background-image: url(../images/QQ/buttonBackgroundGreen200.png); 
	width: 200px; 
}
.buttonGreen250_outer
{
	background-image: url(../images/QQ/buttonBackgroundGreen250.png); 
	width: 250px; 
}
.buttonGreen300_outer
{
	background-image: url(../images/QQ/buttonBackgroundGreen300.png); 
	width: 300px; 
}

.buttonGreen100_outer, .buttonGreen150_outer, .buttonGreen200_outer, .buttonGreen250_outer, .buttonGreen300_outer
{
	background-repeat: no-repeat; 
	text-align: center; 
	padding-top: 15px; 
	height: 45px;
}
.buttonGreen_inner
{
	text-decoration: none; 
	font-size: 17px; 
	color: #979595; 
	font-weight: bold; 
	text-shadow: 0.05em 0.05em white;
}

.tooltip 
{
	display: none;
	width: 300px;
	/* height: 63px; */
	position: absolute;
	padding: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5E6061;
	-moz-border-radius: 4px;
	border-radius: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	z-index: 1000;
}
.kTooltipButton 
{
	float: none;
	padding-top: 11px;
}
.noHyperlink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	/*  font-weight:      bold;
	background-color: #ddd;
	color:            blue; */
} 
.noHyperlink:visited
{
	/* Applies to all visited links */
	text-decoration: none;
	/*font-weight:      bold;
	background-color: #ddd;
	color:            #f0f; */
} 
.noHyperlink:hover
{
	/* Applies to links under the pointer */
	text-decoration: none;
	/*text-decoration:  underline;
	font-weight:      bold;
	background-color: blue;
	color:            #fff; */
} 
.noHyperlink:active
{
	/* Applies to activated links */
	text-decoration: none;
	/*text-decoration:  underline;
	font-weight:      bold;
	background-color: black;
	color: white; */
} 

/* ******************************************************** */
/* Top Menu CSS Start                                       */  
/* ******************************************************** */
/*#header 
{
	background-image: url(../images/QQ/body_bg.jpg); 
	position: absolute;
}*/
#headerFullScreen
{
	text-align: center;
	width: 100%;
}

#headerLeft 
{
	float: left;
}
#headerMiddle
{
	float: left; 
	text-align: center;
	padding-top: 7px; 
	width: 700px;
}
#headerRight
{
	float: right;
	padding-right: 10px;
	padding-top: 20px;
}
#headerLeftFullScreen
{
	left: 0;
	position: absolute;
}
#headerMiddleFullScreen
{
	margin-left: 540px;
	position: absolute;
	top: 55px;
}
#headerRightFullScreen
{
	padding-right: 10px;
	padding-top: 20px;
	position: absolute;
	right: 0;
}
#headerDropDownBackground
{
	z-index: 8000;
	position: absolute;
	opacity: 0.5; 
	filter: alpha(opacity=40); /* For IE8 and earlier */
	background-color: Black;
	display: block; 
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#headerDropDownInner
{
	height: 415px;
	width: 800px;
	background-image: url("../images/QQ/body_bg.jpg");
	background-repeat: repeat;
	background-color: Gray;
	background-position: left top;
	opacity: .99; 
	filter: alpha(opacity=100); /* For IE8 and earlier */
	z-index: 8000;
	left: 0px;
	float: left;
	display: block; 
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	position: absolute;
	top: 350px;

	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -207px;
	margin-left: -400px;
	padding: 5px;
}
#headerDropDown 
{
	/*    height: 300px;
	width: 800px;*/
	background-color: Red;
	z-index: 1000;
	position: absolute;
	float: left;
	opacity: 0.5; display: block; 
	top: 0; 
	left: 0;
	height: 100%;
}

#body_container
{
	top: 53px;
	position: absolute;
	background-image: url(../images/QQ/body_bg.jpg); 
	float: left; 
	width: 1126px; 
	margin-top: 0px;
}
#body_containerFullScreen
{
	top: 53px;
	position: absolute;
	background-image: url(../images/QQ/body_bg.jpg); 
	width: 100%; 
	margin-top: 0px;
}
/* ************************ */
/* Individual Blocks Start  */  
/* ************************ */
.appBlock
{
	border-radius: 10px 10px 10px 10px;
	border-style: solid solid solid solid;
	border-width: 0 0 0 0;
	border-color: transparent;
	padding: 5px;
	margin: 5px;
	height: 100px;
	width: 180px;
	float: left;
	font-weight: bold;
	background-position: top right;
	background-repeat: no-repeat;
	
}

.appBlockTitle 
{
	float: left;
	font-size: x-large;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 40px;
	font-weight: normal;
}
.appBlockClose
{
	float: right;
	padding-left: 0px;
	padding-top: 0px;
}
.appBlockImage
{
	float: right;
	
}
.appBlockDescription 
{
	color: White;
}
.appBlockLink:link,
.appBlockLink:visited,
.appBlockLink:hover,
.appBlockLink:active
{
	text-decoration: none;
}
/* ************************ */
/* Individual Blocks Stop   */  
/* ************************ */

/* **************************** */
/* Navagation Containers Start  */  
/* **************************** */
.appContainer, .carousel
{
	height: 120px; 
}
.appContainer
{
	width: 800px;
}
.carousel
{
	width: 800px;
	overflow: hidden;
}

#appContainerBookmark
{
	position: relative;
	top: -5px;
}
.appMenuHolder
{
	list-style-type: none; 
	margin-top: 4px; 
	width: 2000px; 
	margin-left: 0; 
	left: 0; 
	padding-left: 1px;
	height: 120px; 
}

.carousel ui img
{
	width: 180px; height: 100px; float: left;
}
.appNavForward, .appNavBack
{
	position: relative;
	top: -80px;
	z-index: 100;
	padding-left: 10px;
	padding-right: 10px;
}
.appNavForward
{
	float: right; 
	float: right;
}
.appNavBack
{
	float: left; 
	float: left;
}

.TGMenuHeader 
{
	color: #979595;
	font-size: 20px;
	padding: 0 0 5px 20px;
	width: auto;
	font-weight: bold;
}
ul.TGMenuHyperlinkList>li, .TGMenuHyperlinkList
{
	list-style-type: none;
	margin-left: 30px;
	color: #979595 !important;
	font-size: 16px;
	padding: 0 0 5px 3px;
	width: auto;
}
ul.TGMenuHyperlinkList>li:link
{
	color: #979595 !important;
}
.TGMenuHyperlink:link
{
	color: #979595 !important;
	text-decoration:none;
}
.TGMenuHyperlink:visited
{
	color: #979595 !important;
	text-decoration:none;
}
.TGMenuHyperlink:hover
{
	color: #979595 !important;
	text-decoration:underline;
}
.tgMenuColumnsOne 
{
	float: left;
	width: 40%;
}
.tgMenuColumnsTwo
{
	float: left;
	width: 60%;
}
/* **************************** */
/* Navagation Containers Stop   */  
/* **************************** */
	
/* ******************************************************** */
/* Top Menu CSS End                                         */  
/* ******************************************************** */

.hidden 
{
	visibility: hidden;
}

.clearfix:after
{
	clear: both;
}
.clearAll
{
	clear: both;
}

.loginLogout 
{
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 5px;
}
	  
.hyper:hover
{
	cursor: pointer;
}

.toast 
{
	display: none; 
	position: fixed; 
	z-index: 99999; 
	width: 100%; 
	text-align: center; 
	bottom: 2em;
}

.toast .message 
{
	display: inline-block; 
	color: #fff; 
	padding: 15px; 
	border-radius: 5px; 
	box-shadow: 2px 2px 2px #666; 
	-webkit-box-shadow: 2px 2px 2px #666; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 2em; 
	line-height: 125%;
	background: #282324; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #554434), color-stop(1, #282324));
}    

.tgRequiredHightlight 
{
	color: Red;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 2px;
}

.tgRequiredFieldBlank
{
	border-color: Red !important;
	border-width: 1px !important;
}
input[type='checkbox'].tgRequiredFieldBlank 
{
	border-color: Red !important;
	border-width: 1px !important;
	background-color:lime;
	}
.tgRequiredTabInvalid 
{
	background-color: Red !important;
	color: White !important;
}

.myButtonDisabled, .myButton
{
	height: 38px; 
	width: 150px; 
	float: left; 
	font-size: 17px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	padding-top: 15px; 
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -1px
}
.myButtonDisabledShort, .myButtonShort
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -6px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}
.myButton
{
	color: #6B6B6B; 
	cursor: pointer;
}
.myButtonDisabled
{
	color: rgba(107, 107, 107, 0.75); 
}
.greenButton100
{
	float: left; 
	font-size: 17px; 
	line-height: 18px; 
	background: url(../images/QQ/buttonBackgroundGreen100.png) no-repeat 0 0; 
	height: 38px; 
	width: 100px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	padding-top: 15px; 
	margin-top: -1px;
}
.greenButton100
{
	background: url(../images/QQ/buttonBackgroundGreen100.png) no-repeat 0 0; 
	width: 100px;
}
.greenButtonShort100
{
	background: url(../images/QQ/buttonBackgroundGreenShort100.png) no-repeat 0 0; 
	width: 100px;
}
.greenButton150
{
	background: url(../images/QQ/buttonBackgroundGreen150.png) no-repeat 0 0; 
	width: 150px;
}
.greenButtonShort150
{
	background: url(../images/QQ/buttonBackgroundGreenShort150.png) no-repeat 0 0; 
	width: 150px;
}
.greenButtonDisabled150
{
	background: url(../images/QQ/buttonBackgroundGreen150.png) no-repeat 0 0; 
	opacity: 0.75;
}
.greenButton200
{
	background: url(../images/QQ/buttonBackgroundGreen200.png) no-repeat 0 0; 
	width: 200px;
}

/* For non-image based buttons */
.tgButton {
	cursor: pointer;
	background: #D2E1C3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top, #D2E1C3 0%, #6DC054 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D2E1C3), color-stop(100%, #6DC054)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D2E1C3 0%, #6DC054 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D2E1C3 0%, #6DC054 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #D2E1C3 0%, #6DC054 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #D2E1C3 0%, #6DC054 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E1C3', endColorstr='#6DC054',GradientType=0 ) !important; /* IE6-8 */

	/*border: 5px solid #009900;*/
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;

}
.tgButton:hover {
	opacity: 0.8;
	text-decoration:underline;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
}