/* === Reset =======================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* === Initial ===============================================================*/
html,body{
	height: 100%;
}
body{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
body.help
{
	background-color: #e0f3f8;
}
a:link, a:visited{
	color: Blue;
	text-decoration: underline;
}
a:hover, a:active{
	color: Blue;
	/*background-color: #0099ff;*/
}
h2,h3,h4{
	color: #444;
	margin-bottom: 5px;
}

h1
{
	color: #003366;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 5px;
}

h2
{
	color: #003366;
	font-size: 150%;
}

h3
{
	font-size: 140%;
	color: #003366;
	font-weight: normal;	
}

h4
{
	font-size: 105%;
}

.boldLabel
{
	font-size: 105%;
	font-weight:bold;
	color: #444;
	margin-bottom: 5px;
}
.sum
{
	font-size: 105%;
	font-weight:bold;
	color: Blue;
	margin-bottom: 5px;
	/*padding-top: 20px;*/
	/*margin-left: 10px;*/
}

/* === Global Classes ===============================================================*/
.column {
	float:left;
	width:48%; 
	margin:0 2% 0 0;
}
.three-col-wrap{
	width: 100%;
	overflow: hidden;
}
.columnthirds {
	float:left; 
	width: 160px; 
	margin: 0;
	display: inline;
}
.columnthirds-center {
	float:left; 
	width: 160px; 
	margin:0 14px;
	display: inline;
}
img.left {
	float:left; 
	margin: 5px 10px 0 0;
}
img.right {
	float:right; 
	margin: 5px 0 0 10px;
}
img.center {
	margin: 0 auto; 
	display:block;
}
/* FLOAT QUOTES */
.floatquoteleft {
	float:left; 
	margin: 5px 10px 0 0;
}
.floatquoteright {
	float:right; 
	margin: 5px 0 0 10px;
}
.floatquotecenter 	{
	margin: 0 auto; 
	display:block; 
	width: 80%;
}
.floatquoteleft, .floatquoteright, .floatquotecenter {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	text-align:center;
	font-family: serif;
	font-size: 150%;
	font-style:italic;
}
.clear{
	clear: both;
	line-height: 5px;
	font-size: 5px;
}
div.hr{
	background-color: #666;
	height: 1px;
}
div.hr hr{display: none;}


/* === Layout ===============================================================*/
#wrap{
	width: 970px;
	background: #fff url(../images/wrap_bg3.gif) repeat-y;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
}

#aitlogo
{
	/*background: transparent url(../images/aitlogo.gif)  no-repeat;*/
	width: 160px;
	height: 90px;
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

#header
{
	background: transparent url(../images/header2.jpg)  no-repeat;
	width: 970px;
	height: 136px;
}

#flashmovie
{
	background-color: Black;
	width: 970px;
	height: 180px;
}

#content
{	
	margin-top:0px;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#main
{
	/*	border: solid 1px black; */
	float: left;
	display: block;
	width: 730px;
	border: solid 0px red;	
	
}

#main p
{
	font-family: Tahoma;
	line-height: 18px;
}

#maincontent
{
	padding: 15px 0px 0px 20px;
	margin-left: 5px;
}

.editlink a:link, .editlink a:visited
{
	margin-bottom: 25px;
}
#main a:link,#main a:visited { font-weight: normal; color: Blue;}
#sub
{
/*	border: solid 1px black; */
	float: left;
	width: 235px;
	padding: 0px;
	border: solid 0px blue;
}
#subscriptionbanner{
	margin-left: 30px;
	margin-top: 100px;
}
#mainmenu{
	margin-left: 257px;
	margin-top: auto;
	margin-bottom: auto;
}
#nav{
	font-family: Arial;
	height: 24px;	
	border-bottom: 0px solid #666;
	margin-left: 0px;
	margin-right: 0px;
	width: 970px;
	background: #fff url(../images/nav_bg3.gif) repeat-x;
}
#nav ul{ width: 100%; padding: 3px; color: #fff; list-style-type: none; font-size: 100%; font-weight: bold; }
#nav ul li{ float: left; margin-right: 15px; }
#nav a:link,#nav a:visited { font-weight: bold; color: White; text-decoration: none;}
#nav a:hover { color: #ff7c1c; }

/*=== Login ================================================================*/
#login
{
	padding: 8px;
	margin: 8px;
	font-size: 90%;
	width: 195px;
	height: 120px;
	border: solid 0px red;
}

#login.loggedin
{
	height: 120px;
}

#login h3
{
	font-weight: bold;
}

#login dl
{
	float: left;
	border: solid 0px red;
	padding:2px;
	width: 100%;
}

#login dt
{
	float: left;
	width: 75px;
	padding-top: 4px;
	border: solid 0px green;
}

