@charset "utf-8";
/* CSS created for Qwizdom Ltd. by Darren McCready */

/*------------------------------------ LAYOUT -------------------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	width:100%;
	height:100%;
	margin-bottom: 1px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#585858;
}

#container {
	position:absolute;
	width:850px;
	margin-left:-425px;
	left:50%;
	background:url(../images/bgshadow_y.jpg) repeat-y center;
}

#container2 {
	display:block;
	width:820px;
	margin:0 auto;
	background:#ddd;
	padding:0 0 13px 0;
}

#title {
	display:block;
	width:820px;
	height:100px;
	background:url(../images/red_headerUSA.jpg) no-repeat;
}

#main_content {
	width:507px;

	margin:13px 13px 0 13px;

	background:url(../images/maincontent_bot.gif) #fff no-repeat bottom;
	float:left;
	display:inline;
	line-height:140%;
}

#demo_content {
	width:794px;
	margin:13px 13px 0 13px;
	background:url(../images/democontent_bot.gif) #fff no-repeat bottom;
	float:left;
	display:inline;
	line-height:140%;
}

.side_content {
	float:right;
	display:inline;
	width:274px;
	margin:13px 13px 0 0;
	background:url(../images/sidebar_bot.gif) #fff no-repeat bottom;
}

#content_pane {
	margin:0 13px 13px 13px;

	border-top:1px solid #900;
}

.side_pane_article, .side_pane, .side_pane_desc, .side_pane_form {
	margin:10px 13px 13px 13px;
}

#footer {
	display:block;
	width:810px;
	height:80px;
	padding:15px 20px 0 20px;
	background:url(../images/bgshadow_bot.jpg) #585858 no-repeat top center;
	color:#fff;
}

#footer_flags {
	display:block;
	margin:0 auto;
	width:440px;
	
	
}

.flag {
	margin-right:2px;
}

.clear {
	
	clear:both;
}

.footer_nav {
	float:left;
}

.p_legal {
	float:right;
}

#flash_pane {
	background:#fff;
}

.flash_content_pane {
	display:block;
	text-align:center;
	margin:13px 0 23px 0;
}

.flash_small_pane {
	display:block;

}

.small_flash {
	width:150px;
	margin:0 5px;
	float:left;
	_display:inline;
}

.remote_image {
	width:150px;
	margin:0 5px;
	float:left;
	_display:inline;
	margin-bottom:20px !important;
}

.services_image {
	width:200px;
	margin-top:10px;
	float:left;
	_display:inline;
	margin-bottom:20px !important;
}



.bot_item {
	border:0 !important;
	padding-bottom:0;
	margin-bottom:0;
}

._item {
	display:block;
	margin:0 0 13px 0;
	border-bottom:1px solid #ccc;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.bot_item {
	border:0 !important;
	padding-bottom:0;
	margin-bottom:0;
}

.software_item {
	display:block;
	margin:0 0 13px 0;
	border-bottom:1px solid #ccc;
}

#images {
	width:490px;
	height:70px;
	margin-top:5px;
	margin-bottom:20px;
	display:block;

}

#image1 {
	width:240px;
	height:70px;
	background:url(../images/ed.jpg);
	float:left;
	margin-right:10px;
	
	
}

#image1:hover {
	background:url(../images/edOver.jpg);
	cursor:pointer;
	
}

#image2 {
	width:240px;
	height:70px;
	background:url(../images/cor.jpg);
	float:left;
	
	
}

#image2:hover{
	background:url(../images/corOver.jpg);
	cursor:pointer;
	
}
#PDFooter{
	width:485px;
	height:129px;
	margin:0px;
	padding:0px;
	background-image:url(../images/TeacherStudent.jpg);
}

/*------------------------------------ TEXT STYLES -------------------------------------*/

h1 {
	display:block;
	width:350px;
	height:100px;
	float:left;
	_display:inline;
	margin-left:15px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	display:none;
}

.main_content h2 span{
	font-size:120% !important;
}


h2 {
	display:block;
	width:481px;
	height:30px;
	padding:12px 13px 0 13px;
	font-size:160%;
	line-height:1.6em;
	color:#900;
	background:url(../images/maincontent_top.gif) no-repeat top;
}

h3 a.sList{
	background:none !important;
	text-decoration:underline !important;
	font-size:130%;
	line-height:1.6em;
	color:#900;
	
	}	

