body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:url(img/bgdTall.jpg) repeat-x;
	font-size:11px;
	color:#4e5357;
}

img {
	border:none;
}

.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
	display:block;
}

/********* container styles **********/

#container {
	width:910px;
	height: 1300px;
	margin:0px auto;
}

/********** header styles ***********/

#header {
	display:block; 
	height:104px; 
	padding-left:15px; 
	padding-right:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/headerbg.png');
}

div > /**/ #header {
	background:url(img/headerbg.png) repeat-y; 
}

#header .wrap {
	position:absolute;
	display:block; 
	height:104px;
	background:url(img/headerbg_inner.png) top left no-repeat;
}

#header .logo {
	float:left; 
	padding-left:10px;
	padding-top:20px;
	width:400px;
	height:130px;
}

#header .logo div {
	position:absolute;
}

#header .slogan {
	float:left;
	padding-top:70px; 
	width:320px;
}

#header .slogan .sleft {
	float:left; 
	color:#231f20; 
	font-size:13px; 
	font-weight:bold; 

}

#header .slogan .sright {
	float:right; 
	font-size:14px; 
	color:#494949; 
	font-weight:bold;
}

#header .help {
	width:130px; 
	float:right; 
	text-align:right; 
	padding-top:15px; 
	padding-right:20px;
}

/********* topnav styles *********/

#topnav { 
	height:48px; 
	overflow:hidden;
	background:url(img/topnavbg.png) top left no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/topnavbg.png');*/
}

div > /**/ #topnav {
	background:url(img/topnavbg.png) top left no-repeat;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#topnav li {
	display:inline;
	padding:0px 12px;
}

#topnav li a {
	color:#fafafa;
	text-decoration:none;
	font-weight:bold;
}

#topnav li a:hover {
	color:#8FC6FF; /*#ABAFFF;*/
	font-weight:bold;
}

#topnav .active a {
	color:#8FC6FF; /*#CDCFFF;*/
	font-weight:bold;
}

#topnav .activeApp a {
	color:#ffffff;
	font-weight:bold;
	padding: 7px;
}

#topnav .activeApp a:hover {
	color:#ffffff;
	font-weight:bold;
	padding: 7px;
	background: #1F82FF;
}

#topnav .incompatibleApp a {
	cursor: help;
	color: #999999;/*#f9ee52;*/
	font-weight:bold;
	padding: 7px;
}

#topnav .incompatibleApp a:hover {
	color:#888888;
	font-weight:bold;
	padding: 7px;
}

#topnav .wrap {
	display:block;
	background:url(img/topnav_sep.gif) 580px 4px no-repeat; 
	height:45px;
	position:relative;
}

#topnav .tn_left {
	width:565px; 
	font-size:1px;
	float:left; 
	padding-left:20px; 
	padding-top:15px;
	white-space:nowrap;
}

#topnav .tn_right {
	float:right; 
	font-size:12px; 
	color:#dbdbdb; 
	padding-right:25px; 
	padding-top:13px;
	width:300px;
}

div > /**/ #topnav .tn_right {
	padding-top:15px;
}

#topnav .tn_right input {
	margin:0px 5px; 
	vertical-align:middle;
}

#topnav .tn_right span {
	color:#ffffff; 
	font-size:15px;
}

.internal .wrap {
	background:url(img/topnav_sep.gif) 790px 4px no-repeat !important; 
}

.internal .tn_right {
	color:#ffffff; 
	font-size:15px !important;
	padding-top:15px !important;
	width:auto !important;
	padding-right:40px !important;
}

.internal .tn_right a {
	color:#ffffff;
	text-decoration:none;
}

.internal .tn_right a:hover {
	color:#feffbf;
}

/************ content styles ***********/

.content_top {
	display:block; 
	height:22px;
	overflow:hidden;
	background:url(img/content_topbg.png) top left no-repeat; 
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_topbg.png'); */
}

div > /**/ .content_top {
	background:url(img/content_topbg.png) top left no-repeat; 
}

.content_sep {
	display:block; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_sepbg.png'); 
	height:31px;
	overflow:hidden;
}

