@charset "utf-8";

/* Virtual Shareholder Meeting Style Sheet

/*   ------------------------------------------------*/

.shadow, .wrapper #contentWrap { behavior: url(iepngfix.htc) }

html {
	font-size: 100%;
}
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) repeat-x left top; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;	
}
.wrapper #container {
	width: 980px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #contentWrap {
	padding: 5px;
	width: 980px;
	height: 430px;
	background: url(../images/bg_contentwrap.png) no-repeat center top;
}
.wrapper #contentArea {
	width: 910px;
	height: 400px;
	margin: 0 auto; 
	padding: 8px;
}

.wrapper #confArea {
	margin: 0 auto;
	width: 980px;
	height: 440px;
	outline: none;
	padding-top:0px;
}

.wrapper #header {
	Margin:4px;
}
.wrapper #logo {
	padding: 0 10px 0 30px;
	margin: 0;
}
.wrapper h1 {
	font-size: 1.6em;
	line-height: 2.2em;
	color: #fff;
	margin: 0;
}
.wrapper h2 {
	font-size: 1.5em;
	color: #162256;
	margin: 0;
}
.wrapper h3 {
	font-size: 1em;
	line-height: 1em;
	color: #6a0000;
	margin: 0;
}
.wrapper h4 {
	color: #6a0000;
	font-size: 1.2em;
	margin: 0 0 0 0;
	*margin: .8em 0 0 0; /* lone star IE 6 hack*/
	
}
.wrapper h5 {
	color: #777;
	font-size: 0.9em;
	margin: 0 0 .5em 0;
}
.wrapper h6 {
	color: #D79800;
	font-size: 0.8em;
	margin: 0;
}

/* Content Containers
   ------------------------------------------------*/

.module-ctr {
	width: 330px;/*
	text-align: center;
	margin: 0 auto;*/
	padding: 0; _padding-top:-30px; 
	z-index:99; 
}

.module-md {
	text-align: left;
	padding: 0px 0px 0px 20px;
	font-size:1.2em;
	line-height: 2em;
}
.module-ask {
	width: 450px;
	padding: 5px;
	float:left;
	margin: 0 0 0 10px;
	_margin: -30px 0 0 10px; /* IE Hack*/
}

.module-ask textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #CCC;
}

/* Miscellaneous conveniences:
   ------------------------------------------------*/

form label {
	cursor: default;
}
fieldset {
	border: none;
}
a {
	color: #0A62A9;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
/* Form field text-scaling
   ------------------------------------------------*/

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* whoever thought blue linked image borders were a good idea? 
   ------------------------------------------------*/

img {
	border: 0;
}
img a {
	border: 0;
}
img a:hover {
	border: 0;
}
/* paragraph/span/link/misc styles
   ------------------------------------------------*/

p {
	font-size: 0.8em;
	margin: 0 0 1em 0;
	padding: 0;
}
span {
	font-size: 0.8em;
}
p, h1, form, button {
	border:0;
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	height:1px;
}

/* My Form 
   ------------------------------------------------*/
.myformleft{
	width:600px;
	padding:12px;
	float:left;
}
.myformright {
	width:400px;
	padding:12px;
	float:right;
}

/* signbox 1 
   ------------------------------------------------*/
#signbox, #signbox2 {
	border:solid 1px #ffdcdc;
	background:#f9f9f9;
}


#signbox p, #signbox2 p {
	font-size: 0.8em;
	padding: 0 0 1.4em 0;
}

#signbox label, #signbox2 label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:230px;
	float:left;
	margin-top:4px;
}

#signbox .small {
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:180px;
}

#signbox input, #signbox2 input, #signbox select, #signbox2 select  {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #CCC;
	width:200px;
	margin:1px 0 7px 10px;
}
/*
#signbox button {
	clear:both;
	margin:5px 0 0 170px;
	width:127px;
	height:33px;
	background:#666666 url() no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	cursor:pointer;
} */
#signbox .signup, #signbox2 .signup { background:url(../images/btn-signup.gif) no-repeat; border:0; width:110px; height:26px; color:#fff; font-weight:bold;   cursor:pointer; }

