body {
	color: #747474;
	font-family: Lucida Sans Unicode, Lucida Grande, Times New Roman, arial, helvetica, sans-serif;
	font-size: 9pt;
	background: white url("images/body_background.png") repeat-x top left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.preload {
	display: none;
}

.blue-body {
	color: #747474;
	font-family: Lucida Sans Unicode, Lucida Grande, Times New Roman, arial, helvetica, sans-serif;
	font-size: 9pt;
	background: #6C8093 url("images/body_background.png") repeat-x top left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h2 {
	color: #5687D6;
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	color: #5187cf;
	font-weight: bold;
	font-size: 10pt;
}

h5 {
	font-weight: bold;
	font-size: 9pt;
}

a, a:visited {
	color: #009DD3;
	text-decoration: none;
	outline-style: none;
}

a img {
	border: none;
	outline-style: none;
}

a:hover, a:active {
	border-bottom: 1px dotted #009DD3;
	outline-style: none;
}

a.fdbk_tab_left {
	border-bottom: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#logo a img, #logo a:visited, #logo a:hover, #logo a:active {
	border: 0;
	text-decoration: none;
}

#main {
	position:relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
}

#main-portal {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

#logo {
	float: left;
	padding-bottom: 15px;
	padding-right: 50px;
}

.button {
	border: 0px;
	color: white;
	background: transparent url("images/button_background.gif") no-repeat top left;
	width: 64px;
	height: 20px;
	cursor:pointer;
	margin-right: 5px;
}

.small-btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 4px 4px 4px 4px;
	background:#FFFFFF url(images/bg_btn.gif) repeat-x scroll left bottom;
	border:1px solid #aaaaaa;
	color:#545454;
	cursor:pointer;
	margin:0 1px;
	padding: 1px 4px;
	text-transform:lowercase;
}

.small-btn:hover {
	border: 1px solid #009DD3;
	color #545454;
	text-decoration: none;
}

.progress {
	padding: 4px 7px;
	vertical-align: middle;
}

.progress img {
	vertical-align: middle;
}

.btn:hover {
	border: 1px solid #009DD3;
	color: #545454;
	text-decoration: none;
}


.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	float: right;
	padding-top: 10px;
}

#toplevel {
	margin: 0;
	padding: 0px;
}

#toplevel #toplevel-left, #toplevel-right {
	height: 37px;
	width: 6px;
}

#toplevel #toplevel-left {
	background: transparent url("images/menu_left.gif") no-repeat scroll right center;
	width: 6px;
	height: 37px;
	padding: 0;
	float: left;
}

#toplevel .toplevel-right-normal {
	background: url("images/menu_right.gif") no-repeat scroll left center;
	width: 6px;
	height: 37px;
	margin: 0;
	margin-right: 1px;
	padding: 0;
	float: left;
}

#toplevel .toplevel-right-toggled {
	background: #EFEFEF;
	width: 6px;
	height: 37px;
	margin: 0;
	padding: 0;
	float: left;
	-moz-border-radius: 0px 6px 0px 0px;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
}

#toplevel ul {
	height: 37px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#toplevel ul li {
	color: #5E5B5B;
	float: left;
	font-size: 11pt;
	line-height: 37px;
	width: 124px;
	margin: 0;
	text-align: center;
	background: transparent url("images/menu_bg.gif") no-repeat scroll right center;
}

#toplevel ul li a {
	display: block;
	width: 100%;
}

html>body #toplevel li a {
	width: auto;
}

#toplevel ul li:hover {
	background: transparent url("images/menu_bg_active.gif") no-repeat scroll right center;
	color: white;
	cursor: pointer;
}

#toplevel ul li.ancestor, #toplevel ul li.selected {
	background: transparent url("images/menu_bg_active.gif") repeat-x scroll right center;
	color: white;
}

#toplevel ul li.ancestor a, #toplevel ul li.ancestor a:visited {
	color: white;
}

#toplevel ul li.selected a, #toplevel ul li.selected a:visited {
	color: white;
}

#toplevel img {
	margin : 0;
	padding-top : 14px;
}

#toplevel ul li.login-toggled {
	color: #5E5B5B;
	float: left;
	height: 37px;
	margin: 0;
	background: #EFEFEF;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	-moz-border-radius: 0px 7px 0px 0px;
	width: 103px;
}

#toplevel ul li.active-first {
	background: url("images/menu_left_active.gif") no-repeat left center;
	width: 84px;
	border: 0;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#toplevel ul li.inactive-first {
	background: url("images/menu_left_inactive.gif") no-repeat left center;
	width: 84px;
	border: 0;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

#toplevel ul li.inactive-first:hover {
	background: url("images/menu_left_active.gif") no-repeat left center;
}

#toplevel ul li.login {
	width: 104px;
	background: url("images/menu_right_inactive.gif") no-repeat scroll right center;
	height: 37px;
}