div > /**/ .content_sep {
	background:url(img/content_sepbg.png) top left no-repeat; 
}

.content_bot {
	display:block; 
	background:url(img/content_botbg.png) no-repeat; 
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_botbg.png'); */
	height:20px;
	overflow:hidden;
}

div > /**/ .content_bot {
	background:url(img/content_botbg.png) no-repeat; 
}

/************ banner styles ************/

#banner {
	display:block;
	width:858px;
	padding-left:26px; 
	padding-right:26px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_midbg.png');
}

div > /**/ #banner {
	background:url(img/content_midbg.png) repeat-y; 
}

#banner .ban_left {
	background:url(img/banner_image.jpg); 
	width:640px; 
	height:310px; 
	float:left;
}

#banner .ban_left .text_block a {
	color:#abafff;
	text-decoration:none;
	padding-top: 30px;
}

#banner .ban_left .text_block {
	color:#FFFFFF; 
	display:block; 
	width:345px; 
	padding-left:20px;
	font-size:12px;
	padding-top:80px;
}

/* Added by JR */
#historyText
{
	font-size:14px; 
	font-family:Century Gothic, Verdana, Helvetica, Arial, sans-serif; 
	font-weight:normal; 
	padding-top: 105px;
}

#banner .ban_left .text_block h1 {
	position: absolute;
	font-size:22px; 
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:normal; 
	top:345px;
	margin:0px;
	padding: 0px;
	display:block; 
	background:url(img/ico_emblem.gif) top right no-repeat;
	width: 375px;
}


#banner .ban_left .text_block h1 span {
	font-style:italic;
}

#banner .ban_left .text_block p {
	line-height:20px; 
	text-align:justify; 
	margin:10px 0px;
}

#banner .ban_right {
	background:url(img/banner_leftbg.gif); 
	width:187px; 
	height:310px; 
	float:right;
	padding-left:10px;
	padding-right:10px;
}

#banner .ban_right div {
	padding-top:10px;
}

#banner .ban_right h1 {
	font-size:20px; 
	color:#fffefe; 
	font-family:'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-weight:normal; 
	font-style:italic; 
	background:url(img/ico_star.gif) top right no-repeat; 
	margin:0px; 
	padding:0px;
	margin-bottom:20px;
	cursor: arrow;
}

#banner .ban_right h2 {
	font-size:18px; 
	color:#353535; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	margin:0px; 
	padding:0px;
	cursor: arrow;
}

#banner .ban_right h2 img {
	float:right; 
	margin-top:-25px;
}

#banner .ban_right p {
	font-size:12px; 
	color:#1b1b1b; 
	line-height:20px;
	 margin:10px 0px;
}

#banner .ban_right .button {
	background:url(img/arrow.png) 8px 10px #0C3D9F no-repeat;
	display:block; 
	height:24px; 
	font-size:14px; 
	color:#e8d461; 
	text-decoration:none; 
	padding-top:8px; 
	padding-left:28px;
	margin:6px 0px;
}

#banner .ban_right .buttonAttention {
	background:url(img/arrow.png) 8px 10px #0C3D9F no-repeat;
	display:block; 
	height:24px; 
	font-size:14px; 
	color:#fed952; 
	text-decoration:none; 
	padding-top:8px; 
	padding-left:28px;
	margin:6px 0px;
}

#banner .ban_right .button:hover {
	background: #fed952 no-repeat;
	color:#0C3D9F; 
}

#banner .ban_right .buttonAttention:hover {
	background: #e8d461 no-repeat;
}

/*********** main_content styles **********/

.main_content { 
	display:block; 
	padding-left:45px; 
	padding-right:40px;
	width:825px;
	padding-top:25px;
	padding-bottom:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_midbg.png');
}

div > /**/ .main_content {
	background:url(img/content_midbg.png) repeat-y;
}

.main_content h1 {
	font-size:22px; 
	color:#000000; /*#435ea2; */
	margin:0px; 
	padding:0px; 
	font-weight:normal;
}