.side_content h3 {
	display:block;
	width:248px;
	height:26px;
	margin:0 !important;
	padding:4px 13px 0 13px;
	font-size:140%;
	font-weight:normal;
	color:#333;
	background:url(../images/sidebar_header.jpg) no-repeat top;
}

h3 {
	display:block;
	margin:13px 0 10px 0;
	font-size:140%;
	color:#333;
}

h4 {
	display:block;
	margin:13px 0 10px 0;
	font-size:130%;
	color:#900;
	padding-top:10px;
}

h5 {
	display:block;
	margin:13px 0 10px 0;
	font-size:110%;
	font-weight:bold;
	color:#333;
}

h6 {
	display:block;
	margin:13px 0 5px 0;
	font-size:100%;
	font-weight:bold;
	color:#900;

}

h2 a {
	text-decoration:none;
	color:#900;

}

quote {
	margin-top:10px;
	font-weight:lighter;
	font-style:italic;
	color:#666666;
}

h2 a:hover {
	text-decoration:none;
	color:#f00 !important;
}

#edu_logo {
	background:url(../images/edu_logo.gif) no-repeat center;
	cursor:pointer;
}

#nor_logo {
	background:url(../images/normal_logo.gif) no-repeat center;
	cursor:pointer;
}

#corp_logo {
	background:url(../images/corp_logo.gif) no-repeat center;
	cursor:pointer;
}


#p_tagline {
	display:none;
	cursor:pointer;
}

#redirect_pane {
	float:right;
	width:170px;
	height:58px;
	padding:12px 14px 0 11px;
	margin:23px 15px 0px 0px;
	_display:inline;
	background:url(../images/currentsite_bg.gif) no-repeat;
	color:#c66;
	font-size:85%;
}

.p_edu_site_inactive {
	color:#efa4a4;
	text-decoration:none;
	cursor:default;
}

.p_corp_site {
	color:#a3b4c1;
}

.p_edu_site {
	color:#efa4a4;
}

.p_uk_site {
	color:#fff;
}

#urlswap {
	margin-top:17px;	
}

.p_quote {
	font-size:9px;
	color:#900;
	padding-bottom:10px;
	margin-top:0px;
	
}

.p_quoteL {
	font-size:14px;
	color:#900;
	padding:10px;
	font-style:italic;
	
}

.p_corp_site_inactive {
	color:#a3b4c1;
	text-decoration:none;
	cursor:default;
}

.p_RegTxt {
	font-size: 10px;
	color: #999999;
}

#content_pane p {
	margin: 10px 0 0 0;
}

#footer {
	color:#ccc;
}

#formcol{
	border:1px #99CC00;
}

.side_pane_article p, .side_pane_article h4 {
	display:block;
	width:156px;
	float:right;
}

.side_pane_article p {
	font-size:85%;
	line-height:1.3em;
	color:#666;
}

.side_pane_article h4 {
	margin-top:0;
	padding-top:0;
	font-size:120%;
}

.side_pane_desc p, .side_pane_desc h4 {
	display:block;
	width:245px;
	float:left;
	
}

.side_pane_desc p {
	font-size:85%;
	line-height:1.3em;
	color:#666;
}

.side_pane_desc h4 {
	margin-top:0;
	padding-top:0;
	font-size:120%;
}

.side_pane_form p, .side_pane_form h4 {
	
	display:block;
	
}

.side_pane_form p {
	font-size:85%;
	line-height:1.3em;
	color:#666;
}

.side_pane_form h4 {
	margin-top:0;
	padding-top:0;
	font-size:100%;
}

.remote_descript {
	display:block;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

.spec_descript {
	display:block;
	margin:5px;
	padding:0;
	
}

.spec_descript p {
	font-size:85%;
	line-height:1.3em;
	color:#666;
	float:left;
	
}

.spec_descript ul {
	font-size:85%;
	line-height:1.3em;
	color:#666;
	
}

.spec_descript .thumb {
	float:left;
	margin-right:20px;
}

#get_flash {
	display:block;
	text-align:center;
	padding:10px 0 10px 0;
}

#actionpoint_title {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:170px;
	height:95px;
	background:url(../images/actionpoint_sof.gif) no-repeat;
}

#mactionpoint_title {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:170px;
	height:95px;
	background:url(../images/mactionpoint.gif) no-repeat;
}

#seperate {
	display:block;
	margin:20px auto;
	text-align:center;
	width:420px;
	height:3px;
	background:url(../images/seperate.png) no-repeat;
}