#login dd
{
	float: right;	
	border: solid 0px red;
	width: 120px;
}

#login .DefaultTextBox
{
	width: 100px;
}

#login .button
{
	margin-right: 13px;
	padding: 3px;
	float: right;
}

#livestartpage
{
	padding-left: 10px;
	border: solid 0px gray;
	width: 220px;
	float: right;
}

#startpage
{
	border: solid 0px green;
	float: left;
	width: 440px;
}


#footertext
{
	padding: 4px 0px 4px 4px;
	height: 22px;
	float: left;
	width: 460px;
	position: relative;
	top: 29px;
	color: White;
}

#footertext span, #footertext a
{	
	font-size: 70%;
	color: White;
}

#footer
{
	background: url(../images/footer_bg.gif) no-repeat 0% bottom;
	margin-top: 15px;
	width: 970px;
	height: 53px;		
	color: #fff;
	border-bottom: solid 0px #5182a8;
	overflow: hidden;
}

#intimefooter
{
	background: transparent url(../images/intimelogo.gif) no-repeat;
	display: block;
	width: 71px;
	height: 51px;
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
}

#vvfooter
{
	background: transparent url(../images/vvlogo.gif) no-repeat;
	display: block;
	width: 146px;
	height: 34px;
	float: right;
	top: 15px;
}

#submenu
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.UnpaiedLabel
{
	font-weight: bold;
	border: solid 0px lightorange;
	background-color: Orange;
	color: white;
	padding: 2px 8px 2px 8px;
}

.ActiveLabel
{
	font-weight: bold;
	border: solid 0px lightgreen;
	background-color:Green;
	color: white;
	padding: 2px 8px 2px 8px;
}

.DeactiveLabel
{
	font-weight: bold;
	border: solid 0px lightgreen;
	background-color:Red;
	color: white;
	padding: 2px 8px 2px 8px;
}

.UserSettingsTable
{
	
}

.UserSettingsTable2
{
	  width: 580px;
}
.UserSettingsTable td
{
	padding: 1px 2px 1px 2px;
}

#logintable td
{
	border: 0px solid gray;
	padding: 0px 0px 1px 0px;
}

.DropDownCtrl
{
	width: 180px;
}
 
.surveillancenametextbox
{
	width: 280px;
	background-color:yellow;
}

#SurveillanceHeadTable
{
	margin-bottom: 20px;
	
}

#SurveillanceHeadTable td
{
	padding: 0px 15px 0px 0px;
}

.GridButton
{
	padding: 0px 4px 0px 4px;
}

.StageTable { width: 100%; }
.StageTable .addstagecol1 {	width: 280px; }
.StageTable .addstagecol2{ width: 200px; }
.StageTable .stagecol1 { width: 200px; }
.StageTable .stagecol2 { width: 80px; }
.StageTable .stagecol3 { width: 200px; }

.StageTable .thc { text-align:center; }
.StageTable .weekend { background-color: #fbe614; }
.StageTable .weekday { background-color: #fffa8c; }
.StageTable td { padding: 4px 4px 4px 4px; }
.StageTable .sms { padding-left:10px; }
.StageTable .delete {width: 80px;}

.Button
{
	padding: 4px;
}

.DefaultTextBox
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px;
	

}

.DefaultValidationSummary
{
	padding: 10px;
	color: Red;
	background-color: papayawhip;
	border: solid 1px red;
	margin: 10px 150px 10px 0px;
	
}

/* === Signup ===============================================================*/

#signup
{
	margin: 40px 0px 8px 0px;	
	float: left;
}

#signupicon
{	
	left: 10px;
	top: 360px;
	z-index: 1;
	position: absolute;
	width: 78px;
	height: 78px;
	background: transparent url(../images/signupbg.gif) no-repeat right top;
}

#signupheader
{
	padding-left: 82px
}
#signup #signupinner
{	
	z-index: 9999;
	background-color: #f2fafc;
	border: solid 2px white;
	font-size: 80%;
	margin-top: 0px;
	padding: 25px 8px 8px 8px;
	margin: 12px;
	font-size: 90%;
	width: 190px;
	height: 140px;
}

#signup td
{
	margin-bottom: 10px;
}

#signup .rb label
{
	border: solid 0px red;
	padding-left: 7px;
	
}

#signup h3
{
	font-weight: bold;
}

#signup h4
{
	margin-top: 10px;
}

#signup .infotext
{
	margin-left: 20px;
}


#signup .okbutton
{
	float: right;
	width: 105px;
	height: 30px;
	margin-top: 20px;
	/*margin-left: 64px;*/
}

h4.signup
{
	margin-top: 25px;
}

.signuptablename
{
	margin-top: 5px;
}

#ctl00_pageplaceholder_SignUpPanel td{padding: 4px;}

#ctl00_ctl00_Submenu1_SubmenuPanel{height:39px;}

.signupvalidationmarker
{
	padding: 5px;
	color:Red;
}

.signuptableother
{
	
}

.signuptablemob
{
	margin-top: 0px;
}


#mypageslink
{
	z-index: 9999;
	background-color: #f2fafc;
	border: solid 2px white;
	margin-left: 0px;
	padding: 8px 0px 8px 8px;
	float: left;	
	width: 196px;
}

.panel { width: 225px; margin-left: 15px;}

/* Datagrid */
.dga
{
	background-color: aliceblue;
}


.SubTextHeader
{
	font-size: small;


}

.OKButton
{	
	padding: 3px;
}


.CancelButton
{	
	padding: 3px;
}



#navul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
}