#toplevel ul li.login:hover {
	background: url("images/menu_right_active.gif") no-repeat scroll right center;
}


#toplevel ul li a, #toplevel ul li a:visited {
	color: #5E5B5B;
	text-decoration: none;
	border: 0;
}

#toplevel ul li a:hover, #toplevel ul li a:active {
	color: white;
	border: 0;
}

#toplevel ul li:hover a {
	color: white;
	border: 0;
}

#login {
	background: #EFEFEF;
	border: none;
	position: absolute;
	padding: 10px;
	padding-top: 5px;
	top: 40px;
	right: 6px;
	z-index: 1002;
	-moz-border-radius: 10px 0px 10px 10px;
	border: 1px solid #C9C9C9;
	width: 210px;
	display: none;
}

#login-expander {
	padding-left: 5px;
	display: inline;
	line-height: 37px;
}

html>body>#main>#login {
	right: 0px;
}

#hax {
	position: absolute;
	top: 40px;
	right: 7px;
	width: 57px;
	line-height: 2px;
	height: 2px;
	z-index: 1225;
	background: #EFEFEF;
	padding: 0px 23px 0px 23px;
	display: none;
}

#overlay {
	background: #666666;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	z-index: 100005;
	display: none;
}

html>body>#main>#hax {
	right: 1px;
}

#closeMessageBox {
	position: absolute;
	right: -10px;
	top: -10px;
}

.large-seperator {
	height: 3px;
	line-height: 3px;
	clear: both;
	display: block;
	background: url("images/large_seperator.gif") repeat-x top left;
	padding-top: 8px;
	padding-bottom: 14px;
}

#messageBox {
    background: white;
	position: absolute;
	display: none;
	top: 40%;
	left: 50%;
	z-index: 100006;
	width: 300px;
	margin-left: -150px;
	border: 1px solid #dedede;
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: left;
}

#messageBoxInner {
	background: url("images/message_close.gif") no-repeat top right;
	margin: 2px;
	padding: 50px;
	border: 2px solid #EC1313;
	-moz-border-radius: 8px;
}

#messageBoxTitle {
	font-weight: bold;
	font-size: 13pt;
}

#login label {
	margin: 2px;
	line-height: 20px;
}

#login #login-button {
	padding-top: 3px;
	float: left;
}

#login #login-other {
	float: right;
	display: inline;
}

#login-result {
	clear: both;
	display: block;
	padding: 5px;
}

#profile {

}

.loginFailure {
	color: red;
}

.formSelect {
	display: block;
	padding: 5px;
	width: 208px;
	border: 1px solid #ababab;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 4px 4px 4px 4px;
}

.formInput {
	display: block;
	width: 200px;
	margin: 6px;
	height: 24px;
	padding: 3px;
	line-height: 20px;
	border: 1px solid #ababab;
	-moz-border-radius: 4px 4px 4px 4px;
}

.formCheck {
	border: none;
}

.portal-section {
	background: #f5f5f5;
	padding: 25px;
	-moz-border-radius: 7px 7px 7px 7px;
}

.form-inner {
	padding: 25px;
}

.form-spacer {
	height: 3px;
	line-height: 3px;
	background: url("images/fade_seperator.gif") repeat-x top left;
	margin-top: 15px;
	padding-bottom: 15px;
}

.validatedForm {
	background: #f5f5f5;
	padding: 25px;
	-moz-border-radius: 7px 7px 7px 7px;
}

.validatedForm ol {
	list-style-type: none;	
	padding: 0;
	clear: both;
}

.validatedForm ol li {
	display: block;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.validatedForm ol li.seperator {
	padding-top: 10px;
	margin-bottom: 15px;
	height: 1px;
	line-height: 1px;
	width: 428px;
	background: url("images/dotted.gif") repeat-x bottom left;
}

.validatedForm ol li label {
	float: left;
	text-align: right;
	display: block;
	width: 200px;
	vertical-align: middle;
	line-height: 26px;
	padding-right: 20px;
}

.validatedForm ol li .error {
	float: none;
	display: inline;
	vertical-align: middle;
}

.validatedForm ol li .info {
	float: none;
	display: inline;
	width: 0;
	vertical-align: middle;
}

.validatedForm ol li input {
	/*display: inline;*/
	width: 200px;
	height: 20px;
	padding: 3px;
	line-height: 16px;
	border: 1px solid #e5e5e5;
}

.validatedForm ol li textarea {
	width: 400px;
	height: 150px;
	padding: 3px;
	line-height: 16px;
	border: 1px solid #e5e5e5;
}


.validatedForm ol li .check {
	height: 12px;
	width: 12px;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
}

.validatedForm .card-types {
	height: 50px;
	line-height: 50px;
	margin-left: 100px;
}

.validatedForm ol li .radio {
	width: 12px;
	height: 50px;
	vertical-align: top;
	margin-right: 30px;
}

.validatedForm ol li select {
	display: block;
	float: left;
	width: 150px;
	padding: 1px;
	margin-bottom: 4px;
	width: 208px;
	border: 1px solid #e5e5e5;
	height: 26px;
	line-height: 26px;
}

.validatedForm ol li .short {
	width:auto;
	margin-right: 10px;
}

.validatedForm ol li .medium {
	width:50px;
}

.validatedForm .actions {
	margin-left: 220px;
}

.validatedForm .feedback {
	display: inline;
	padding-left: 5px;
}

.validatedForm .action {
	height: 120px;
}

.validatedForm .action label {
	padding-left: 5px;
}

.vertical-form {

}

.vertical-form .inputs {
	margin-bottom: 10px;
}

.vertical-form .inputs label {
	display: block;
	vertical-align: middle;
	line-height: 26px;
}

.vertical-form .inputs input {
	width: 300px;
	height: 20px;
	padding: 3px;
	line-height: 16px;
	border: 1px solid #e5e5e5;
}

.vertical-form .inputs textarea {
	width: 100%;
	height: 250px;
	padding: 3px;
	line-height: 16px;
	border: 1px solid #e5e5e5;
}

.clear {
	clear: both;
}

#secondlevel {
	float: right;
}