.main_content h3 {
	font-size:18px; 
	color:#435ea2; 
	/*font-style:italic;*/
	font-weight:normal; 
	margin:0px; 
	padding:0px;
}

.main_content h3 img {
	vertical-align:middle; 
	margin-right:10px;
}


/************ table01 styles ***********/

.table01 {
	position: relative;
	display:block;
	width:830px;
	/*background:url(img/table01bg.gif) 600px 70px no-repeat;*/
	margin-right:-10px;
	height: 428px;
	top: -20px;
	z-index: 1;
}

.table01 .t01_left {
	position: relative;
	/*float:left;*/
	left: 15px;
	top: 10px;
	width:570px;
	z-index: 1;
}

.table01 .t01_right {
	position:relative;
	/*float:right;*/ 
	width:830px;
	height: 428px;
	top:-380px;
	left:-25px;
	z-index: -1;
}

.table01 .menu_left
{
	position: relative;
	padding-top: 2px;
	padding-left: 5px;
	top: 6px;
	left: 0px;
	width: 818px;
	height: 20px;
	background: #eeeeee;
}

.table01 .menu_left .menu_links
{
	font-size:14px; 
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold;
}

.table01 .menu_left .menu_links .tab
{
	position: absolute;
	padding-top: 1px;
	text-decoration: none;
	color: #981818;
	z-index: 99999;
}

.table01 .menu_left .menu_links .tab:hover
{
	cursor: pointer;
	padding: 2px;
	text-decoration: none;
	background-color: #981818;
	color: #ffffff;
}

.table01 .menu_left .menu_links .tab .divider
{
	float: right;
	text-decoration: none ! important;
	color: #000000;
}

#tab1Txt
{
	left: 5px;
}

#tab2Txt
{
	left: 139px;
}

#tab3Txt
{
	left: 332px;
}

#tab4Txt
{
	left: 381px;
}

#tab1Txtb
{
	left: 5px;
}

#tab2Txtb
{
	left: 172px;
}

#tab3Txtb
{
	left: 399px;
}

#tab4Txtb
{
	left: 325px;
}

/************ table02 styles **********/

.table02 {
	display:block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.table02 h2 {
	font-size:23px; 
	color:#4760A2; 
	font-weight:bold; 
	margin: 0px 0px 15px 0px; 
	padding:0px;
}

.table02 h3 {
	font-size:18px; 
	color:#4760A2; 
	font-weight:bold; 
	margin: 0px 0px 5px 0px; 
	padding:0px;
}

.table02 .t02_row {
	display:block; 
	clear:both;
}

.table02 .t02_left {
	width:265px; 
	float:left;
}

.table02 .t02_right {
	width:250px; 
	float:right;
}

.table02 .t02_span {
	width:550px; 
	text-align:justify;
}

.table02 .t02_right a {
	font-size:15px; 
	color:#981818;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}

.table02 .t02_right a:hover {
	text-decoration: none;
	background:#981818;
	color:#ffffff;
}

.table02 .t02_right p {
	line-height:16px; 
	margin:5px 0px; 
	padding-left:35px; 
}

.table02 .t02_left p {
	line-height:16px; 
	margin:5px 0px; 
	padding-left:34px; 
}

.table02 .t02_span h3 {
	color: #000000;
	line-height:25px; 
	margin:5px 0px; 
	padding-left:0px; 
	font-weight: normal;
}

.table02 .t02_span p {
	color: #000000;/*#4760A2;*/
	font-size:15px;	
	line-height:25px; 
	margin:5px 0px; 
	padding-left:34px; 
}

.table02 .t02_span ul li {
	color: #000000;/*#4760A2;*/
	font-size:15px;	
	line-height:25px; 
	margin:5px 0px; 
	padding-left:34px; 
}

.table02 .more {
	float:right; 
	margin-top:-15px; 
	color:#981818; 
	text-decoration:none;
}

.table02 .more:hover {
	text-decoration:underline;
}



/************ news_block styles *******/

.news_bg {
	width:200px;
	background:#FFFFFF;
}

#news_block {
	display:block;
	width:195px;
}

#news_block h2 {
	font-size:18px; 
	color:#2c2c2c; 
	font-weight:normal; 
	margin:0px; 
	padding:0px;
}