.CreateNewButton
{
	margin-top: 30px;
	height: 32px;
	width: 160px;
}

#info { width: 663px;}
 
#info .col1 { width: 561px; }
#info .col2 { width: 42px; }
#info .col3 { width: 60px; }

#surveillancetable
{
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;		
	border: solid 0px gray;
	width: 510px;
}
#surveillancetable .StatusButtons { padding: 0px 4px 0px 4px; width: 40px; }

#surveillancetable .col1 { width: 40px; border: solid 0px gray; table-layout: fixed; }
#surveillancetable .col2 { width: 220px; border: solid 0px gray; text-align: left; }
#surveillancetable .col3 { width: 60px; border: solid 0px gray; text-align: center; }
#surveillancetable .col4 { width: 110px; border: solid 0px gray; text-align: center; }
#surveillancetable .col5 { width: 80px; border: solid 0px gray; }

#surveillancetable .test { overflow:hidden; }
/*#surveillancetable .test {  }*/

/* === Subscription =======================================================================*/

#subscriptionTable
{
	border: solid 0px gray;
	width: 678px;
}
#subscriptionTable .col1 { width: 300px; margin: 0px 0px 5px 0px; padding: 10px; border: solid 0px gray; }
#subscriptionTable .col2 { padding-left: 257px; border: solid 0px gray; vertical-align:top;}
#subscriptionTable .submitbutton {width: 100px; height: 30px; margin-bottom: 5px; }
#subscriptionTable .approved { margin-left: 19px; color:Green; font-weight:bold; }
#subscriptionTable .denied { margin-left: 19px; color:Red; font-weight:bold; }

#subscriptionInfo
{
	margin-left: 15px;
	border: solid 0px gray;
	width: 658px;
}
#subscriptionInfo .col1 { width: 200px; border: solid 0px gray; padding: 4px; }

#subscriptionType
{
	margin-top: 12px;
	margin-left: 10px;
	border: solid 1px gray;
	width: 327px;
	background-color: #f2f2f2;
	height: 235px;
}
#subscriptionType .col1 { width: 280px; border: solid 0px gray; padding-left: 7px; }
#subscriptionType .col2 { width: 290px; border: solid 0px gray; padding-left: 4px; }
#subscriptionType .col3 { width: 135px; border: solid 0px gray; padding-left: 7px; }
#subscriptionType .ValidateCampaign { color: Red; }
#subscriptionType .submitbutton {width: 100px; height: 30px; margin-bottom: 5px; }

#subscriptionOrder
{
	margin-top: 12px;
	margin-left: 1px;
	border: solid 1px gray;
	width: 327px;
	background-color: #f2f2f2;
	height: 235px;
}
#subscriptionOrder .col1 { width: 77px; border: solid 0px gray; padding-left: 7px; padding-bottom: 4px; }
#subscriptionOrder .col2 { width: 200px; border: solid 0px gray; padding-bottom:4px; }
.col2 { width: 110px; border: solid 0px gray; padding-left: 10px; }
.submitbutton {width: 100px; height: 30px; margin-bottom: 5px; }

/* === LiveInfo =======================================================================*/
#livemain
{
	background: transparent url(../images/phone_bg2.gif) no-repeat;
	width: 208px;
	height: 419px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden; 
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	border: solid 0px red;
}

#livemain #infotext
{
	margin-left: 25px;
	margin-top: 60px;
	margin-right: 25px;
	padding: 15px 5px 15px 5px;
	font-size: 85%;
	font-weight: bold;
	height: 155px;
	border: solid 0px gray;
}

#livemain .fade-box 
{
	margin-left: 0px;
	position: absolute;
	top: 163;
	width: 145px;
	height: 150px;	
	border: solid 0px red;
}


/* DropDown ytan */
#livemain #selection
{
	margin-top: 85px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 0px 15px 0px;
	font-family: Arial;
	font-weight: bold;
	background-color:transparent;
}