#secondlevel ul {
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	float: left;
}

#secondlevel ul li {
	float: right;
	font-size: 9pt;
	line-height: 24px;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}

#secondlevel ul li.seperator {
	width: 10px;
	height: 10px;
}

#tab-content {
	padding-left: 50px;
	margin-right: 240px;
}

#portal {
	background: white url("images/portal_back.png") repeat-x top left;
}

#tabs {
	height: 31px
	color: white;
	background: transparent url("images/tab_back.gif") repeat-x bottom left;
}

#tabs ul {
	line-height: 31px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 50px;
}

#tabs ul li {
	display: inline;
	float: left;
	font-size: 11pt;

	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	-moz-border-radius: 5px 5px 0px 0px;
	background: transparent url("images/blue_back.png") repeat-x top left;

	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 3px;
}

#tabs ul li:hover {
	color: white;
	border-bottom: 1px solid #F72525;
	border-top: 1px solid #F72525;
	border-right: 1px solid #F72525;
	border-left: 1px solid #F72525;
	background: transparent url("images/red_back.png") repeat-x top left;
}

#tabs ul li.active {
	color: white;
	border-bottom: 1px solid #F72525;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background: transparent url("images/red_back.png") repeat-x top left;
	padding-left: 5px;
	padding-right: 5px;
}

#tabs ul li.active a, #tabs ul li.active a:visited {
	color: white;
	background: none;
	margin: 0;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
#tabs ul li.active a, #tabs ul li.active a:visited {
	color: white;
	background: none;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 1px;
	margin-left: 1px;
}

#tabs ul li.inactive {
	color: white;
	border-bottom: 1px solid #F72525;
	border-top: 1px solid #F72525;
	border-right: 1px solid #F72525;
	border-left: 1px solid #F72525;
	height: 29px;
}

#tabs ul li.inactive a, #tabs ul li.inactive a:visited {
	color: white;
	background: none;
	margin: 0;
	padding-top: 4px;
}

#tabs ul li a, #tabs ul li a:visited {
	color: white;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 1px;
	margin-left: 1px;
}

#tabs ul li a:hover, #tabs ul li a:active {
	color: white;
	text-decoration: none;
	border: 0;
}

#banner {
	height: 349px;
	margin-bottom: 20px;
	background: url("images/banner_main.jpg") no-repeat;
}

#banner #slider a {
	cursor: default;
}

#get-started-big {
	position: absolute;
	left: 567px;
	top: 275px;
	z-index: 1003;
	width: 355px;
	height: 72px;
}

#get-started {
	position: absolute;
	left: 407px;
	top: 315px;
	z-index: 1003;
	width: 260px;
	height: 52px;
}

#more-info {
	position: absolute;
	left: 775px;
	z-index: 1003;
	width: 185px;
	height: 110px;
}

#banner .preload {
	display: none;
}

#banner #blocks {
}

#banner #join {
}

#banner #join a, #banner #join a:visited {
	font-family: arial, sans-serif;
	font-size: 25pt;
	font-weight: bold;
	font-style: italic;
	color: red;
	text-decoration: none;
}

#banner #join a:hover, #banner #join a:hover {
	border: none;
	text-decoration: none;
}

#banner #join a img {
	border: none;
}

#header {
	clear: both;
	padding-bottom: 60px;
}

.blogheader {
	padding-top: 25px;
	clear: both;
	/*width: 690px;*/
	margin-left:-5px;
}

.blogheader .rsslink{
	float:right;
	padding-top: 5px;
	margin-right:20px;
}

#header-offset {
	clear: both;
	padding-bottom: 60px;
	margin-left: 40px;
}