#connect_title {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:170px;
	height:80px;
	background:url(../images/connect.gif) no-repeat;
}

#system-overview {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:170px;
	height:160px;
	background:url(../images/system-overview.jpg) no-repeat;
}

#sCurr_title {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:150px;
	height:150px;
	background:url(../images/sCurr.jpg) no-repeat;
}


#readyset_title {
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:150px;
	height:150px;
	background:url(../images/readyset.jpg) no-repeat;
}


#actionpoint_large {
	margin:0 auto;
	margin-top:20px !important;
	padding:0;
	display:block;
	text-align:center;
	width:250px;
	height:80px;
	background:url(../images/actionpoint_mid.png) no-repeat;
}

#connect_large {
	margin:0 auto;
	margin-top:20px !important;
	padding:0;
	display:block;
	text-align:center;
	width:280px;
	height:80px;
	background:url(../images/connectBig.gif) no-repeat;
}


#interact_img {
	margin:0 auto;
	margin-top:20px !important;
	padding:0;
	display:block;
	text-align:center;
	width:280px;
	height:250px;
	background:url(../images/interact.jpg) no-repeat;
}

#mactionpoint_large {
	margin:0 auto;
	padding:0;
	display:block;
	text-align:center;
	width:250px;
	height:80px;
	background:url(../images/mactionpoint_mid.png) no-repeat;
}

.p_software {
	margin:0 0 10px 0 !important;
	padding:0;
	display:block;
	float:right;
	width:300px;
}

.li_services {
	margin:0 0 10px 0 !important;
	padding:0;
	display:block;
	float:right;
	width:250px;
}


.p_requirements {
	display:block;
	float:right;
	width:390px;
}

.show_btn, .hide_btn, .show_btn1, .hide_btn1, .show_btn2, .hide_btn2 {
	padding:2px 5px 2px 5px; 
	color:#900;
	font-weight:bold;
	background:#eee;
}

.show_btn:hover, .hide_btn:hover, .show_btn1:hover, .hide_btn1:hover, .show_btn2:hover, .hide_btn2:hover {
	padding:2px 5px 2px 5px; 
	color:#900;
	font-weight:bold;
	cursor:pointer;
	background:#ddd;
}

#powerP {
	width:485px;
	border:dotted 1px #CCCCCC;
	padding:1px;
}

#powerP ol{
	padding-left:20px;
	padding-top:10px;
	color:#666666;
}

.ReadySetBold {
	color: #900;
	font-weight: bold;
}
.AchieveBold {
	color: #98cb00;
	font-weight: bold;
}

.SmallBold_Red {
	color: #900;
	font-weight: bold;
	font-size: 11px;
}
/*------------------------------------ NAVIGATION -------------------------------------*/

#nav {
	display:block;
	width:810px;
	height:32px;
	list-style:none;
	padding-left:10px;
	background:url(../images/nav_bg.jpg) repeat-x;
	border-bottom:2px solid #999;
}

#nav li {
	float:left;
	background:url(../images/nav_split.gif) no-repeat right;
	_width:60px;
    

}

#nav a {
	display:block;
	height:24px;
	padding:8px 12px 0 12px;
	
	color:#333;
}

#nav a:hover {
	display:block;
	height:24px;
	padding:8px 12px 0 12px;
	color:#900;
	text-decoration:none;
}

#hard #nav .hard, #hard #nav .hard:hover, #soft #nav .soft, #soft #nav .soft:hover, #curr #nav .curr, #curr #nav .curr:hover, #cont #nav .cont, #cont #nav .cont:hover, #supp #nav .supp, #supp #nav .supp:hover, #reso #nav .reso, #reso #nav .reso:hover, #serv #nav .serv, #serv #nav .serv:hover  {
	display:block;
	height:24px;
	padding:8px 12px 0 12px;
	color:#900;
	text-decoration:none;
	cursor:default;
}

.nav_end {
	background:none !important;
}

#main_content a, .side_content a {
	color:#900;
}

#main_content a:hover, .side_content a:hover {
	color:#900;
	text-decoration:none;
}

#footer a {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#subnav {
	display:block;
	height:30px;
	border:1px solid #c66;
}

#subnav a {
	float:left;
	display:block;
	width:271px;
	height:24px;
	padding:6px 0 0 0;
	background:url(../images/red_header.jpg) center;
	text-align:center;
	border-right:1px solid #c66;
	color:#fff;
}