#news_block p {
	font-size:11px; 
	text-align:justify; 
	line-height:15px; 
	color:#2c2c2c; 
	margin:8px 0px;
	margin-bottom:20px;
}

#news_block strong {
	color:#981818;
}

#news_block  .more {
	float:right; 
	color:#981818; 
	text-decoration:none; 
	margin-top:-15px;
}

#news_block  .more:hover {
	text-decoration:underline;
}

/************ internal_content styles ********/

.internal_content {
	display:block;
	width:850px;
	background:url(img/content_midbg.png) repeat-y;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_midbg.png'); */
	padding-left:30px;
	padding-right:30px;
}

div > /**/ .internal_content {
	background:url(img/content_midbg.png) repeat-y;
}

.internal_content .button {
	cursor:pointer;
	display:block;
	font-size:7px; 
	text-decoration:none; 
}

.internal_content .button a
{
	color:#30B99C;
	border: .02cm outset #ffffff;
	margin:6px 0px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
}

.internal_content .button a:hover
{
	background-color:#eeeeee;
	color:#5873cf;
	border: .02cm inset #ffffff;
	margin:6px 0px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
}

.internal_content .button_label
{
	text-align:left;
}

/************ table03 styles ***********/

.table03 {
	background:url(img/table03bg.gif) repeat-x; 
	display:block; 
	width:100%;
}

.table03 .t03_left {
	width:193px; 
	float:left; 
	background:url(img/t03_leftbg.jpg) top right no-repeat #FFFFFF;
	padding-left:0px;
	padding-right:18px;
	padding-top:10px;
}

.table03 .t03_left h1 {
	font-size:16px; 
	color:#222299; 
	margin:0px; 
	padding:0px;
	margin-bottom:20px;
}

.table03 .t03_left h1 img {
	float:right;
	margin-right:-10px;
	margin-top:-2px;
}

.table03 .t03_left h2 {
	font-size:13px;
	margin:0px; 
	padding:0px; 
	color:#222299;
	margin-bottom:15px;
}

.table03 .t03_left h2 img {
	float:right; 
	margin-top:-15px;
}

.table03 .t03_left p {
	font-size:11px;
	color:#222299;
	text-align:justify;
	margin:10px 0px;
	line-height:15px;
}

.table03 .t03_left p .more {
	float:right; 
	color:#4f5559; 
	text-decoration:none; 
	margin-top:-12px;
}

.table03 .t03_left p .more:hover {
	text-decoration:underline;
}

.table03 .t03_left .image {
	border:1px solid #53585b;
}

.table03 .t03_left .button {
	background:/*url(img/arrow.png)*/ 8px 10px #1867DA no-repeat;
	display:block; 
	height:24px; 
	font-size:14px; 
	color:#FFFFFF; 
	text-decoration:none; 
	padding-top:8px; 
	text-align:center;
	margin:6px 0px;
}

.table03 .t03_right {
	width:625px; 
	float:right; 
	margin-top:10px; 
	padding-right:5px;
}

.table03 .t03_right h1 {
	color:#2c2c2c; 
	font-size:21px; 
	font-weight:normal; 
	margin:0px; 
	padding:0px;
}

.table03 .t03_right h1 img {
	float:right; 
	margin-top:-25px;
}

.table03 .t03_right p {
	line-height:18px;
	margin:15px 0px;
}

.table03 .t03_right p a {
	color:#981818;
	text-decoration:none;
}

.table03 .t03_right p a:hover {
	text-decoration:underline;
}

.table03 .t03_right h2 {
	font-size:15px; 
	color:#222299; 
	margin:0px; 
	padding:0px;
}
.table03 .header
{
	padding: 3px;
	background-color:#eeeeee;
	font-size:20px;
	font-weight:bold;
}
.table03 .label
{
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	padding:3px;
	font-size:15px;
	vertical-align:top;
}
.table03 .input
{
	text-align:left;
	padding:3px;
	vertical-align:top;
}
/*********** table04 styles ***********/