#content {
	clear: both;
	margin-bottom: 10px;
}

#portal-content {
	clear: both;
	margin-top: -10px;
}

#preview-blocks {
	width: 964px;
}

.preview-left {
	float: left;
	width: 234px;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	font-size: 0px;
}

.preview-right {
	width: 234px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
}

.preview-strip {
	background: transparent url("images/content_strip.png") no-repeat top right;
	width: 234px;
	height: 7px;
	padding: 0;
	margin: 0;
}

.preview-box {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin: 0;
	height: 68px;
	font-size: 8pt;
	background: transparent url("images/content_background.png") no-repeat top left;
}

.preview-inner {
	padding: 5px;
	padding-left: 7px;
}

.preview-inner a:hover, .preview-inner a:active {
	border-bottom: none;
	text-decoration: none;
}

.preview-bottom {
	background: url("images/content_bottom.png") no-repeat top right;
	width: 234px;
	height: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.entry{
	line-height: 20px;
	font-size: 12pt;
}

.content-block {
	background: transparent url("images/content_top.gif") repeat-x top left;
	clear: both;
	font-size: 9pt;
	border: 0;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	/*line-height: 24px;*/
}

.content-block h1 {
	font-weight: bold;
	font-size: 14pt;
}

.post h1{
	color: #009DD3;
}

.content-block a, .content-block a:visited {
	border: 0;
	color: #009DD3;
}

.content-block a img {
	border: 0;
}

.content-block a:hover, .content-block a:active {
	border: 0;
	text-decoration: underline;

}

.content-block .header {
	padding-top: 25px;
	clear: both;
}

.content-block .padded-header {
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}

.content-block .header .left {
	float: left;
}

.content-block .header .right {
	padding-left: 390px;
}

.content-block .header .search {
	padding-left: 200px;
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
}

.content-block .header .search ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.content-block .header .search ol li {
	float: right;
	padding-left: 15px;
}

.content-block .header h4 {
	font-size: 11pt;
	font-weight: normal;
}

.spacer {
	padding: 10px;
	clear: both;
}

.column-wrapper {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.column-wrapper h3 {
	color: #5687D6;
	font-size: 9pt;
	margin-top: 0px;
}

.column-left, .column-middle, .column-right {
	float: left;
	position: relative;
	width: 100%;
}

.column-one, .column-two, .column-three {
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
}

/* 3 Column settings */
.three-column {
}

.three-column .column-middle {
	right:33%;	/* width of the right column */
}

.three-column .column-left {
	right:34%;	/* width of the middle column */
}

.three-column .column-one {
	width:34%;	/* width of center column content (column width minus padding on either side) */
	left: 100%;	/* 100% plus left padding of center column */
}

.three-column .column-two {
	width:33%;	/* Width of left column content (column width minus padding on either side) */
	left:33%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.three-column .column-three {
	width:33%;	/* Width of right column content (column width minus padding on either side) */
	left:66%;	/* Please make note of the brackets here: */
}

.two-column {
}

.two-column .column-left {
	right: 50%;
}

.two-column .column-one {
	left: 50%;
	width: 50%;
}

.two-column .column-two {
	left: 50%;
	width: 50%;
}

.side-column {
}

.side-column .column-left {
	right: 50%;
}

.side-column .column-one {
	left: 50%;
	width: 35%;
}

.side-column .column-two {
	left: 50%;
	width: 65%;
}

.left-column {
}

.left-column .column-left {
	right: 50%;
}

.left-column .column-one {
	left: 50%;
	width: 24%;
}

.left-column .column-two {
	left: 50%;
	width: 76%;
}


.right-column {
}

.right-column .column-left {
	right: 250px;
}

.right-column .column-one {
	left: 250px;
	width: 600px;
}

.right-column .column-two {
	left: 600px;
	width: 250px;
}

.third-column {

}

.third-column .column-left {
	right: 50%;
}

.third-column .column-one {
	left: 50%;
	width: 50%;
}

.third-column .column-two {
	left: 50%;
	width: 50%;
}

.outline-column {
	background: transparent url("images/column_left.gif") no-repeat top left;
}

.outline-column .top {
	background: url("images/column_top_left.gif") no-repeat top left;
	margin-left: 4px;
	height: 1px;
	line-height: 1px;
	width: 100%;
}

.outline-column .top div {
	margin-left: 134px;
	height: 1px;
	line-height: 1px;
	background: url("images/column_top_right.gif") repeat-x top right;
	width: 100%;
}

.outline-column .inner {
	margin: 2px;
	padding: 12px;
	height: 100%;
	background: url("images/column_inner.gif") no-repeat top left;

}

.menu-column {
	background: url("images/left_menu_left.gif") no-repeat top left;
}

.menu-column a, .menu-column a:visited {
	color: #4d4d4d;
}

.menu-column a:hover, .menu-column a:active {
	text-decoration: underline;
}

.menu-column .top {
	height: 1px;
	line-height: 1px;
	width: 100%;
	margin-right: 5px;
	margin-left: 4px;
	background: transparent url("images/left_menu_top.gif") repeat-x top left;
}

.menu-column .inner {
	background: transparent url("images/left_menu_right.gif") no-repeat top right;
	padding: 12px;
}

.content-column {
	border-top: 1px solid #C6C6C6;
}

.content-column .inner {
	padding: 12px;
}

.search-box {
	border: 1px solid #CBCBCB;
	-moz-border-radius: 7px;
	background: transparent url("images/search_background.gif") repeat-x top left;
	font-weight: bold;
	color: #999999;
	height: 26px;
	padding: 6px;
	line-height: 26px;
	width: 350px;
}

#footer-block {
	background: transparent url("images/dotted.gif") repeat-x top left;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 40px;
	clear:  both;
}

.white-spacer {
	background: white;
	padding: 10px;
}

#portal-footer-block {
	clear: both;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 40px;
	background: transparent url("images/footer_blue.png") repeat-x top left;	
	height: 100%;
}

.white-footer {

}

.white-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.white-footer ul li {
	vertical-align: middle;
	float: left;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	background: transparent url("images/footer_seperator.jpg") no-repeat scroll right center;
}

.white-footer ul li.last {
	float: left;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	background: none;
}

.white-footer ul li a, .white-footer ul li a:visited {
	color: white;
	text-decoration: none;
}

.white-footer ul li a:hover, .white-footer ul li a:active {
	border-bottom: 1px dotted white;
}

.footer {
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	vertical-align: middle;
	float: left;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	background: transparent url("images/footer_seperator.jpg") no-repeat scroll right center;
}

.footer ul li.last {
	float: left;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	background: none;
}

.footer ul li a, .footer ul li a:visited {
	color: #747474;
	text-decoration: none;
}

.footer ul li a:hover, .footer ul li a:active {
	border-bottom: 1px dotted #747474;
}

.features-left {
	float: left;
	width: 70px;
	height: 360px;
	background: transparent url("images/features_sidenav.gif") no-repeat top left;
}

.features-right {
	margin-left: 70px;
}

.pointer-left {
	float: left;
	width: 120px;
	height: 110px;
	background: transparent url("images/pointer.gif") no-repeat top left;
}

.pointer-right {
	margin-left: 130px;
}

.foursquare {
	border-spacing: 0px;
	border-padding: 0px;
	vertical-align: top;
}

.foursquare td {
	padding: 10px;
	vertical-align: top;
}

.foursquare .left-image {
	padding-top: 8px;
	float: left;
	width: 70px;
}

.foursquare .right-content {
	margin-left: 83px;
}

.foursquare .top-left {
	border-right: 1px dotted #747474;
	border-bottom: 1px dotted #747474;
	background: transparent url("images/bottom_right_fade.gif") no-repeat bottom right;
}

.foursquare .top-right {
	border-bottom: 1px dotted #747474;
}

.foursquare .bottom-left {
	border-right: 1px dotted #747474;
}

.foursquare .bottom-right {
	background: transparent url("images/top_left_fade.gif") no-repeat top left;
}

.colour-block {
	table-layout: fixed;
	border-spacing: 2px;
}

.colour-block td {
	width: 350px;
	height: 108px;
	padding: 10px;
	vertical-align: top;
}

.colour-block h1 {
	font-family: arial;
	color: white;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 2px;
}

.colour-block h1 a, .colour-block h1 a:visited {
	color: white;
}

.colour-block h1 a:hover, .colour-block h1 a:active {
	text-decoration: underline;
}

.colour-block h2 {
	margin-top: 0px;
	color: white;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
}

.colour-block .pink {
	background: url("images/pink_box.gif") no-repeat top left;
}

.colour-block .blue {
	background: url("images/blue_box.gif") no-repeat top left;
}

.colour-block .gold {
	background: url("images/gold_box.gif") no-repeat top left;
}

.colour-block .green {
	background: url("images/green_box.gif") no-repeat top left;
}

.case-studies {
	vertical-align: top;
	border: 0px;
}

.case-studies td {
	vertical-align: top;
	border-top: 1px solid #e2e2e2; 
	border-left: 1px solid #e2e2e2; 
}

.case-studies .image {
	padding: 20px;
	border: 0px;
	background: url("images/top_border_fade.gif") no-repeat top right;
}

.case-studies .end {
	border-left: 0px;
}

.case-studies td p {
	padding: 10px;
}

.case-studies td h1 {
	margin: 0px;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #e2e2e2; 
	background: transparent url("images/row_fade.gif") no-repeat top left;
}

.expandable {
	margin-top: 10px;
}

.expandable .expand {
	background: url("images/expander_expand.gif") no-repeat top left;
	padding-left: 32px;
	font-weight: bold;
	height: 20px
	line-height: 20px;
	cursor: pointer;
}

.expandable .collapse {
	background: url("images/expander_collapse.gif") no-repeat top left;
	font-weight: bold;
	padding-left: 32px;
	cursor: pointer;
	height: 20px
	line-height: 20px;
}

.expandable .ticked {
	background: url("images/expander_tick.gif") no-repeat top left;
	padding-left: 32px;
	font-weight: bold;
	height: 20px
	line-height: 20px;
	cursor: pointer;
}

.expandable .inner {
	margin: 0px;
	margin-left: 32px;
	padding: 0px;
}

.faqquestion .bottom {
	padding: 0px;
	margin: 0px;
	height: 39px;
	background: url("images/faq_bottom.gif") repeat-x bottom left;
}

.faqquestion .bottom .bottom-left {
	background: url("images/faq_bottom_left.gif") no-repeat bottom left;
	height: 39px;
	width: 14px;
	line-height: 39px;
	float: left;
}

.faqquestion .bottom .bottom-right {
	background: url("images/faq_bottom_right.gif") no-repeat bottom left;
	height: 39px;
	width: 14px;
	line-height: 39px;
	float: right;
}

.content-footer {
	clear: both;
}

#copyright {
	float: right;
	width: 200px;
}

