﻿body {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
}
.AddNewBtn {
	background-image: url(contentimages/ClientImages/AddNewBtn.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 210px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
}

.CustButton {
	background-image: url(AdminImages/Button_Black.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
	height: 26px;
	width: 84px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a7a8ad;
	border-right-color: #9a999d;
	border-bottom-color: #4f4f51;
	border-left-color: #9a999d;
}

.LogoffBtn
{
    background-image: url('AdminImages/navblockh2.gif');
	margin-left:0px;
	width: 175px;
	display: block;
	padding: 5px;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	text-align: left;
}

#ctl00_nav1_btnLogout
{
    position: absolute;
    top: 0px;
    right: 10px;
}
#LeftColumnControl 
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-color: #666666;
	padding-left: 10px;
	position: relative;
}

#LeftColumnControl li a {
	background-image: url('images/NavTab.gif');
	background-repeat: no-repeat;
	width: 121px;
	height: 28px;
	display: block;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	margin-top: 0px;
	margin-right: 1px;
	background-position: center center;
}
#LeftColumnControl li a:hover {
	background-image: url('images/NavTab-hover.gif');
	color: #FFFFFF;
}
#homeBtn 
{
    background: none !important;
    width: 29px !important;
    margin: 0px !important;
    padding: 6px 10px 0px 1px !important;
}
#homeBtn:hover img 
{
    filter: alpha(opacity=60);
	opacity: 0.60;
}
#LeftColumnControl li 
{
    float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LeftColumnControl li ul li a
{
    background-image: url('AdminImages/arrowright.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding:8px;
    padding-left: 10px;
    color: #FFFFFF;
}
#Header {
	height: 110px;
	position: relative;
	background-color: #FF9900;
	background-image: url('images/PoweredByItopia.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
#ContentColumn {
	padding: 15px;

}

#Header #intouchLogo {
	position: absolute;
	top: 15px;
	right: 20px;
}
#Header #ClientLogo {
	padding: 0px;
	margin: 0px;
	width: 300px;
	background-color: #FFFFFF;
	height: 108px;
	border: 1px solid #CCCCCC;
	background-image: url('images/trailbalzerLogo.gif');
	background-repeat: no-repeat;
	background-position: center center;
}


#Header H1 {
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	left: 350px;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}
#LeftColumn {
	width: 200px;
	float: left;
	clear: left;
}
#MainColumn {
	padding-bottom: 15px;
	clear: both;
	min-height: 400px;
}
#MainColumn input {
	border: 1px solid #666666;
}

.style1
{
   background-color: #F2F2F2;
   border-right: dotted 1px #CCCCCC;
   text-align: right;
   width: 105px;
}
.style2
{
    width: 105px;
}
#pageConstrain {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	background-color: #FFFFFF;
}
.newStyle1 {
	clear: both;
	background-color: #336699;
}
#Footer {
	background-color: #666666;
	clear: both;
	padding: 10px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}
