@charset "utf-8";
/* CSS Document */
@import url("/CSS/Navigation.css");
@import url("/CSS/Headers.css");
@import url("/CSS/VisuNet.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
body, html {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
h1 {
	font-size: 18px;
	color: #4c84ae;
	margin: 0px;
}
h2 {
	font-size: 24px;
	color: #4c84ae;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #4c84ae;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 12px;
	color: #4c84ae;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	font-size: 11px;
	color: #4c84ae;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	color: #333333;
}
input {
	background-color: transparent;
	background-image:url(/images/Layout/bg_input.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	border: 1px solid #999999;
	color: #666666;
	width: 380px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}
textarea {
	color: #666666;
	border: 1px solid #999999;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	display: block;
}
p {
	color: #333333;
	margin: 0px;
	padding: 5px;
}
select {
	background-color: #FFFFFF;
	height: 22px;
	border: 1px solid #999999;
	color: #666666;
	width: 380px;
}
label {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	height: auto;
}
label.Float {
	clear: none;
	float: left;
	display: block;
}
form div {
	clear: both;
	float: none;
}
form div div {
	margin: 0px;
	padding: 0px;
}
form div.Float input, form div.Float select {
	clear: none;
	float: left;
}
a:link {
	color: #5a97c5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5a97c5;
}
a:hover {
	text-decoration: underline;
	color: #41d0ff;
}
a:active {
	text-decoration: underline;
	color: #41d0ff;
}
#Btn {
	padding: 0px;
	clear: none;
	float: right;
	background-image: url(/images/Layout/bg_btn_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: auto;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Btn input {
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(/images/Layout/bg_btn_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin: 0px;
	clear: both;
	float: none;
	width: auto;
	height: 25px;
	border: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	cursor: pointer;
	overflow: visible;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: normal;
}
#Btn.Orange {
	background-image: url(/images/Layout/bg_btn_left_orange.jpg);
	background-position: left;
}
#Btn.Orange input {
	background-image: url(/images/Layout/bg_btn_right_orange.jpg);
	background-position: right;
}
#Btn.Green {
	background-image: url(/images/Layout/bg_btn_left_green.jpg);
	background-position: left;
}
#Btn.Green input {
	background-image: url(/images/Layout/bg_btn_right_green.jpg);
	background-position: right;
}
#Container {
	clear: both;
	float: none;
	width: 849px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#ContentArea {
	clear: both;
	float: none;
	width: 847px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #ECECEC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ContentArea_2 {
	clear: right;
	float: left;
	width: 827px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom: 30px;
	background-color: #ececec;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#VisContentArea {
	clear: both;
	float: none;
	height: 790px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding: 0px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 1;
	background-image: url(/images/Visume/bg_visume.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#VisHeader {
	width: 850px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#VisHeader h1 {
	clear: none;
	float: left;
}
#VisHeader p {
	clear: none;
	float: right;
	border: 1px solid #4C84AE;
	width: 300px;
	text-align: right;
	color: #666666;
}
#Footer {
	clear: both;
	float: none;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#Footer, #Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #85b9c8;
}
#Header_1 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 325px;
	width: 847px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