.image-header {
	padding-bottom: 10px;
}

.datagrid {
	clear: both;
	text-align: left;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.datagrid table {
	table-layout: fixed;
	width: 100%;
	border: none;
	border-spacing: 0px;
	font-size: 9pt;
	line-height: none;
}

.datagrid table th  {
	padding: 4px;
	background: transparent url("images/blue_back.png") repeat-x top left;
	color: white;
	font-weight: bold;
}

.datagrid table td {
	padding: 2px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.datagrid table tr  {
	padding: 0px;
}

.datagrid table .odd {
}

.datagrid table .even {
	background: #EDEFF1;
}

.datagrid .gridBody {
	overflow: auto;
}

.foot {
	background: #EDEFF1;
	vertical-align: middle;
}

.rangeBlock {
	float: right;
	padding-right: 5px;
	border: 0;
	padding: 4px;
}

.datagridWrapper {

}

.datagrid ol {
	line-height: 24px;
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
}

.datagrid ol li {
	display: inline;
	vertical-align: text-top;
}

.datePicker {
	width: 90px;
	background: white url("images/date_picker.png") no-repeat center right;
	border: 1px solid #cccccc;
}

.rangeSelector {
	border: 1px solid #cccccc;
}

.datagrid ol li img {
	vertical-align: text-top;
}

.datagrid .page {
	width: 25px;
	border: 1px solid #cccccc;
}

.datagrid .clickable {
	cursor: pointer;
}

.grid-loading {
	background: #dddddd;
	position: absolute;
	z-index: 1000;
	opacity:.50;	
	/*-moz-opacity:.50;
	filter:alpha(opacity=50);*/
}

.grid-loading div {
	background: url("images/loading.gif") no-repeat scroll center center transparent;
	display: block;
	height: 100%;
	width: 100%;
}

.registration-button {
	background: url("images/submit_registration.jpg") no-repeat top left;
	cursor: pointer;
	width: 174px;
	height: 48px;
	border: 0px;
}

.reset-button {
	background: url("images/reset_password.gif") no-repeat top left;
	cursor: pointer;
	width: 174px;
	height: 48px;
	border: 0px;
}

.contact-me-button {
	background: url("images/contact_me.gif") no-repeat top left;
	cursor: pointer;
	width: 174px;
	height: 49px;
	border: 0px;
}

.registration-button:hover {

}

.btn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 7px 7px 7px 7px;
	background:#FFFFFF url(images/bg_btn.gif) repeat-x scroll left bottom;
	border:1px solid #aaaaaa;
	color:#545454;
	cursor:pointer;
	font-weight: bold;
	margin:0 2px;
	padding: 4px 7px;
	text-transform:lowercase;
}

a.btn, a.btn:visited {
	color:#545454;
	border: 1px solid #aaaaaa;
	text-decoration: none;
}

a.btn:hover, a.btn:active {
	color:#545454;
	border: 1px solid #009DD3;
	text-decoration: none;
}

.right-boxes {
	float: right;
	width: 240px;
	padding: 0px;
}

.right-box {
	margin-left: 10px;
}

.right-box .header {
	padding: 0px;
	background: #6793cf;
	border: 0px;
	color: white;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-moz-border-radius: 10px 10px 0px 0px;
}

.right-box .content {
	background: white;
	border: 1px solid #d8d8d8;
	border-top: 0px;
	-moz-border-radius: 0px 0px 10px 10px;
	padding: 10px;
	padding-top: 5px;
}

.left-boxes {
	float: left;
	width: 710px;
}

.fooTable {
	text-align: left;
	border-padding: 0px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;

}

.fooTable tr {
}

.fooTable .even {
	background: #EDEFF1;

}

.fooTable th {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent url("images/blue_back.png") repeat-x top left;
	color: white;
	font-weight: bold;
}

.fooTable td {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #eeeeee;
}

#mobile-support {
	position: absolute;
	background: url("images/mobile_support.gif") no-repeat;
	width: 315px;
	height: 82px;
	z-index: -1;
}