#nav {
	padding: 0px;
	margin: 10px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li a {
	color: #FF6600;
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
}
#nav li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #EBEBEB;
}
#nav li ul li a
{
    background-image: url('AdminImages/arrowright.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding:5px;
    padding-left: 10px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
	z-index: 99999;	
}
.AdminTbl td 
{
    border-bottom: dotted 1px #CCCCCC;
    padding: 5px
}

.AdminTbl input 
{
    font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
    font-size: 12px;
    border: solid 1px #CCCCCC;
}
.AdminTbl select
{
    font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
    font-size: 12px;
    border: solid 1px #CCCCCC;
}
.AdminTbl textarea
{
    font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
    font-size: 12px;
    border: solid 1px #CCCCCC;
}
h2 
{
	font-size: 24px;
	font-weight: normal;
	border-bottom: dotted 1px #669900;
	color: #FF6600;
	margin-top: 0px;
	border-bottom-color: #FF6600;
	position: relative;
}
h2 .CustButton
{
	position: absolute;
	right: 0px;
	top: 0px;
}

h3
{
    font-size: 16px;
    font-weight:bold;
    color: #FFFFFF;
    background-color:#999999;
    padding:5px;
}
.FieldTitle 
{
    background-color: #F2F2F2;
    border-right: dotted 1px #CCCCCC;
    text-align:right;
}
.Detailtbl td
{
    padding: 3px;
    text-align: left;
    font-weight:bold;
}
.ArticleSearch {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	width: 98%;
}
.ArticleSearch td
{
	padding: 5px;
	color: #FFFFFF;
}
.AdminInputTbl td
{
    padding: 3px;
}
.GridViewList a
{
	background-color: #FF6600;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
}
.GridViewList  tr:hover {
	background-color: #E2FFA8;
	cursor: pointer;
}
.GridViewList 
{
	width: 98%;

}
.GridViewList td
{
	padding: 5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	
}
.GridViewList a:hover
{
	background-color: #6699CC;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
}

.GridViewList span
{
	background-color: #6699CC;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	
}
.GridViewList th
{
	background-color: #EBEBEB;
    color: #666666;
    padding: 3px;
    font-size: 13px;
    text-align:left;
    border: none;
    border-bottom: solid 1px #CCCCCC;
}
#ctl00_MainAdminContent_Editor1_toolbarArea table td
{

    border-bottom: none;
    padding: 0px;

}
.ArticleImages
{
    border: dotted 3px #333333;
    margin: 5px;
}
.TxtRep {
	text-indent: -9999px;
	display: block;
}
.ToolTipHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	width: 175px;
	background-color: #FF6600;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 1px #FFFFFF solid;
}
.ToolTipContent {
	font-size: 11px;
	padding: 5px;
	width: 175px;
	background-color: #EBEBEB;
	color: #000000;	
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;


}
.ToolTip {
	position: relative;
	/*float: right;*/
	background-image: url(AdminImages/TooltipQuestion.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 15px;
	z-index: 99;
	/*display: block;*/
	background-color: #FFFFFF;
}
.ajax__calendar_container td
{
    padding:0px;
}
.TotalEntrants 
{
    background-color: #336699;
    padding:5px;
    color: #FFFFFF;
}
.TotalEntrants strong
{
    font-size: 14px;
    font-weight: bold;
    float: right;
}
.CompQuestion 
{
    font-size: 18px;
    color: #336699;
    background-color: #FFFFFF;
    font-weight: normal;
}
#ctl00_nav1_btnLogout 
{
    margin-top: 10px;
}
.RHSPanel 
{
    padding: 10px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    clear:both;
}
.RHSPanel table input
{
    background-image: none;
}
.PollResults 
{
    background-color: #336699;
    color: #FFFFFF;
    padding: 5px;
}
.PollResultsTotal 
{
    margin-top: 5px;
    display: block;
    clear:both;
    text-align: right;
    font-weight: bold;
}
.PollResultsBar
{
    display: block;
    clear:right;
    text-align: left;
    margin-bottom:5px;
    position: relative;
    height: 15px;
}
.PollResultsBar em
{
    color: #333333;
    position: absolute;
    right: -35px;
}
.PollResultsVotes 
{
    display:block;
    clear:both;
    margin-top:5px;
    padding-top:3px;
    border-top: dotted 1px #CCCCCC;
}
#reflection
{
    background-image: url(AdminImages/reflection.jpg);
    width: 989px;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.templateThumb input
{
    border: none;
}
.templateThumb td
{
    border: dotted 1px #CCCCCC;
    padding:8px;
    vertical-align:top;
}
.templateThumb img
{
    clear:both;
    display:block;
    margin-top:10px;
}
.FirstColStyle {
	font-weight: bold;
	color: #FF6600;
}
#Footer a {
	color: #FFFFFF;
}
#LoginPanel {
	padding: 25px;
}
.LoginBox {
	margin: 75px auto 75px auto;
	background-image: url('images/Loginpanel.gif');
	background-repeat: no-repeat;
	width: 334px;
	height: 269px;
	padding-top: 100px;
}
.LoginBox td {
	padding: 5px;
}
.LoginBox input {
	border: 1px solid #333333;
	font-family: "trebuchet MS";
}
.LoginBox table {
	margin-right: auto;
	margin-left: auto;
	
}
#TabReportControl {
	margin: 0px;
	padding: 0px;
	height: 45px;
	border-bottom: 3px #FF9900 solid;
}
#TabReportControl li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 45px;
}
#TabReportControl li a {
	background-image: url('images/Tab.gif');
	background-repeat: no-repeat;
	width: 125px;
	height: 25px;
	display: block;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 1px;
	background-position: top center;
}
#TabReportControl li #CompanyTab {
	background-image: url('images/TabCompany.gif');
	background-repeat: no-repeat;
	width: 147px;
	height: 30px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	margin-right: 1px;
	background-position: top center;
}
#TabReportControl li a:hover, #TabReportControl li .Active{
	background-image: url('images/Tab_Hover.gif');
	height: 30px;
	padding-top: 10px;
	margin-top: 5px;
	color: #FFFFFF;
}

.vcallout
{
	background-color: #cc0000;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
}
input.error  { background: #fed; border: 1px solid #e00; }
select.error { background: #fed; border: 1px solid #e00; }

#ctl00_MainAdminContent_Button2
{
    float:right;
    margin-top:10px;
}
.WelcomeServices 
{
    padding-bottom: 20px;
}
.WelcomeServices h2 
{
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}
.WelcomeServices table td img 
{
    border: none;
}