/* signbox 2 
   ------------------------------------------------*/


#signbox2 .small {
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:150px;
}

#signbox2 button {
	clear:both;
	margin:5px 0 0 140px;
	width:127px;
	height:33px;
	background:#666666 url() no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	cursor:pointer;
}
.shadow {
	width:400px;
	padding:12px;
	border: 1px solid red;
	background:#666666 url("../images/bg_module_lg.png") no-repeat;
}
#infosml {
	padding: 10px;
	clear:both;
}
.ast {
	color:#CC0000;
	font-weight:bold;
}

/* Meeting Place
   ------------------------------------------------*/
.btnvote a {
		display:block;
		width: 271px;
		height: 62px;
		background: url("../images/btn_vote.gif") 0 0 no-repeat;
		text-decoration: none;
		border-bottom: 0px;
		}
.btnvote a:hover {	
		background-position: -271px 0px;
		border-bottom: 0px;
		}
.btnvote a:active {	
		background-position: 0px 0px;
		border-bottom: 0px;
		}
		
.askbut {
	width:127px;
	height:33px;
	background:#666666 url() no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
	font-size:0.85em;
	font-weight:bold;
	cursor:pointer;
}

.votebut {
	position:virtual; left:10px; top:0px; width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:41px;
	background:#00629d url(../images/btn-vote.jpg) no-repeat;
	text-align:center;
	line-height:40px;
	color:#FFFFFF;
	font-size:1.4em;
	cursor:pointer;
}
		
/* DHTML Window styles
   ------------------------------------------------*/		
.dhtmlwindow{
		position: absolute;
		border: 1px solid #b5b5b5;
		visibility: hidden;
		background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
		padding: 1px;
		text-indent: 3px;
		font: bold 14px Arial;
		background-color: #005192;
		color: white;
		cursor: move;
		overflow: hidden;
		width: auto;
		filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
		position: absolute;
		right: 1px;
		top: 2px;
		cursor: hand;
		cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
		width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
		border-top: 1px solid brown;
		background-color: white;
		color: black;
		height: 150px;
		padding: 2px;
		overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
		border-top: 0px solid gray;
		background-color: #005192;
		height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
		float: right;
		width: 13px; /*width of resize image*/
		height: 13px; /*height of resize image*/
		cursor: nw-resize;
		font-size: 0;
}

#content-wrap {
		z-index:0;
}

#content-area {
	margin: 0 auto;
	width: 990px;
	height: 3000px;
	overflow: auto;
	border: none;
	outline: none;
}

#pos {
		position:absolute; left:515px; top:450px; width:290px;
}



/* Unordered Lists
   --------------------------------------*/

ul {
	list-style: none;
}

ul.nav-resources {
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin:-5px 0 0 0;
	_margin-left: 0px;
	width:
	/*background: url(../images/bg_module_fade.jpg) no-repeat left bottom;*/
}

ul.nav-resources li {
	line-height: 1.8em;
	margin: 0;
	padding:0 0 0 15px;
	background: url(../images/bullet_page.gif) no-repeat left 3px;
}

li {
	font-size: 0.9em;
	margin: 0 0 0 10px;
	line-height: 1.6em;
	padding: 0 0 0 20px;
	background: url(../images/bullet_li.gif) no-repeat left 8px;
}

.ceos {float:left; text-align:center; margin:0 10px 10px 0; font-size:10px;}
.ceos a:link { color:#333333;}
.links {position:absolute; left:235px; top:50px; width:175px;}

/*  Last modified on 12th Feb 2009 by Kishore 
*****************************************************/

/* Additions by TalkPoint 050409 */
#clientBannerContent {
	margin:0px; 
	padding:0px;
}

h1 #clientBannerContent, h2 #clientBannerContent, h3 #clientBannerContent {
	margin:0px;
	padding:0px;
}