#web-support {
	position: absolute;
	background: url("images/web_support.gif") no-repeat;
	width: 315px;
	height: 82px;
	z-index: -1;
}

.support-container {
	border: 1px solid #E1E1E1;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	-moz-border-radius: 10px;
	padding: 15px;
	padding-top: 5px;
	background: white url("images/top_right_fade.gif") no-repeat top right;
}

.right-list {
	padding-left: 10px;
}

.packages {
	table-layout: fixed;
	border-spacing: 0px;
}

.packages a:hover, .packages a:active {
	border-bottom: 0;
}

.packages th {
	text-align: left;
}

.packages img {
	padding: 0px;
}

.packages-head {
	padding-right: 10px;
}

.head {
	border-right: 2px solid white;
}

.basic-explanation {
	background: #c1e5f7;
	border-top: 10px solid white;
	border-right: 10px solid white;
	padding: 5px;
	vertical-align: top;
}

.professional-explanation {
	background: #f9f1b4;
	border-top: 10px solid white;
	border-right: 10px solid white;
	padding: 5px;
	vertical-align: top;
}

.ultimate-explanation {
	background: #a0eeb6;
	border-top: 10px solid white;
	border-right: 10px solid white;
	padding: 5px;
	vertical-align: top;
}

.basic {
	background: #c1e5f7;
	text-align: center;
	border-right: 2px solid white;
}