#Header_2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 254px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	display: block;
}
#Header_1 a, #Header_2 a {
	clear: both;
	float: none;
	height: 48px;
	width: 284px;
	display: block;
	padding: 0px;
	margin-top: 205px;
	margin-left: 563px;
	font-size: 1px;
	text-indent: -1800em;
}
#Header_1 #HowItWorks_Nav {
	float: none;
	padding: 0px;
	clear: both;
	margin: 0px;
}
#Header_1 #HowItWorks_Nav ul {
	padding: 0px;
	clear: both;
	float: none;
	height: 104px;
	width: 579px;
	display: block;
	list-style-type: none;
	margin-top: 145px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#Header_1 #HowItWorks_Nav ul li {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 104px;
	width: 107px;
	display: block;
	list-style-type: none;
}
#Header_1 #HowItWorks_Nav ul li a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 104px;
	font-size: 1px;
	text-indent: -2000em;
}
#Header_1 #HowItWorks_Nav ul li a:link {
	background-position: 0px 0px;
}
#Header_1 #HowItWorks_Nav ul li a:visited {
	background-position: 0px 0px;
}
#Header_1 #HowItWorks_Nav ul li a:hover {
	background-position: 0px -104px;
}
#Header_1 #HowItWorks_Nav ul li a:active {
	background-position: 0px -104px;
}
#Header_1 #HowItWorks_Nav ul li a.Nav_Sel {
	background-position: 0px -104px;
}
#Header_1 #HowItWorks_Nav ul #Gather {
	width: 139px;
}
#Header_1 #HowItWorks_Nav ul #Gather a {
	background-image:url(/images/Layout/btn_gather.jpg);
	width: 139px;
}
#Header_1 #HowItWorks_Nav ul #Build {
	width: 157px;
}
#Header_1 #HowItWorks_Nav ul #Build a {
	background-image:url(/images/Layout/btn_build.jpg);
	width: 157px;
}
#Header_1 #HowItWorks_Nav ul #Share {
	width: 158px;
}
#Header_1 #HowItWorks_Nav ul #Share a {
	background-image:url(/images/Layout/btn_share.jpg);
	width: 158px;
}
#Header_1 #HowItWorks_Nav ul #Success {
	width: 125px;
}
#Header_1 #HowItWorks_Nav ul #Success a {
	background-image:url(/images/Layout/btn_success.jpg);
	width: 125px;
}
#Header_1 #HowItWorks_Nav a {
	display: block;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 563px;
}
#Header_1 #SignUpBtns {
	clear:left;
	float: right;
	height: 42px;
	width: 118px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0px;
}
#Header_1 #SignUpBtns ul {
	padding: 0px;
	clear: both;
	float: none;
	height: 42px;
	width: 118px;
	display: block;
	margin: 0px;
}
#Header_1 #SignUpBtns ul li {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 42px;
	width: 118px;
	display: block;
}
#Header_1 #SignUpBtns ul li a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 118px;
	font-size: 1px;
	text-indent: -2000em;
}
#Header_1 #SignUpBtns ul li a:link {
	background-position: 0px 0px;
}
#Header_1 #SignUpBtns ul li a:visited {
	background-position: 0px 0px;
}
#Header_1 #SignUpBtns ul li a:hover {
	background-position: 0px -42px;
}
#Header_1 #SignUpBtns ul li a:active {
	background-position: 0px -42px;
}
#Header_1 #SignUpBtns ul li a.Nav_Sel {
	background-position: 0px -42px;
}
#Header_1 #SignUpBtns ul #Blue {
	width: 118px;
}
#Header_1 #SignUpBtns ul #Blue a {
	background-image:url(/images/Layout/btn_signup_blue.png);
	width: 118px;
}
#Header_2 h1, #Header_2 h2, #Header_2 h3, #Header_2 h4, #Header_2 h5, #Header_2 h6, #Header_2 p {
	display: none;
}
#HowItWorks_Content {
	clear: right;
	float: left;
	height: auto;
	width: 822px;
	padding-top: 17px;
	padding-right: 8px;
	padding-left: 17px;
}
#HW_box_left {
	clear: right;
	float: left;
	height: 131px;
	width: 394px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-top: 12px;
}
#HW_box_left_2 {
	background-repeat: repeat-y;
	background-position: left top;
	clear: none;
	float: left;
	width: 545px;
	background-image: url(/images/Layout/bg_hw_box_left.jpg);
}
#HW_box_left_2 p {
	font-size: 12px;
	color: #666666;
}
#HW_box_left_2 div {
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	padding-left: 160px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#HW_box_left_2 #Visume {
	background-image: url(/images/Layout/bg_visume_left_hdr.jpg);
}
#HW_box_left_2 #VisuVault {
	background-image: url(/images/Layout/bg_visuvault_left_hdr.jpg);
}
#HW_box_left_2 #VisuNet {
	background-image: url(/images/Layout/bg_visunet_left_hdr.jpg);
}
#HW_box_left_2 #Success {
	background-image: url(/images/Layout/bg_success_left_hdr.jpg);
}
#HW_box_right {
	clear: right;
	float: left;
	height: 131px;
	width: 394px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-top: 12px;
}
#HW_box_Content {
	clear: none;
	float: none;
	height: 130px;
	width: 270px;
	margin-left: 115px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#HW_box_Content p {
	color: #666666;
	font-size: 12px;
	margin: 0px;
}
#HW_ScreenShot_container {
	clear: none;
	float: right;
	height: auto;
	width: 258px;
	background-color: #9d9d9d;
}
#HW_ScreenShot_container p {
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#HW_ScreenShot_container #ScreenShot {
	clear: both;
	float: none;
	height: 148px;
	width: 248px;
	margin: 5px;
	background-color: #00CCFF;
}
#QuickLinks {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 828px;
}
#QuickLinks input {
	width: 197px;
}
#QuickLinks .Q1 {
	padding: 10px;
	clear: both;
	float: none;
	height: 206px;
	width: 246px;
}
#QuickLinks .Q2 {
	clear: both;
	float: none;
	height: 35px;
	width: 204px;
	background-image: url(/images/Layout/img_quick_visume_search.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 23px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#QuickLinks .Q2 label {
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#QuickLinks .Q2 form#SearchForm {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 130px;
}
#QuickLinks .Q2 form div {
	overflow: hidden;
	clear: none;
	float: left;
	width: 148px;
}
#QuickLinks .Q2 form div select {
	width: 100%;
}
#QuickLinks .Q2 form div#Btn {
	width: auto;
	float: right;
	clear: both;
}
#QuickLinks .Q2 sub {
	display: block;
	height: 40px;
	cursor: pointer;
}
#QuickLinks .Q2 #State_Box input {
	border: 1px solid #666666;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#QuickLinks #HaveCandidateCode {
	background-image: url(/images/Layout/img_have_candidate_code.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	float: left;
	width: 266px;
	margin-right: 5px;
	margin-left: 5px;
}
#QuickLinks #HaveCandidateCode a {
	color: #E48A1C;
	font-weight: bold;
}
#QuickLinks #HaveCandidateCode form {
	margin-top: 60px;
}
#QuickLinks #HaveCandidateCode input {
	border: 1px solid #DE871E;
	clear: none;
	float: left;
	margin-top: 5px;
}
#QuickLinks #HaveCandidateCode p {
	padding-top: 15px;
}
#QuickLinks #HaveCandidateCode p.Breaker {
	display: block;
	padding-top: 25px;
}
#QuickLinks #HaveCandidateCode #Btn input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}
#QuickLinks #SearchForCandidate {
	background-image: url(/images/Layout/img_search_for_candidates.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	float: left;
	height: 226px;
	width: 266px;
	margin-right: 5px;
	margin-left: 5px;
}
#QuickLinks #SearchForCandidate a {
	font-weight: bold;
	color: #55BF43;
}
#QuickLinks #SearchForCandidate form {
	margin-top: 60px;
}
#QuickLinks #SearchForCandidate input {
	border: 1px solid #4BC638;
	clear: none;
	float: left;
	margin-top: 5px;
}
#QuickLinks #SearchForCandidate p {
	padding-top: 15px;
}
#QuickLinks #SearchForCandidate p.Breaker {
	display: block;
	padding-top: 0px;
}
#QuickLinks #SearchForCandidate #Btn input {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	margin-top: 0px;
}
#QuickLinks #WhatIsCs {
	background-image: url(/images/Layout/img_what_is_cs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	float: left;
	width: 266px;
	margin-right: 5px;
	margin-left: 5px;
}
#QuickLinks #WhatIsCs strong {
	color: #1F4B58;
}
#QuickLinks #WhatIsCs p {
	padding-top: 15px;
}
#QuickLinks #WhatIsCs p.Breaker {
	padding-top: 119px;
	display: block;
}
#SignUpFree {
	padding: 0px;
	clear: both;
	float: right;
	height: 42px;
	width: 118px;
}
#SignUp_Content {
	clear: none;
	float: left;
	width: 500px;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
