/* 

	Created: 
		Justin Emond
		
	Date:
		200702015
		
	Description:
		Main CSS file for chat application
		
	Todo:
		- create a print css that converts the chat box into an ace chat transcript
	
	Sections:
		1. System wide
		2. Chat setup
		3. Chat room

*/

/* System wide */
BODY
{
	margin: 0;
	padding: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: #FFFFFF;
	background: url(../images/body-bg-top.png) repeat-x top;
}

a:link {
	color: #017a97;
}
a:visited {
	color: #017a97;
}
a:hover {
	color: #990000;
}
a:active {
	color: #017a97;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #920000;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #AED4DD;
	margin: 0px;
	width: 18em;
	background-image: url(../images/h1-blendedtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93C2CD;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #920000;
}

form {
	background-color: #f0f8f9;
	padding: 10px;
	background-image: url(../images/content-blend.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.bannertext
{
	margin-left:113px;
	color:#920000;
	font-size:1.25em;
	font-weight:bold;
}

#bodytext {
	background-color: #f0f8f9;
	padding: 10px;
	background-image: url(../images/content-blend.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.textbox
{
	font-size: 125%; 
	padding: 0.25em;
}

.textboxError /* when a required field is not validated, this happens */
{
	border-color: #FF0000;
	font-size: 125%; 
	padding: 0.25em;
}

.button
{
	padding: 0.1em 0.25em;
	font-size: 1.1em;
}

#wrapper /* wraps page content */
{
	padding: 20px;
	clear:both;
}


.CriticalErrorBox
{
	/* need some red stuff here; text wrapped in P tags */
}

#WebchatHeader  /* main header for system */
{
	/* background-color: #61a2b2; */
	/* background-image: url(../images/header-blend.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#WebchatHeader .HeaderLogo /* applied to img tag of logo */
{

}

#WebchatHeader .logo
{
	margin: 50px 0px 0px 0px;
	float: left;
	width:  245px;
	height: 40px;
}

.alpha-shadow {
	margin-bottom: 20px;
    width:auto; 
}
.alpha-shadow div.mainnav{
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: auto;
}
.alpha-shadow div.shade {
	padding-bottom: 8px;
	padding-right: 8px;
	background-image:url(../images/shadow-form.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: auto;
}
.alpha-shadow div.shade img{
	margin: 0px;
    width: 440px;

}


.video-box-shadow  {
    width:auto; 
}
.video-box-shadow div {
	background-image:url(../images/shadow-video.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom: 8px;
	width: 472px;
	height: 266px;
	width: auto;
}

.webinar_link {
	position: absolute; 
	margin-top: 0px;
	background:none; 
	margin-top: 285px;
}

#WebchatHeader .mainnav {
	width: auto;
	margin: 24px -5px 0px 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	float: right;
	clear: right;
}

#WebchatHeader .mainnav a {
	color: #017a97;
	font-size: 12px;
	text-decoration: none;
/*	background-color: #3E8F9F; */
	float: left;
	background-image: url(../images/nav-button-bg.gif);
	background-repeat: repeat;
	background-position: left top; 
	height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0px;
	margin-right: 0px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #c1c1c1;
	margin-left: 1px;
	border-right: 1px #d7d7d7;
	font-weight: bold;
}

#WebchatHeader .mainnav a:hover, #WebchatHeader .mainnav a:active {
	color: #FFFFFF;
	background-color: #146277;
	background-image: url(../images/navbutton-on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#WebchatHeader .mainnav .active {
	color: #FFFFFF;
	background-color: #146277;
	background-image: url(../images/navbutton-on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#WebchatHeader .mainnav a.red {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
/*	background-color: #3E8F9F; */
	float: left;
	background-image: url(../images/navbutton-red.png);
	background-repeat: repeat;
	background-position: left top; 
	height: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0px;
	margin-right: 0px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #991a1f;
	margin-left: 1px;
	border-right: 1px #d7d7d7;
	border-left: 1px #cc666a;
	font-weight: bold;
}

#WebchatHeader .mainnav a .red:hover, #WebchatHeader .mainnav a .red:active {
	color: #FFFFFF;
	background-color: #146277;
	background-image: url(../images/navbutton-red.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Footer /* used on every page! */
{
	font-size: 0.8em;
	color: #656565;
	padding-top: 10px;
	line-height: 1.3em;
	clear: both;
}

#Footer a
{
	text-decoration: none;	
}

.ErrorMessage /* generic error message string at the top of forms, etc */
{

	color: red;
	font-weight: bold;

}

.SuccessMessage /* generic positive message like "dude, it worked!" */
{

	color: green;
	font-weight: bold;

}

.GenericElementError /* used for non-form field errors */
{
	background-color: #FF0000;
}

.tableError
{
	padding: 2px 4px 2px 4px;
	border: 1em solid red;
	
}

#debuggingBox /* debugging box that displays debugging data on development severs only */
{
	position: fixed; 
	right: 0em;
	bottom: 0em;
}

/* redifien LI and UL b/c thickbox.css messes it up */
li
{
	margin-left: 1.5em;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
}
ul
{
	margin-top: .5em;
	margin-bottom: 0.5em;
}

.callOutText
{
	color: #307b8e;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}
form .callOutText
{
	color: #666666;
	font-size: 1em;
	font-weight: normal;
}

.subtleText /* explanation under form elements */
{

	color: #666666;
	font-size: 80%;

}

.colorblock
{
	width: 3em;
	height: 3em;
	margin: 0.25em;
	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: #f6f6f6;
	border-right-color: #878787;
	border-bottom-color: #878787;
	border-left-color: #f6f6f6;
}
th {
	font-weight: bold;
	text-align: left;
}

.lblAlert
{
	border: 1px solid #333333;
	background-color:#FFFF00;
	font-weight:bold;
	padding:10px;
}

.SmallMessage
{
	font-size:70%;
}

.clear-block
{
	clear: both;
	display:block;
}

.customBlock1
{
	position: relative;
	display: block;
	margin-bottom: 1.3em;
}

.customBlock1 h2
{
	background: #61a2b2 url(../images/header-blend_h2.gif) no-repeat top left;
	margin: 0;
	padding: 2px 5px;
}

.customBlock1 .block-content
{
	border-left: 1px solid #6da6b5;
	border-right: 1px solid #6da6b5;
	border-bottom: 1px solid #6da6b5;
	padding: 10px;
}

.block-content .block-content-data
{
	overflow: auto;
}

.block-content .block-content-data ul
{
	padding-left: 0;
}

.customBlock1 .footer
{
	margin: 10px -10px -10px;
	padding: 0 10px 5px;
	background: #acd3dc;
}

.client img{
	border: 0;
}

#chat-setup td{
	width: 50%;
	vertical-align: top;
}