.professional {
	background: #f9f1b4 url("images/professional_right.gif") repeat-y top right;
	text-align: center;
	border-right: 2px solid white;
}

.ultimate {
	background: #a0eeb6;
	text-align: center;
	border-right: 2px solid white;
}

.basic-odd {
	background: #b5daed;
	text-align: center;
	border-right: 2px solid white;
}

.professional-odd {
	background: #ebe19e url("images/professional_odd_right.gif") repeat-y top right;
	text-align: center;
	border-right: 2px solid white;
}

.ultimate-odd {
	background: #96e5ad;
	text-align: center;
	border-right: 2px solid white;
}

.odd {
	background: #f0f0f0;
}

.padded-block {
	padding: 10px;
}

.hidden {
	display: none;
}

.display-box {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 8px solid #f5f5f5;
	padding: 40px;
	text-align: center;
}

.display-box img {
	padding-left: 15px;
	padding-right: 15px;
}

.bordered-list {
}

.bordered-list ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

	border-top: 8px solid #f5f5f5;
	border-right: 8px solid #f5f5f5;
	border-left: 8px solid #f5f5f5;
}

.bordered-list ul li {
	padding: 20px;
	border-bottom: 8px solid #f5f5f5;
}

.menu-blocks {

}

.menu-blocks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu-blocks ul li {
	float: right;
	width: 178px;
	height: 48px;
	text-align: center;
	padding: 0px;
}

.menu-blocks ul .blue {
	background: url("images/blue_box_small.jpg") no-repeat;
}

.menu-blocks ul .gold {
	background: url("images/gold_box_small.jpg") no-repeat;
}

.menu-blocks ul .green {
	background: url("images/green_box_small.jpg") no-repeat;
}

.menu-blocks ul .pink {
	background: url("images/pink_box_small.jpg") no-repeat;
}

.menu-blocks a, .menu-blocks a:visited {
	font-weight: bold;
	color: white;
}

.menu-blocks a, .menu-blocks a:visited {
	color: white;
}

.sitemap {
	list-style-type: none;
	padding-left: 0px;
	line-height: 22px;
}

.sitemap a, .sitemap a:visited {
	color: #666666;
}

.sitemap li {
	background: #E4E4E4;
	padding-left: 5px;
	width: 138px;
	border-right: 2px solid white;
}

.sitemap ul {
	margin-top: -20px;
	list-style-type: none;
	padding-left: 140px;
}

.sitemap li ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	background: #DFEDDC;
}

.sitemap li ul li ul li {
	background: #DAEDE7;
}

.sitemap li ul li ul li ul li {
	background: #EDEBDF;
}

.sitemap li ul li ul li ul li ul li{
	background: #DBE5EE;
}