.table04 {
	display:block; 
	width:100%;
}

	
.table04 .t04head {
	display:block; 
	background:url(img/t04headbg.png) top left no-repeat; 
	height:25px; 
	overflow:hidden;
}

.table04 .t04head .th04_left {
	float:left; 
	font-size:14px; 
	color:#FFFFFF; 
	padding-left:18px; 
	padding-top:5px;
	font-weight: bold;
}

.table04 .t04head .th04_right {
	float:right; 
	font-size:15px; 
	color:#FFFFFF; 
	font-style:italic;
	font-weight:bold;
	padding-top:5px; 
	padding-right:18px;
}

.table04 .t04head .th04_rightBig {
	float:right; 
	font-size:16px; 
	color:#FFFFFF; 
	font-style:italic;
	font-weight:bold;
	padding-top:3px; 
	padding-right:18px;
}

.table04 .t04head .th04_right a {
	text-decoration:none; 
	color:#FFFFFF;
}

.table04 .t04head .th04_right a:hover {
	text-decoration:underline; 
	color:#FFFFFF;
}

.table04 .t04head .th04_right a img {
	vertical-align:middle; 
	margin-left:10px;
}

.table04 .t04head .th04_rightBig a {
	text-decoration:none; 
	color:#FFFFFF;
}

.table04 .t04head .th04_rightBig a:hover {
	text-decoration:underline; 
	color:#FFFFFF;
}

.table04 .t04head .th04_rightBig a img {
	vertical-align:middle; 
	margin-left:10px;
}

.table04 .t04body {
	border:0px solid #cacaca; 
	font-size:15px; 
	color:#474c50; 
	font-style:normal;
	padding:4px 7px;
}

.table04 .t04body ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.table04 .t04body li {
	display:block;
	margin:6px 0px;
}
.table04 .t04body a {
	color:#0000ff;
	cursor:pointer;
	font-weight: bold;
	text-decoration:none;
}

.table04 .t04_col01 {
	float:left; 
	width:210px;
}

.table04 .t04_col02 {
	float:left; 
	width:205px;
}

.table04 .t04_col03 {
 	float:left;
 }

/************ leftnav styles **********/

.leftnav {
	margin:0px;
	padding:0px;
	list-style:none;
}

.leftnav li {
	display:block;
	background:url(img/bullet.gif) no-repeat;
	padding-left:25px;
	margin:10px 0px;
}

.leftnav a {
	color:#4e5357;
	font-size:12px;
	text-decoration:none;
}

.leftnav a:hover {
	text-decoration:underline;
}

/************ footer styles ************/

#footer {
	display:block; 
	font-size:11px; 
	color:#ffffff; 
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a {
	color:#FFFFFF;
	margin:0px 5px;
	text-decoration:none;
}

