﻿a, a:visited {
	color: #0061cd;
	text-decoration:none;	
}

a img {
	border: none;	
}

/* this forces a vertical scrollbar to prevent pageshift in Firefox and Safari */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 14px;
}
/* end */

#header {
}

#wrapper {
	width: 960px;
	margin: auto;
}

#content {
	margin-bottom: 10px;
}

#contentPane {
	width: 760px;
	float: left;
	padding: 10px;
	min-height: 200px;
	border: solid 1px #D9D9D9;
	-moz-border-radius: 0px 10px 10px 10px;
}

#menu {
	background: black url(/images/menu_bg.gif) no-repeat;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: White;
	background: transparent url(/images/menu_separator.png) right center no-repeat;
}

#menu ul li a span {
	padding: 0 8px;
	display: block;
	line-height: 40px;
}

#menu ul li a span.selected {
	background: #C53E1F url(/images/menu_selected_bg.gif) repeat-x;
	padding: 0 8px;
	display: block;
	line-height: 40px;
}

#footer {
	text-align: center;
	background-color: #eff7fc;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius:5px;
	position:relative;
}

h1 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	color: black;
	font-size: 24px;
	letter-spacing:-1px;
}

h2 {
	color: Black;
	padding: 0;
}

h3 {
	margin: 0 0 15px 0;
}

h4 {
	margin: 5px 0 10px 0;
	padding: 0;
	color: #EA4F0A;
}

.checkList {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.checkList li {
	padding-left: 20px;
	margin-bottom: 5px;
	background: transparent url(/images/check.png) no-repeat left top;
}

.blogList {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.blogList li {
	padding-left: 20px;
	margin-bottom: 12px;
	background: transparent url(/images/bullet.gif) no-repeat left center;
}

.screencasts {
	font-size: 120%;
}

.screencasts img {
	border: solid 1px #B0B0B0;
}

.screencasts a {
	color: #EA4F0A;
	text-decoration: none;
}

.gallery a {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #B0B0B0;
}

.aralocTable {
	margin: auto;
	margin-bottom: 20px;
	padding: 0;
}

.aralocTable th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/table_header.png) no-repeat;
}

.aralocTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.aralocTable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/table_bullet.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.aralocTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	text-align: center;
}

.aralocTable th.noimage {
	background: none;
	background-color: #E6ECFF;
	border-top: none;
	border-left: 1px solid #C1DAD7;
	text-align: left;
}

.aralocTable th.noimage a {
	color: #3F3F3F;
}

.aralocTable td.left {
	text-align: left;
}

.form {
	padding-left: 10px;
	padding-right: 10px;
}

.formRow {
	padding-top: 5px;
	padding-bottom: 5px;
}

.formLabel {
	display: block;
	font-weight: bold;
}

.formControl {
	width: 200px;
}

.formDropDown {
	width: 206px;
}

.formTable {
	background-color: #FFFFFF;
	border: solid 1px #B0B0B0;
	padding: 6px;
}

.cross {
	color: Red;
	padding-left: 20px;
	background: url(/images/cross.png) no-repeat left center;
}

.accept {
	color: Green;
	padding-left: 20px;
	background: url(/images/accept.png) no-repeat left center;
}

.webexHeadline {
	background: transparent url(/images/webex_ball_small.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #0082c7;
	display: block;
	font-weight: bold;
	font-size: 120%;
}

.accordionHeader {
	color: #323232;
	border: 1px solid #D5E8F4;
	background-color: #EDF1F3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent {
	border-top: none;
	padding: 10px;
}

.answer {
	color: #323232;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}

.subMenu {
	position: relative;
	left: 1px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	background: url(/images/submenu_separator.png) no-repeat bottom right;
}

.subMenu li {
	margin: 0;
	padding: 0;
	background: url(/images/submenu_separator.png) no-repeat top right;
}

.subMenu li a {
	display: block;
	color: #454545;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	width: 120px;
}

.subMenu .selected {
	border-right: solid 1px #FFFFFF;
}

.subMenu .selected a {
	padding-left: 20px;
	background: transparent url(/images/bullet_go.png) no-repeat center left;
}