div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 12px; width: 280px; border: 6px solid #DDD; padding: 10px;}
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; }
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; }
.ui-widget-content a { color: #1f1f1f; }
.ui-widget-header { border: 1px solid #d4d1bf; background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat; color: #453821; font-weight: bold; }
.ui-widget-header a { color: #453821; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cbc7bd; background: #f8f7f6 url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat; font-weight: bold; color: #654b24; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #654b24; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_15_eceadf_60x60.png) 50% 50% repeat; font-weight: bold; color: #140f06; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #140f06; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #b2a266; background: #f7f3de url(images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat; color: #3a3427; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #3a3427; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #681818; background: #b83400 url(images/ui-bg_fine-grain_68_b83400_60x60.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_b83400_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_b83400_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_8c291d_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_3572ac_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #6e4f1c url(images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png) 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: 0 0 0 -10px; padding: 5px; background: #000000 url(images/ui-bg_diagonal-maze_40_000000_10x10.png) 50% 50% repeat; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 18px; -webkit-border-radius: 18px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#deviceslist{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#deviceslist .compdev{
	float:left;
	border: 1px solid #CACACA;
	width:96px;
	height:164px;
	margin: 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	background: white url("images/body_background.png") repeat-x top left;
	background-position: 50px 100px;
}

#deviceslist .phoneimage{
	margin:-1px;
	padding:6px;
	border: 1px solid #CACACA;
	height:100px;
	-moz-border-radius: 8px 8px 8px 8px;
	background: white;
}

#deviceslist .phonename{
	padding:2px;
	text-align:center;
	line-height:16px;
}

#deviceslist .titleText{
	text-align:left;
	font-size: 24px;
	margin:8px;
	font-weight:bold;
	font-family:"Helvetica",Arial,sans-serif;
	color:#4E89CB;
	float:left;
}

.expandLeft{
	float:left;
	width:20px;
	height:20px;
	background:url("images/expander_left.gif") no-repeat scroll left top transparent;
	margin-right:6px;
	margin-top:3px;
	padding-right:2px;
}

.expandRight{
	float:left;
	width:20px;
	height:20px;
	background:url("images/expander_right.gif") no-repeat scroll left top transparent;
	margin-left:6px;
	margin-top:3px;
	padding-left:2px;
}

#loadingDiv{
	padding:2px;
}

#loadingDiv img{
	padding:0px;
	padding-right:5px;
	margin:-3px;
}

#makers {
	font-family:Arial,Helvetica,sans-serif;
	padding:2px;
	width:200px;
	margin:3px;
	font-size: 14px;
	color:#666666;
	border: 1px solid #BCBCBC;
}

#phonesearch {
	font-family:Arial,Helvetica,sans-serif;
	width:150px;
	margin:3px;
	padding:3px;
	font-size: 14px;
	color:#666666;
	border: 1px solid #BCBCBC;
}

#sidebar  {
	margin-left:745px;
	padding:20px 0 10px;
	width:219px;
}

.narrowcolumn  {
	float:left;
	margin:0 0 0;
	padding:0 0 20px 10px;
	width:690px;
}

.bigheader{
	text-align:left;
	font-size: 20px;
	margin:0px;
	font-weight:bold;
	font-family:"Helvetica",Arial,sans-serif;
	color:#EA1215;
	float:left;
	padding-right:4px;
}

.bluetext{
	color:#4C87CB;
}

.graytext{
	color:#5D5D5D
}

.post-date{
	margin-top: -2px;
	padding-right:15px;
}

.share-box-date{
}

.post-date small{
	font-size: 12px;
	font-weight: bold;
	padding-left:3px;
}

.narrowcolumn .bottom {
	background:url("images/faq_bottom.gif") repeat-x scroll left bottom transparent;
	height:39px;
	margin-right:-20px;
	margin-left:-20px;
	margin-top:-10px;
	padding:0;
}

.narrowcolumn .bottom .bottom-right {
	background:url("images/faq_bottom_right.gif") no-repeat scroll left bottom transparent;
	float:right;
	height:39px;
	line-height:39px;
	width:14px;
}

.narrowcolumn .bottom .bottom-left {
	background:url("images/faq_bottom_left.gif") no-repeat scroll left bottom transparent;
	float:left;
	height:39px;
	line-height:39px;
	width:14px;
}

.entry{
	padding-left:8px;
	padding-right:8px;
}

.article_tags{

}

.article_tags .tags{
	float:left;
}

.article_tags .tags a{
	color:#B8B25A;
}

.article_tags .title{
	float:left;
	margin-right: 4px;
}

/* Begin Form Elements */
#searchform #s  {
	-moz-border-radius:7px 7px 7px 7px;
	background:url("images/search_background.gif") repeat-x scroll left top transparent;
	border:2px solid #CBCBCB;
	color:#999999;
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding:2px;
	width:240px;
	margin:4px;
	margin-top:11px;
	margin-right:10px;
	float:left;
}

#sidebar #searchform #s{
	width:140px;
}

.entry a img{
	border: 6px solid #D3D3D3;
	padding:3px;
}

#sidebar a{
	color:#222222;
}

#sidebar small{
	color:#777777;
}

#searchform input{
	margin-top:10px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.navigation .float-left{
	margin-top:4px;
}