#subnav a:hover {
	float:left;
	display:block;
	width:271px;
	height:24px;
	padding:6px 0 0 0;
	background:url(../images/red_header.jpg) center;
	text-align:center;
	border-right:1px solid #c66;
	color:#fcc;
	text-decoration:none;
}

#subnav .last_subnav {
	border:none;
	width:274px;
}

#subnav .last_subnav:hover {
	border:none;
	width:274px;
}

#quote_btn {
	display:block;
	width:274px;
	height:60px;
	background:url(../images/quote_btn.gif);
	float:right;
	_display:inline;
	margin:5px 13px 0 0;
}

#quote_btn:hover {
	display:block;
	width:274px;
	height:60px;
	_display:inline;
	background:url(../images/quote_btn_over.gif);
	float:right;
	margin:5px 13px 0 0;
	
}

#demo_btn {
	display:block;
	width:274px;
	height:60px;
	background:url(../images/demo_btn.gif);
	float:right;
	_display:inline;
	margin:5px 13px 0 0;
}

#demo_btn:hover {
	display:block;
	width:274px;
	height:60px;
	_display:inline;
	background:url(../images/demo_btn_over.gif);
	float:right;
	margin:5px 13px 0 0;
	
}

#dealer_btn {
	display:block;
	width:274px;
	height:60px;
	background:url(../images/dealer_btn.gif);
	float:right;
	_display:inline;
	margin:5px 13px 0 0;
}

#dealer_btn:hover {
	display:block;
	width:274px;
	height:60px;
	_display:inline;
	background:url(../images/dealer_btn_over.gif);
	float:right;
	margin:5px 13px 0 0;
	
}

#support_btn {
	display:block;
	width:274px;
	height:60px;
	background:url(../images/support_btn.gif);
	float:right;
	_display:inline;
	margin:5px 13px 0 0;
	
}

#support_btn:hover {
	display:block;
	width:274px;
	height:60px;
	_display:inline;
	background:url(../images/support_btn_over.gif);
	float:right;
	margin:5px 13px 0 0;
	
}

#q7_btn {
	display:block;
	width:274px;
	height:80px;
	background:url(../images/qw_q7.gif);
	float:right;
	margin:13px 13px 0 0;
	_display:inline;

}

#q7_btn:hover {
	display:block;
	width:274px;
	height:80px;
	background:url(../images/qw_q7Ov.gif);
	float:right;
	margin:13px 13px 0 0;
	_display:inline;

}

#dc_btn {
	display:block;
	width:274px;
	height:80px;
	background:url(../images/dc_btn.png) no-repeat;
	float:right;
	_display:inline;
	margin:5px 13px 0 0;
}

#dc_btn:hover {
	display:block;
	width:274px;
	height:80px;
	_display:inline;
	background:url(../images/dc_btn_over.png) no-repeat;
	float:right;
	margin:5px 13px 0 0;
	
}


/*------------------------------------ LISTS -------------------------------------*/

#main_content ul {
	list-style:url(../images/arrow.gif);
	margin:0 10px 15px 20px;
	margin-top:10px;
	font-style:italic;
}

#main_content ul.sitemap {
	font-size:18px;
	list-style:none !important;
	margin:0 10px 15px 20px;
	font-style:normal !important;
}

#main_content ul.sitemapSm {
	font-size:14px !important;
	list-style:none !important;
	margin:0 10px 15px 10px;
}

#demo_content ul {
	list-style:url(../images/arrow.gif);
	margin:0 10px 15px 20px;
	font-style:italic;
}

#demo_content a {
	font-size:14px !important;
	list-style:none !important;
	color:#900;
	text-decoration:underline;
}

#demo_content a:hover {
	font-size:14px !important;
	list-style:none !important;
	color:#900;
	text-decoration:none;
}

#demo_content h2 {
	display:block;
	width:768px;
	height:30px;
	padding:12px 13px 0 13px;
	font-size:160%;
	line-height:1.6em;
	color:#900;
	background:url(../images/democontent_top.gif) no-repeat top;
}

#demo_content h2 a {
	color:#900;
	text-decoration:none !important;
	font-size:100% !important;
}

#demo_content h2 a:hover {
	color:#FF0000;
	text-decoration:none !important;
	font-size:100% !important;
}

#main_content li {
	margin:0 0 5px 0;
}


#main_content ol {
	margin:0 10px 15px 20px;
	font-style:italic;
}