.footer a:link, .footer a:visited
{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover
{
	color:#888;
	text-decoration:none;
}

.error_panel
{
	background-color:#ea7878;
	border:2px solid #640000;
	font-size:12px;
	font-weight:bold;
	color:#640000;
	padding:3px;

}
.addNotes
{
	position: relative;
	overflow: auto;
	background-color:transparent;
	border-style:solid;
	border-color:#000;
	padding: 4px;
	border:none;
	font-family:arial-rounded;
	width:318px;
	height: 800px;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	TOP: 92px;
	LEFT:460px;
}

.addNotes a
{
	text-indent: 6px;
	color: #fc1821;
	text-decoration:none;
	font-weight:bold;
}

.admin
{
	color:#ffffff;
}

.adminTable
{
	position: relative;
	top: -810px;
	left: 100px;
}


.adminSelectbox
{
	width: 205px;
}

.adminTextbox
{
	width: 180px;
}

.upload
{
	background-color:#ffffff;
	border-style:solid;
	border-color:#000;
	padding: 4px;
	border:1px inset;
	font-family:arial-rounded;
	width:200px;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	POSITION: absolute;
	TOP: 288px;
	LEFT:335px;
}

.upload a
{
	text-indent: 6px;
	color: #fc1821;
	text-decoration:none;
	font-weight:bold;
}
.imagetabs 
{
	background-color:#ffffff;
	border:0px solid #9d1117;
	font-family:arial,helvetica,sans-serif;
	font: bold 18px Arial;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	text-decoration:none;
	color:#583939;
	padding-top:3px;
	padding-left:10px;
	position:relative;
}
.imagetabs a
{
	display: block;
	text-decoration: none;
	font: bold 18px Arial;
	color: black;
	width: 25px;
	height: 25px;
	float: right;
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:url(images/btn-close.png);
	background-repeat: no-repeat;
	text-align: left;
	cursor: pointer;
	z-index:99999;
}

.imagetabs a:hover, .imagetabs a.current
{
	background-image:url(images/btn-closeNeg.png);
	cursor: pointer;
}
.label
{
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	padding:3px;
	vertical-align:top;
}
.input
{
	padding:3px;
	vertical-align:top;
	text-align:left;
}

.input i
{
	color: red;
}


.table04 a:link, .menu a:visited
{
	text-decoration:none;
}

.table04 a:hover
{
	color:#999999;
	text-decoration:none;
}

/************ right ad banner styles **********/
#skyscraper
{
	position: relative;
	top: -1158px;
	left: 903px;
}

#skyscraperAboutUs
{
	position: relative;
	top: -1145px;
	left: 903px;
}

#skyscraperFAQ
{
	position: relative;
	top: -1575px;
	left: 903px;
}

#linkAd
{
	position: relative;
	top: -478px;
	display: block;
	border: none; /*1px dashed #ababab;*/
	height: 18px;
	padding: 10px;
}

#wideAppAdd
{
	position: relative;
	margin-top: -30px;
	margin-left: 20px;
	width: 800px;
	height: 90px;
	text-align: center;
	z-index: 99999;
}

#wideAppAddLow
{
	position: relative;
	margin-top: 0px;
	margin-left: 20px;
	width: 800px;
	height: 90px;
	text-align: center;
	z-index: 99999;
}

.events
{
	position: relative;
	padding-left: 30px;
	top: -28px;
	left: 628px;
	width: 190px;
	height: 410px;
	background: #eeeeee;
	font-family:arial-rounded;
	color:#000000;
	z-index: 80000;
}

.events h1
{
	position: relative;
	font-size:18px;
	font-weight:bold;
	text-decoration: underline;
	font-family:arial-rounded;
	color:#000000;
	top: 20px;
}

.events .events_main
{
	position: relative;
	font-size:11px;
	font-weight:normal;
	font-family:arial-rounded;
	color:#555555;
	left: -15px;
}

.events .events_main ul
{
	margin:0px;
	padding-left:15px;
	list-style:bullet;
	font-size:9px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

/************      PDF styles       **********/
.pdfPop
{
	position:absolute;
	top:40px;
	width:909px;
	z-index:0;
}

#closeX
{
	z-index:99999;
	padding-right:3px;
}

.feedbackForm
{
	overflow:auto;
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#222299;
	position: relative;
	width: 470px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 4px;
}

.friendForm
{
	position: relative;
	top: 30px;
	left: -7px;
}

#friendHead
{
	position: relative;
	left: 6px;
	top: -10px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	width:170px;
	color:#222299;
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
}

#senderNameFront
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#000000;
	position: relative;
	left: 7px;
	top: -20px;
	width: 170px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendEmailFront
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#000000;
	position: relative;
	left: 7px;
	top: -17px;
	width: 170px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendSubjectFront
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -14px;
	width: 170px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendNoteFront
{
	overflow:auto;
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -10px;
	width: 170px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#senderName
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#000000;
	position: relative;
	left: 7px;
	top: -40px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendEmail
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#000000;
	position: relative;
	left: 7px;
	top: -38px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendSubject
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -34px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendNote
{
	overflow:auto;
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -30px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#friendSend
{
	position: relative;
	left: 136px;
	top: -28px;
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#friendSendLow
{
	position: relative;
	left: 156px;
	top: -40px;
	font-size:9px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#feedBackTopic
{
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -27px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#feedBackMessage
{
	overflow:auto;
	font-size:10px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color:#9999ff;
	position: relative;
	left: 7px;
	top: -25px;
	width: 190px;
	background: #efefef;
	border: none; /* #8888ff; */
	padding: 2px;
}

#suggestionSend
{
	position: relative;
	left: 156px;
	top: -22px;
	font-size:9px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#requiredTextBlack
{
	position: relative;
	font-size:9px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	top: -10px;
	left: 35px;	
}

#requiredTextBlackLow
{
	position: relative;
	font-size:9px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	top: -23px;
	left: 35px;	
}

#tab1
{
	overflow: auto;
	display: block;
	width: 585px;
	height: 380px;
	z-index: 99999;
}

#tab2
{
	overflow: auto;
	display: none;
	width: 585px;
	height: 380px;
	z-index: 99999;
}

#tab3
{
	overflow: auto;
	display: none;
	width: 585px;
	height: 380px;
	z-index: 99999;
}

#tab4
{
	overflow: auto;
	display: none;
	width: 585px;
	height: 380px;
	z-index: 99999;
	text-align: center;
}

.screenShots img
{
	position: absolute;
	top: 10px;
	width: 120px;
	height: 85px;
	margin-top: 4px;
	z-index: 1;
}

.screenShots H3
{
	position: absolute;
	background: #efefef;
	top: -20px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #981818;
	padding-top: 5px;
	padding-bottom: 5px;
}

#ssNavigator
{
	position: absolute;
	top: 30px;
	left: -15px;
	z-index: 800;
}

#ssEditor
{
	position: absolute;
	top: 30px;
	left: 135px;
	z-index: 700;
}

#ssViewer
{
	position: absolute;
	top: 30px;
	left: 285px;
	z-index: 600;
}

#ssRecorder
{
	position: absolute;
	top: 30px;
	left: 435px;
	z-index: 500;
}

#ssComposer
{
	position: absolute;
	top: 165px;
	left: -15px;
	z-index: 400;
}

#ssPatients
{
	position: absolute;
	top: 165px;
	left: 135px;
	z-index: 300;
}

#ssFileCabinet
{
	position: absolute;
	top: 165px;
	left: 285px;
	z-index: 200;
}

#ssSettings
{
	position: absolute;
	top: 165px;
	left: 435px;
	z-index: 100;
}

#ssApp
{
	position: absolute;
	top: 300px;
	left: 212px;
	z-index: 10;
}

#ssInstPatients
{
	position: relative;
	top: 11px;
	left: 70px;
	width: 280px;
	height: 120px;
	z-index: 100;
	padding-bottom: 10px;
}

#ssBedside
{
	position: relative;
	top: 11px;
	left: 45px;
	width: 300px;
	height: 190px;
	z-index: 100;
	padding-bottom: 10px;
}

.screenShotWhatsNew img
{
	position: absolute;
	top: 150px;
	left: 350px;
	z-index: 99999;
}

.screenShotZoomUp img
{
	position: absolute;
	width: 840px;
	height: 515px;
	top: -300px;
	left: -228px;
}

.screenShotZoomWide img
{
	position: absolute;
	width: 570px;
	height: 380px;
	top: 10px;
	left: -15px;
}

.screenShotZoomXWide img
{
	position: absolute;
	width: 610px;
	height: 370px;
	top: 10px;
	left: -15px;
}

.screenShotZoomWideLeft img
{
	position: relative;
	width: 850px;
	height: 535px;
	top: -225px;
	left: -50px;
}

.screenShotZoomWide H3
{
	background: #981818;
	position: absolute;
	top: -20px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.screenShotZoomXWide H3
{
	background: #981818;
	position: absolute;
	top: -20px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.screenShotZoomTall img
{
	position: absolute;
	width: 280px;
	height: 500px;
	top: 10px;
	left: -15px;
}

.screenShotZoomTall H3
{
	background: #981818;
	position: absolute;
	top: -20px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.screenShotZoomTallWide img
{
	position: absolute;
	width: 335px;
	height: 550px;
	top: 10px;
	left: -15px;
}

.screenShotZoomTallWide H3
{
	background: #981818;
	position: absolute;
	top: -20px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftScreenShots img
{
	position: relative;
	top: -200px;
	left: -50px;
	width: 178px;
	height: 115px;
	margin-top: 4px;
	z-index: 1;
}

.leftScreenShots H3
{
	position: absolute;
	background: #efefef;
	top: -100px;
	width: 120px;
	text-align: center;
	font-size:15px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #981818;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftSsViewer
{
	position: relative;
	top: 200px;
	left: 50px;
	z-index: 50;
}

#ssPatientImport
{
	position: absolute;
	cursor: pointer;
	top: 5px;
	left: 330px;
	z-index: 10;
}

#ssPatientImport2
{
	position: absolute;
	cursor: pointer;
	top: 5px;
	left: 460px;
	z-index: 10;
}

#EULAInput
{
	font-size:11px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 430px;
	width: 700px;
	padding: 5px;
	border: 1px solid #888888;
}

#top_banner_version
{
	position: absolute;
	top: 75px;
	left: -12px;
	width: 894px;
	height: 60px;
}

#logo
{
	position: absolute;
	top: -3px;
	left: 5px;
	width: 420px;
	height: 108px;
}

#call
{	
	position: relative;
	top: 2px;
	left: -33px;
	font-size:17px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #777777;
	cursor: pointer;
}

#cross
{
	position: relative;
	top: -29px;
	left: 10px;
	width: 29px;
	height: 30px;
	padding-top: 5px;
}

.chartHead
{
	background:url(img/t04headbg.png) top left #000E5F no-repeat;
	text-align: left;
	color: #ffffff;
}

#tList
{
	position: relative;
	top: -10px;
	left: 0px;
	overflow-y: scroll;
	width: 190px;
	height: 140px;
}

#tListWide
{
	position: relative;
	top: 0px;
	left: 0px;
	overflow-y: scroll;
	width: 100%;
	height: 140px;
}

#filterUser
{
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 820px;
	height: 470px;
	text-align: left;
	padding: 2px;
}

#filterUser a:hover
{
	font-weight: bold;
}

#compatible
{
	font-size:17px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #;
	background: #99ff5e;
	padding: 4px;
	text-align: center;
	border: 1px dashed #666666;
}

#notCompatible
{
	font-size:17px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background: #f9ee52;
	padding: 4px;
	text-align: center;
	border: 1px dashed #666666;
}

#maybeCompatible
{
	font-size:17px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background: #f9ee52;
	padding: 4px;
	text-align: center;
	border: 1px dashed #f9cc52;
}

#compatibilityTable
{
	padding-left: 30px;
}

#compatibilityTable td
{
	padding: 4px;
}

.compat
{
	background: #99ff5e;
}

.nonCompat
{
	background: #f9ee52;
}

.box a
{
	font-size:14px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #3333ff;
	text-decoration: none;
}

.box a:hover
{
	font-size:14px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #3333ff;
}

.compatCheck
{
	position: relative;
	left: -5px;
	top: -20px;
	font-size:16px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #218A43;
}

.compatX
{
	position: relative;
	left: -5px;
	top: -15px;
	font-size:20px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: red;
}

#xMark
{
	position: absolute;
	left: -30px;
	width: 30px;
	height: 28px;
}

#checkMark
{
	position: relative;
	left: -5px;
	top: 7px;
	width: 30px;
	height: 28px;
}

#checkMarkTable
{
	position: relative;
	left: -5px;
	top: 0px;
	width: 30px;
	height: 28px;
}

#checkMarkTiny
{
	position: relative;
	left: 0px;
	top: 4px;
	width: 20px;
	height: 18px;
}

#hideInstructions
{
	position: relative;
	text-align: right;
	font-size:14px;
	font-weight:normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#appBlock
{
	display: block;
	overflow: auto;
	height: 350px;
}

#bedsideBlock
{
	display: block;
	overflow: auto;
	height: 200px;
}

#appBlockHidden
{
	display: none;
	overflow: none;
	height: 20px;
}

#bedsideBlockHidden
{
	display: none;
	overflow: none;
	height: 20px;
}