#SignUp_Content #SignUp_Btns {
	background-color: #FFFFFF;
	clear: none;
	float: left;
	width: 244px;
	margin-right: 3px;
	margin-left: 3px;
}
#SignUp_Content #SignUp_Btns p, #SignUp_Content #SignUp_Btns li {
	color: #4c84ae;
	font-weight: bold;
	font-size: 14px;
}
#SignUp_Content #SignUp_Btns li {
	font-size:12px;
}
#SignUp_Content #SignUp_Btns h3 {
	padding: 5px;
}
#SignUp_Content #SignUp_Btns div {
	padding-right: 0px;
	padding-left: 0px;
}
#SignUp_Content a#Btn_Lrg {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	clear: none;
	float: none;
	height: 53px;
	font-size: 1px;
	text-indent: -2000em;
	width: 237px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#SignUp_Content a#Btn_Lrg:link {
	background-position: 0px 0px;
}
#SignUp_Content a#Btn_Lrg:visited {
	background-position: 0px 0px;
}
#SignUp_Content a#Btn_Lrg:hover {
	background-position: 0px -54px;
}
#SignUp_Content a#Btn_Lrg:active {
	background-position: 0px -54px;
}
#SignUp_Content #Btn_Lrg.Candidate {
	background-image: url(/images/Layout/btn_iam_candidate.jpg);
}
#SignUp_Content #Btn_Lrg.Hiring {
	background-image:url(/images/Layout/btn_iam_hiring_authority.jpg);
}
#SignUp_Content #Btn_Lrg.FreeSignUp {
	background-image: url(/images/Layout/btn_Free_Lrg.jpg);
}
#SignUp_Content #Btn_Lrg.Free30Day {
	background-image:url(/images/Layout/btn_30_Day.jpg);
}
#SignUp_Content #Btn_Lrg.Pay90day {
	background-image:url(/images/Layout/btn_90_Day.jpg);
}
#SignUp_Content #Btn_Lrg.PayYearly {
	background-image:url(/images/Layout/btn_yearly.jpg)
}
#SignUp_Content #Btn_Sm {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	clear: both;
	float: none;
	height: 33px;
	font-size: 1px;
	text-indent: -2000em;
	width: 167px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#SignUp_Content #Btn_Sm.FreeSignUp {
	background-image: url(/images/Layout/btn_30Free.jpg);
}
#SignUp_Content #Btn_Sm.Btn_contact {
	background-image: url(/images/Layout/btn_contact_signup.jpg);
}
#SignUp_Content #Btn_Sm.Free30Day_Sm {
	background-image: url(/images/Layout/btn_Free.jpg);
}
#SignUp_Content #Btn_Sm.Pay90Day_Sm {
	background-image: url(/images/Layout/btn_29.jpg);
}
#SignUp_Content #Btn_Sm.PayYearly_Sm {
	background-image:url(/images/Layout/btn_99.jpg);
}
#SignUp_Content a#Btn_Sm:link {
	background-position: 0px 0px;
}
#SignUp_Content a#Btn_Sm:visited {
	background-position: 0px 0px;
}
#SignUp_Content a#Btn_Sm:hover {
	background-position: 0px -34px;
}
#SignUp_Content a#Btn_Sm:active {
	background-position: 0px -34px;
}
#SignUp_Content #SU_white_box_hdr {
	background-image: url(/images/Layout/hdr_white_signup_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	height: 7px;
	width: 244px;
	display: block;
}
#SignUp_Content #SU_white_box_ftr {
	background-image: url(/images/Layout/ftr_white_signup_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	height: 40px;
	width: 244px;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#State_Box {
	float: left;
	height: auto;
	width: auto;
	clear: none;
}
#State_Box input, #State_Box select {
	width: 110px;
}
#SU_box_right {
	background-image: url(/images/Layout/bg_blur_gradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
	float: right;
	width: 303px;
	margin: 0px;
	padding: 10px;
	background-color: #617C91;
}
#SU_box_right img {
	margin-top: 10px;
}
#SU_box_right p {
	width: 189px;
	color: #FFFFFF;
}
#ViewSamples_Content {
	clear: right;
	float: left;
	height: auto;
	width: 696px;
	padding-top: 17px;
	padding-right: 76px;
	padding-bottom: 17px;
	padding-left: 76px;
}
#VS_box {
	clear: right;
	float: left;
	height: 162px;
	width: 208px;
	background-image: url(/images/Layout/bg_view_samples_.jpg);
	background-repeat: no-repeat;
	margin: 12px;
	cursor: pointer;
}
#VS_box #VS_content {
	clear: both;
	float: left;
	height: 47px;
	width: 188px;
	margin-top: 110px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	line-height: 20px;
}
.blue_line {
	height: 1px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C84AE;
	margin-bottom: 5px;
	margin-right: 10px;
}
.box_visunet {
	background-image: url(/images/Layout/bg_box_visunet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_gray_right {
	background-image: url(/images/Layout/bg_gray.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg_gray_left {
	background-image: url(/images/Layout/bg_gray_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_gray_blue {
	background-image: url(/images/Layout/bg_gray_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bg_blue {
	background-image: url(/images/Layout/bg_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.box_success {
	background-image: url(/images/Layout/bg_box_success.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_visuvault {
	background-image: url(/images/Layout/bg_box_visuvault.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_visume {
	background-image: url(/images/Layout/bg_box_visume.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.CheckBox {
	background-color: transparent;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	padding: 0px;
	margin-top: -4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	float: none;
}
.Error, p.Error {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.InputField {
	display: none;
}
.form_368 {
	width: 385px;
	padding: 10px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	color: #333333;
}
.form_368 label {
	color: #333333;
}
.Pager, .Pager a {
	color: #274257;
	font-weight: bold;
}
.Pager a.PagerSel {
	color: #5A97C5;
}
#viewContainer {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#viewer {
	background-image: url(/images/Visume/bg_ImgEditor.png);
	background-repeat: repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 99;
	margin: 0px;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