.link_list{
	list-style:none;
	display:block;
	margin:10px 0 0 0;
	font-size:11px;
	}
	
.link_list li{
	width:248px;
	float:left;
	padding:3px 0 3px 0;
	}


/*------------------------------------ img -------------------------------------*/

.img_left {
	float:left;
	margin: 0 10px 0 0;
}

.img_right {
	float:right;
	margin: 0 0 0 10px;
}

.side_pane_article .thumb {
	float:left;
}

.side_pane_desc .thumb {
	display:block;
	text-align:center;
	margin:5px;
}

.side_pane_desc .link {
	float:left;
	padding:10px 0;
}

hr {
	margin:13px 0 13px 0;
	color:#ccc;
	height:1px;
	border-top:1px solid #ccc;
	display:inline;
}


/*---------------------------------form style----------------------------------------------*/


/*--------main content form-----------*/

form#main 
{
	width:455px;
	border:dotted 1px #CCCCCC;
	padding:1px;
	margin: 20px auto;
	
}

form#main fieldset
{
	display:block;
	width:445px;
	padding:5px;
	margin: 0 auto 0 auto;
	/* remove default border styles */
	border: 1 solid #fafafa;
	font-size:90%;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;
			
}

form#main label, form#main input, form#main select  
{
	display: block;	
	float: left;
	margin-bottom: 10px;
	height: 22px;
}

form#main fieldset#personal input 
{	
	height: 1.2em;
	width: 160px;
}

form#main br 
{
	clear:left;
}


form#main p 
{
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
} 

form#main label
{
	width: 15em;
	padding-right: 5px;
	font-weight: bold;	
	text-align: right;
	color: #900;	
}

#wide
{
	width: 20em !important;
	
}

#big
{
	width: 115px !important;
	text-align:right !important;
	padding:0pz !important;
	
}

#small
{
	width: 3em !important;
	text-align: left !important;
	
}

#tiny
{
	width: 2em !important;
	text-align: left !important;
	
}


#narrow
{
	width: 7em !important;
	text-align: left !important;
	
}


form#main textarea
{
	width:440px;
	margin-bottom:25px;
	margin-top:0px !important;
} 


form#main fieldset#personal input, textarea, select
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
} 

form#main fieldset#personal input:hover, textarea:hover, select:hover
{
	border-top: 1px solid #c33;
	border-left: 1px solid #c33;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

form#main label:first-letter
{
    text-transform: capitalize;       
}

form#main #button1
{  
	color:#900;
	background-image:url(../images/submit.png);
	text-decoration:underline;
	background-color:#EBEBEB;
	cursor: pointer;
	height: 25px !important;
	width: 75px !important;
	border: none !important;
	float:right !important;
	margin-left:5px;
	}

form#main #button1:hover 
{
	color:#900;
	text-decoration:none;
	background-image:url(../images/submit_over.png);
}

form#main #gbcc
{ 
	width: 20px !important;
	margin-left:65px;
	margin-right:5px;
	border:0 !important;
}

form#main #rent, #buy, #demo, #case_study
{ 
	width: 20px !important;
	margin-left:5px;
	margin-right:5px;
	border:0 !important;
}

form#main #more
{ 
	width: 20px !important;
	margin-left:2px;
	margin-right:2px;
	border:0 !important;
}

/*--------main content form-----------*/

form#logmein 
{
	/*background:#fff url(redpix/head_bg_form.gif) top center no-repeat;*/
	width:450px;
	
	border:dotted 1px #CCCCCC;
	padding:1px;

	
	/* center the form */
	margin: 0 auto;
	margin-top:10px !important;
}

form#logmein fieldset
{
	display:block;
	width:445px;
	padding:5px;
	margin: 0 auto 0 auto;
	/* remove default border styles */
	border:1px solid #fafafa;
	font-size:90%;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;
			
}

form#logmein label, form#logmein input
{
	display: block;	
	float: left;
	margin-bottom: 10px;
	height: 22px;
}

form#logmein input 
{	
	height: 1.2em;
	width: 160px;
}


form#logmein label
{
	width: 15em;
	padding-right: 5px;
	font-weight: bold;	
	text-align: right;
	color: #900;	
}


form#logmein input
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
} 