#crossfade-container 
{
	margin: 0px 0px 0px 10px;
	width: 300px;
	height: 150px;
	background: url(images/fade-box-bg.gif);	
}

#newsurveillance
{
	padding: 0px 0px;
	border: solid 0px gray;
	font-family: Tahoma;
}

#newsurveillance dl
{
	margin: 30px 0px 30px 0px;
	padding: 0px;
	float: left;
	border: solid 0px gray;	
}

#newsurveillance dt
{
	width: 350px;
	float: left;	
	margin: 0px;
	padding:0px;
}

#newsurveillance dd
{
	float: right;
	margin: 0px 40px 0px 0px;
	padding: 0;
	color: red;
}

#newsurveillance .button
{
	width: 120px;
	padding: 4px;
}



#subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* I-MoFo-E */
#subnav {
	/* IE<7 */
	_height: 1%;
	
	/* IE7 */
	display: inline-block;
}

#subnav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#subnav li {
	background: url(../images/nav-left2.gif) no-repeat left top;
	float: left;
}
helpicon
#subnav li.selected a:visited
{
	color: #ffffff;
}

#subnav li a {

	
	background: url(../images/nav-right2.gif) no-repeat right top;
	display: block;
	padding: 18px 20px 5px 20px;

	/*font: 12px/1.2 Verdana;*/
	/*text-transform: uppercase;*/
	color: White;
	
	outline: 0;
}

/* I-MoFo-E */
#subnav li a {
	_width: 1%;
	_white-space: nowrap;
	text-decoration: none;
}
	
#subnav li:hover {
	background-position: left -100px;
}

#subnav li:hover a {
	background-position: right -100px;
}

#subnav li.selected, #nav li.selected:hover{
	background-position: left -200px;

}

#subnav li.selected a, #nav li.selected:hover a {
	background-position: right -200px;
	color: #fff;
}


#TabBody 
{
	background-color: #f2fafc;
	margin: 0px 0px 0px 0px; 
	padding: 20px 0px 15px 15px; 
	width: 685px; border: gray 1px solid;
	/*height: 525px;*/
}

#TabBody.Mobile
{
	background: #f2fafc url(../images/surveillanceonoff.gif) no-repeat right bottom;
}

#HelpPage { margin: 10px; padding: 10px 10px 60px 10px; background: #f2fafc url(../images/infoiconlarge.gif) no-repeat right top; border: solid 2px white;}
#HelpPage .closebutton {float: right; margin-top: 70px; }

#TabBody h3 { margin-bottom: 10px; font-size: 130%; }
#TabBody th { font-weight: bold; font-size: 95%; padding-right: 4px; padding-top: 4px;}
#TabBody td { padding-right: 4px; padding-top: 4px;}
#TabBody table {  }
#TabBody .InputDiv { background-color: Transparent; /*#fbf9f9;*/  border: solid 0px gray; margin: 0px 0px 20px 0px; padding: 8px; }


#TabBody #infotext  { height: 220px; }
#TabBody #helpicon { float: right; height: 30px; width: 120px; }

#TabBody table td .infotext { font-size: 85%; padding: 10px;}
#TabBody .HeadDiv { margin-bottom: 20px;}
#TabBody .inputpanel { border: solid 1px gray; background-color: #f2f2f2; margin-bottom: 10px; padding: 10px; margin-right: 15px; }
#TabBody .panel { margin: 0px 0px 5px 0px; padding: 10px; width: 662px; /*background-color: #f2fafc;*/}
#TabBody .panel2 { margin: 0px 0px 5px 0px; }
#TabBody .panel .submitbutton {width: 100px; height: 30px; }
#TabBody .panel .submitusersettings {width: 160px; height: 30px; }

.button { width: 100px; height: 30px; }

/* === Feedback =======================================================================*/
.feedbacktable { margin-top: 20px; }
.feedbacktable td, .feedbacktable th { padding: 2px; }
.feedbacktextbox,.feedbacktextboxmultiline
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px;
	width: 250px;
}

.feedbacktextboxmultiline { height: 150px; }
.feedbackbutton { margin-top: 10px; }


/* === Propositions =======================================================================*/
#proposition
{
	background: #f2fafc url(../images/bulb.gif) no-repeat right top;
	margin: 5px 10px 20px 10px;
	border: solid 2px white;
	padding: 8px;
	font-size: 80%;
}

#proposition p
{
	margin-right: 25px;
}

#proposition .propositionheader
{
	margin-top: 10px;
	font-weight: bold;
}



#proposition .propositiontextbox
{

	height: 50px;
	width: 190px;

	font-family: Arial;
}


#proposition .propositionbutton
{
	width: 120px;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}