form#logmein input:hover, select:hover
{
	border-top: 1px solid #c33;
	border-left: 1px solid #c33;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

form#logmein label:first-letter
{
    text-transform: capitalize;       
}

form#logmein #button1
{  
	color:#900;
	background-image:url(../images/submit.png);
	text-decoration:underline;
	background-color:#EBEBEB;
	cursor: pointer;
	height: 25px !important;
	width: 75px !important;
	border: none !important;
	margin-left:5px;
	margin-right:5px;
	}

form#logmein #button1:hover 
{
	color:#900;
	text-decoration:none;
	background-image:url(../images/submit_over.png);
}


/*---------------------------side content form----------------------------*/


form#request 
{
	/*background:#fff url(redpix/head_bg_form.gif) top center no-repeat;*/
	width:240px;
	margin-top:10px;
	border:dotted 1px #CCCCCC;
	padding:1px;

	
	/* center the form */
	margin: 0 auto;
}
	
form#request fieldset
{
	display:block;
	width:220px;
	padding:5px;
	margin: 1em auto 0 auto;
	/* remove default border styles */
	border: 1 solid #fafafa;
	font-size:90%;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;
			
}

 
form#request label, form#request input 
{
	display: block;	
	float: left;
	margin-bottom: 10px;
	height: 22px;
}

form#request fieldset#personal input 
{	
	height: 1.2em;
	width: 140px;
}

form#request br 
{
	clear:left;
}


form#request p 
{
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
} 

form#request label
{
	width: 6em;
	padding-right: 5px;
	font-weight: bold;	
	text-align: right;
	color: #900;	
}

form#request fieldset#personal input
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
} 

form#request fieldset#personal input:hover 
{
	border-top: 1px solid #c33;
	border-left: 1px solid #c33;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

form#request label:first-letter
{
    text-transform: capitalize;       
}

form#request #button1
{  
	color:#900;
	background-image:url(../images/submit.png);
	text-decoration:underline;
	background-color:#EBEBEB;
	margin-left:5px;
	cursor: pointer;
	height: 25px !important;
	width: 75px !important;
	border: none !important;
	float:right !important;
	}

form#request #button1:hover 
{
	color:#900;
	text-decoration:none;
	background-image:url(../images/submit_over.png);
}

form#request #yes, #no
{
	width: 15px !important;
	margin-right: 3px;	
}



form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color:#FF0000 !important;
	font-style: italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%; 
	font-weight:normal !important;
	
}
div.error { display: none; }
form.cmxform input:focus { border: 1px dotted black ; }
form.cmxform input.error { border: 1px dotted red !important; }
form.cmxform textarea.error { border: 1px dotted red !important; }
form.cmxform .gray * { color: gray; }

form.cmxform label.error {
	margin-top:0px !important;
	margin-left: 30px !important;
	width: 300px !important;
}



#skills {
	width: 475px;
	padding: 0;
	margin: 0;
}



th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color:#fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #900 url(../images/bg_header.jpg) top left no-repeat;
	
}

th.topL {
	border-left: 1px solid #999;
}



td.exam {	
	border-left: 1px solid #999;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

td.left {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left:1px solid #999;
	padding: 6px 6px 6px 12px;
	color:#999999;
	
}

td.normal {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 6px 6px 6px 12px;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color:#fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #900 url(../images/bg_header.jpg) top left no-repeat;
}

td.noleft {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left:none !important;
	padding: 6px 6px 6px 12px;
	color:#999999;
}

td.nobg {
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #999;
	background: none !important;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: none;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

.basic  {
	width: 480px;
	font-family: verdana;
	border: 1px solid #999;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

.basic ul {
	
	padding: 10px;
	padding-left:20px !important;
}

.basic ul a {
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	margin: 0px;
	background:none !important;
	border:none !important;
}

.basic img {
	float:left;
	margin-right:5px;
}


.basic ul a:hover {
	text-decoration:none;
	margin: 0px;
	background:none !important;
	border:none !important;
	color:#900 !important;
}

.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("../images/AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	color: white !important;
	background-image: url("../images/AccordionTab2.gif");
}
.basic a.selected {
	color: white !important;
	background-color: #900;
	background-image: url("../images/AccordionTab2.gif");
}

.codeStyle 
{
	/*background:#fff url(redpix/head_bg_form.gif) top center no-repeat;*/
	width:450px;
	display:block;
	border:dotted 1px #CCCCCC;
	padding:15px;
	margin-top:10px;
	font-size:12px;
	background-color:#EEEEEE;

}

.video{
	padding: 10px;
	}