/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#8acde5;
	background-image:url(../img/bgfade.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#555;
	font-size:12px;
}

form {
	margin:0;
	padding:0;
}

.swtext
{
	border-style:solid;
	border-width:1px;
}

textarea
{
	border-style:solid;
	border-width:1px;
}

h1 {
	margin:8px 0px 4px 0px;
}

h2 {
	margin:8px 0px 4px 0px;
}

h3 {
	margin:6px 0px 4px 0px;
}

.underlinedHeaders h2{
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	padding-bottom:10px;
}

a img {
	border:none;
}

#menuheader {
	margin:0px;
	height:45px;
	padding:0px;
	text-align:center;
	/*font-size:1px;
	border-bottom:1px solid #00e61b;*/
	background-color:#00e61b;
}

#dynamicmenu {
	float:left;
	height:30px;
	margin:15px 0px 0px 20px;
	overflow:hidden;
}

.menubar {
	white-space:nowrap;
	padding:0px;
	margin:0px;
	height:28px;
	padding:3px;
	font-size:14px;
	list-style-type:none;
	text-align:center;
}
.menubar2 {
	white-space:nowrap;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

/* hack to correct IE5.5 faulty box model *
* html .menubar {width:746px; w\idth:745px;}

/* a hack so that IE5.5 faulty box model is corrected *
* html .menubar a, * html .menubar a:visited {width:149px; w\idth:138px;}

/* another hack for IE5.5 *
* html .menubar ul ul {top:30px;t\op:31px;}
/**/

.menubar img {
	border:none;
}
.menubar2 img {
	border:none;
}

.menubar ul {
	margin:0px;
	border:0px;
	padding:0px;
}
.menubar2 ul {
	margin:0px;
	border:0px;
	padding:0px;
}

.menubar li {
	float: left;
	text-align:center;
	padding:0px;
	margin: 3px 0px 0px 2px;
	z-index:1000;
	width: auto;
}
.menucontainerdiv {
	position:relative;
}
.menutextdiv {
	padding:5px 0px 3px 0px;
	margin:0px 8px;
}
.menubar2 li {
	display: inline;
	float: left;
	text-align:center;
	padding:0px 8px 2px 8px;
	margin:0px;
	margin:0px;
	height:22px;
	border-style:solid;
}
.menuselectedUL {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../img/menucorner-sel-ul.png);
	width:7px;
	height:7px;
}
.bluemenuselectedUL {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../img/menucorner-sel-ul-gray.png);
	width:7px;
	height:7px;
}
.menuselectedUR {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/menucorner-sel-ur.png);
	width:7px;
	height:7px;
}
.bluemenuselectedUR {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/menucorner-sel-ur-gray.png);
	width:7px;
	height:7px;
}
.menunotselected, .ui-state-default {
	background-color:#e0e0e0;
}
.menuselected, .ui-tabs-selected {
	background-color:white;
}
.mainmenunotselected a {
  color:white;
}
.mainmenuselected a {
  color:white;
}
.menunotselectedUL {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../img/menucorner-nsel-ul.png);
	width:7px;
	height:7px;
}
.bluemenunotselectedUL {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../img/menucorner-nsel-ul-gray.png);
	width:7px;
	height:7px;
}
.menunotselectedUR {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/menucorner-nsel-ur.png);
	width:7px;
	height:7px;
}
.bluemenunotselectedUR {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/menucorner-nsel-ur-gray.png);
	width:7px;
	height:7px;
}
.menu2selected {
	display: inline;
	float: left;
	osition:relative;
  text-align:center;
	padding:0px 4px 0px 4px;
	margin:0px;
	margin:0px;
	height:22px;
	z-index:11000000;
	border-style:solid;
}

/**
***	Stuff for pop-up menus
**/

.menubar ul ul {
	margin:0px;
	padding:0px;
	width:180px;
/*	visibility:hidden;*/
	position:absolute;
	height:0;
	top:31px;
	left:0; 
}

/*.menubar ul ul :hover {
	visibility:visible;
}*/

.menubar ul ul li{
  text-align:left;
	border:2px solid #AAAAAA;
	margin:0px;
	padding:4px 0px 4px 2px;
	height:33px;
	width:180px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.menubar ul ul li a{
	margin:0px;
	padding:0px;
}
.menubar ul ul li a:hover{
	margin: auto;
}

/*.menubar li:hover ul,
.menubar li.hover ul,
.menubar a:hover ul
{
	visibility:visible;
}*/

.TOC1:link {
	margin:12px 0px 6px 8px;
}

.TOC1:hover {
	margin:12px 0px 6px 8px;
}

.TOC1:visited {
	margin:12px 0px 6px 8px;
}

.TOC1:active {
	margin:12px 0px 6px 8px;
}

.TOC2:link {
	margin:0px 0px 0px 16px;
}

.TOC2:visited {
	margin:0px 0px 0px 16px;
}
.TOC2:hover {
	margin:0px 0px 0px 16px;
}
.TOC2:active {
	margin:0px 0px 0px 16px;
}


	padding:0px; 
}

.footertd {
	text-align:center;
	padding:3px 0px 0px 0px;
	border-width:0px;
	border-top-width:1px;
	border-style:solid;
}

.linkbox_active {
	cursor:pointer;
}

.mainheading {
	text-align:center;
	margin:0px;
}
.headingText {
	margin:0;
}

.subheading {
	padding: 5px 0px 10px 2px;
	margin:0;
}

.field {
	margin:0;
	padding: 0px 0px 5px 2px;
}

.imagetable2 {
	border:none;
	border-collapse:collapse;
}

.imagetable2 td {
	border:none;
	padding:3px;
	vertical-align:top;
}

.formHeading {
	margin:12px 0px 6px 0px;
}

.inputTextWide {
	width:200px;
	border-width:1px;
	border-style:solid;
}

.inputTextMedium {
	width:160px;
	border-width:1px;
	border-style:solid;
}

.inputTextNarrow {
	width:100px;
	border-width:1px;
	border-style:solid;
}

.viewdiv {
	padding:4px;
}

.ximage {
	cursor:pointer;
	float:right;
	padding: 6px 6px 0px 0px;
}

#tkmenu {
	font-size:11px;
	margin:0px;
	padding:0px;
	list-style-type:square;
}

#tkmenu li {
	width:auto;
	float:left;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#tkmenu a {
	background-color:#6E96D5;
	border-style:none;
	color:#FFFFFF;
	display:block;
	line-height:1;
	padding:4px 10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

#tkmenu a:hover {
	background-color:#225A9F;
}

#contentDiv {
	width:780px;
	background:#FFFFFF;
	margin:2px auto;
}

.maintable {
	border-collapse:collapse;
	width:100%;
}

.maintable td {
	padding:0;
	border-collapse:collapse;
	border:none;
}

#btmfooter {
	text-align:center;
	font-size:11px;
	height:34px;
	background-color:white;
	border-top: 1px solid #8ACDE5;
	padding:2px 0px 0px 0px;
}
#btmfooteriframe {
	text-align:center;
	font-size:11px;
	height:20px;
	background-color:white;
	border-top: 1px solid #8ACDE5;
	padding:2px 0px 0px 0px;
}

#footer {
	padding:2px 8px;
	font-size:12px;
	height:2px;
}

.menuHeaderText {
	float:right;
	padding:0px 6px 0px 6px;
	margin:16px 0px 0px 0px;
	font-size:12px;
	color:white;
	width:241px;
	overflow:hidden;
	text-align:right;
}

.menuHeaderTitle {
	float:left;
	padding:0px 6px 0px 6px;
	margin:12px 0px 0px 12px;
	font-size:14px;
	color:white;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
}

.menuHeaderText a {
	color:white;
}
.menuHeaderText a:hover {
	color:white;
}

.menuHeaderText a:visited {
	color:#fff;
}

#processTitle {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:1px;
}

.imgp {
	margin:0px;
}

#cdivtop2 {
	margin:0px 10px;
	padding-top:8px;
	height:65px;
	/*width:756px;*/
}
#cdivtop2Message {
	padding-bottom:2px;
}
#cdivtop2left {
	float:left;
	width:480px;
	font-size:12px;
	text-align:left;
	padding:4px 10px;
}
#cdivtop2right {
	float:right;
	padding:10px 10px 0px 0px;
}
#cdivCancelImg {
	padding:0px 8px;
}
#cdivmainleft {
	float:left;
	padding:0px 5px 0px 10px;
}
#cdivmainright {
	float:left;
	margin-left:15px;
	padding:5px 0px 0px 0px;
	width:420px;
	display:inline;
	font-size:12px;
}
#cdivbtnbottom {
	text-align:right;
	padding:10px 18px 10px 1px;
}

#shadowdiv {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:12000000;
	background-image:url(../img/shadow.png);
	background-repeat:repeat;
}

.ajax-loader {
	display:none;
}

.stdStatus {
	padding:0px;
/*	background:#D4F6FF;
	border:1px solid #14D2FF; */
	color:#555;
	display:none;
	margin:8px 15px;
}

.stdStatus.error {
	display:block;
}

.stdStatus p {
	margin:0;
}

.error
{
/*
	background:#FFCCCC;
	border:1px solid #DD7777;
*/
	font-weight:bold;
}

div.servermsg {
	display:block;
}

.little {
	font-size:10px;
	font-weight:normal;
}

label.invalid, .error {
	color:red;
}

.windowdiv {
	width:750px;
	margin:0px 0px 0px 15px;
	position:relative;
}

.windowleft {
	text-align:left;
}

.windowUR {
	background-image:url(../img/corner-lblue-whitebg-ur.png);
	position:absolute;
	right:0px;
	top:0px;
	width:8px;
	height:8px;
}

.windowUL {
	background-image:url(../img/corner-lblue-whitebg-ul.png);
  position:absolute;
  left:0px;
  top:0px;
	float:left;
	width:8px;
	height:8px;
}

.windowheading {
	background-color: #8acde5;
	color:white;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	padding:0px 8px 6px 8px;
	line-height:16px;
	border-bottom:1px solid #8acde5;
	position:relative;
}

.windowbody {
	width:748px;
	border:1px solid #8acde5;
	border-width:0px 1px;
	background-color:white;
}

.windowheader {
	height:8px;
	position:relative;
}

.windowheaderinner {
	position:absolute;
	background-color:#8acde5;
	height:8px;
	left:8px;
	right:8px;
	top:0px;
}

.windowfooter {
	height:8px;
	position:relative;
}

.windowfooterinner {
	position:absolute;
	background-color:white;
	border-bottom:1px solid #8acde5;
	height:7px;
	left:8px;
	right:8px;
	bottom:0px;
}

.windowLR {
	background-image:url(../img/corner-lblue-line-lr.png);
	position:absolute;
	right:0px;
	bottom:0px;
	width:8px;
	height:8px;
}

.windowLL {
	background-image:url(../img/corner-lblue-line-ll.png);
}

.windowLL, .windowLLgray {
	position:absolute;
	left:0px;
	bottom:0px;
	float:left;
	width:8px;
	height:8px;
}

.windowLLgray {
  background-image:url(../img/corner-lblue-line-ll-grey.png);
}

.windowinnerheading {
	text-align:left;
	padding:6px 0px 0px 6px;
	font-weight:bold;
	font-size:14px;
}

.windowseparator {
	width:746px;
	height:1px;
	background-color: #CCCCCC;
}

.progressdiv {
	text-align:center;
	float:right;
	width:294px;
	margin-top:4px;
}


.progressdiv img:hover {
	text-decoration:none;
}

.progressdiv a, .progressdiv a:hover {
	display:block;
	text-decoration:none;
}

.progressdiv .progressItem {
	float:left;
	margin-left:20px;
}

.progress-f a:visited, .progress-f a, .progress-f a:hover, .progress-f a:active {
	color: #70E4FF;
}

.progress-g {
	display:block;
	color: #cccccc;
	font-size:12px;
}

.progress-lb a:visited, .progress-lb a, .progress-lb a:hover, .progress-lb a:active {
	color: #00BBFF;
	font-weight:bold;
}

.progressdiv img.connectors {
	float:left;
	display:block;
}

.itemcontainer {
	overflow:auto;
	height:400px;
	text-align:center;
}

.itemtitle {
	font-size:12px;
	width:100px;
	overflow:hidden;
	height:15px;
}

.itembox {
	width:100px;
	height:110px;
	float:left;
	/*border:1px solid black;*/
	margin:8px;
	overflow:hidden;
}

.halfPage {
	float:left;
	width:50%;
}

.clear {
	clear:both;
}
.separator {
	clear:both;
	background-color:#CCCCCC;
	height:1px;
	margin:9px 15px 6px 15px;
}

#linkMenu {
	width:400px;
}

.btn {
	background:transparent no-repeat;
	height:26px;
	border:0;
	cursor:pointer;
}

.button {
  border:1px solid #aaa;
  padding:5px 8px;
  font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
  -moz-border-radius:3px 3px 3px 3px;
  font-weight:bold;
  font-size:14px;
  background:url("../img/btn/button-bg.png") repeat-x;
}

#continue
{
	background-image:url("../img/btn/continue.png");
	width:103px;
	margin-top:30px;
}

#continue_secure
{
	background-image:url("../img/btn/continue_secure.png");
	width:122px;
	margin-top:30px;
}

.projectNav {
	text-align:right;
	margin:10px 15px 10px 0;
	width:214px;
	float:right;
	height:26px;
}

#projectWrapper {
	position:relative;
}

#projectWrapper h1 {
	text-align:left;
	margin:10px 0px 0px 15px;
}

#messagep {
	margin:8px 0px 0px 15px;
	text-align:left;
	width:400px;
}

#shareLinks {
	width:300px;
}

#shareLinks li {
	float:left;
	font-weight:bold;
	list-style-type:none;
	margin:3px 0 3px 20px;
	padding:0;
	width:130px;
}

a:hover img {
	text-decoration: none;
}

a img, a img{
	/*margin-right:5px;*/
	vertical-align:bottom;
}

.submitbtndiv {
	float:right;
}

.continuenextbtn {
	margin-left:6px;
}

.shapeThumb {
	background-image:url(../img/shapeshadow.png);
	width:90px;
	height:102px;
	font-size:10px;
	text-align:center;
	margin:5px 0px 2px 14px;
	padding-top:4px;
	cursor:pointer;
}

.shapeThumbImg {
	width:80px;
	height:80px;
}

.shapeDiv {
	float: left;
}

#privacyp {
	margin: 0px 0px 6px 0px;
	font-weight:bold;
}

#forfreespan {
	font-size:12px;
	font-weight:normal;
}
#headerright {
	font-size:1px;
}
#btmfooterl {
	margin-top:19px;
}
#btmfooterr {
	margin-top:19px;
}
#btmfooterliframe {
	margin-top:5px;
}
#btmfooterriframe {
	margin-top:5px;
}


#facebooklikediv {
  margin-top:14px;
}

#facebooklikediv p {
  font-size:14px;
  padding-bottom:7px;
  border: 1px solid #CCCCCC;
  border-width:0px 1px;
}

.bigspan {
  font-weight:bold;
  font-size:16px;
}

.smallspan {
  font-size:11px;
}

.ui-tabs-hide {
  display:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color:#4ccfff;
	text-decoration: none;
}
a:visited {
	color:#4ccfff;
	text-decoration: none;
}

#menuHeader a:visited {
	color:#fff;
}

a:hover {
	color:#4ccfff;
	text-decoration: underline;
}
a:active {
	color:#4ccfff;
	text-decoration: underline;
}

.swtext {
	border-color:#AAAAAA;
}

textarea
{
	border-color:#AAAAAA;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 22px;
	line-height:26px;
	font-family:Century Gothic, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
	margin:12px 0px 12px 0px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

.menubar2 li {
	background-color:white;
	border-color: #aaaaaa;
}
.menu2selected {
	background-color:#dddddd;
	border-color: #aaaaaa;
}

.menubar li a {
	font-weight: bold;
}
.menuselected a {
  color:#555;
}
.menunotselected a {
  color:#555;
}
.mainmenunotselected a {
  font-weight: bold;
  color:white;
}
.mainmenuselected a {
  font-weight: bold;
  color:#4ccfff;
}
.menubar2 li a {
	font-weight: bold;
	font-size:12px;
	color:#00BBFF;
}
.menu2selected a {
	font-weight: bold;
	font-size:12px;
	color: black;
}

.menubar li a:hover {
	font-weight: bold;
  color:#555;
}
.mainmenubar li a:hover {
  font-weight: bold;
  color:#4ccfff;
  text-decoration:none;
}
.menubar2 li a:hover {
	font-weight: bold;
	font-size:12px;
  color:#555;
}
.menu2selected a:hover {
	font-weight: bold;
	font-size:12px;
	color: black;
}

.menubar ul ul li{
	font-size:14px;
	background-color:#FFFFFF;
	border-color:#AAAAAA;
}

.menubar ul ul li a{
	font-weight:normal;
}
.menubar ul ul li a:hover{
	font-weight:normal;
}

.TOC1:link {
	font-weight:bold;
	color: #00BBFF;
}

.TOC1:hover {
	font-weight:bold;
	color: #00BBFF;
}

.TOC1:visited {
	font-weight:bold;
	color: #00BBFF;
}

.TOC1:active {
	font-weight:bold;
	color: #00BBFF;
}


.TOC2:link {
	color:#000000;
}

.TOC2:visited {
	color: #000000;
}
.TOC2:hover {
	color: #000000;
}
.TOC2:active {
	color: #000000;
}

.headingtd {
	border-color:#AAAAAA; 
}

.footertd {
	font-size:11px;
	border-color:#AAAAAA;
}

.linkbox {
	color:#00BBFF;
	font-weight:bold; 
	font-size:18px;
}
.linkbox_active {
	color:#00BBFF;
	font-weight:bold; 
	font-size:18px;
}

.loggedInName {
  font-size: 12px;
	font-weight: bold;
	color:white;
	width:84px;
	text-align:right;
	display:inline;
	overflow:hidden;
}

.mainheading {
  font-size: 18px;
	font-weight: bold;
	color:#00BBFF;
	border-color:#AAAAAA;
}

.headingText {
	font-size: 16px;
	font-weight: bold;
}

.subheading {
	font-size: 14px;
	font-weight:bold;
}

.formStatusText {
	font-size: 14px;
	color:#00e61b;
}

.formHeading {
	font-weight:bold;
	font-size:14px;
}

.inputTextWide {
	border-color:#AAAAAA;
}

.inputTextMedium {
	border-color:#AAAAAA;
}

.inputTextNarrow {
	border-color:#AAAAAA;
}

/* Edit Page */
.invite {
	font-size: 14px;
	font-weight: bold;
}

.toDo {
	font-size: 12px;
	font-weight: bold;
}

.ondeckrow {
	font-weight:bold;
	font-size: 14px;
	border-color:#aaaaaa;
}

.queuerow {
	font-size: 14px;
	border-color:#aaaaaa;
}

.style3 {
	font-size: 20px;
	font-weight: bold;
}

table.toolbutton_enabled {
	border-color:#00BBFF;
	color:#00BBFF;
	font-weight: bold;
}

table.toolbutton_active {
	border-color:#00BBFF;
	background-color: #DDF6FF;
	color:#00BBFF;
	font-weight: bold;
}

table.toolbutton_disabled {
	border-color:#AAAAAA;
	color:#AAAAAA;
	font-weight: bold;
}

.toolPopup {
	background-color:#FFFFFF;
	border-color:#AAAAAA;
}

.toolHeading {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

.wallarea {
	border-color:#AAAAAA;
	background-color:#FFFFFF;
}

.outlinebox {
	border-color:#FFFFFF;
	font-size:12px;
}

.recenterbox {
	border-color:#00BBFF;
}

.queuediv {
	border-color:#AAAAAA;
}

.helpmenu {
	color:#00e61b;
	font-weight: bold;
}
.boldHeading {
	color:#00BBFF;
	font-weight: bold;
}

.autoplacebutton {
	color:#00BBFF;
}

.headingDiv {
	font-weight:bold;
	color:#00BBFF;
	font-size:16px;
}
#autoPlaceStatusText {
	font-size:12px;
	font-weight:bold;
}

#autoPlaceWarning {
	font-size:12px;
}

.windowfooterinnergray{
  background: #E0E0E0;
  bottom: 1px;
  height: 8px;
  left: 8px;
  position: absolute;
  width: 105px;
  z-index: 1000;
}

.simplebox {
	position:relative;
	margin:12px 15px;
}

.simpleboxinner {
  background-color:white;
  border:1px solid #CCCCCC;
  padding:15px;
}

#protxt {
	color: #4CCFFF;
}

.showtable {
	border-collapse:collapse;
	margin:4px;
}
.showtable td, .showtable th {
	border:1px solid #888;
	padding:2px 4px;
}

.divspaced {
	text-align:left;
}

.divspaced p {
	margin:6px 0px;
}

.divspaced ul {
  margin:6px 0px;
}

.divspaced ol {
  margin:6px 0px;
}

.divspaced li {
	margin-top:2px;
  margin-bottom:2px;
}

.formlabel {
  float:left;
  clear:left;
  width:120px;
  text-align:right;
  padding-right:6px;
  margin-top:4px;
  padding-top:2px;
}

.formbox {
	float:left;
  margin-top:4px;
}

.formrow {
  float:left;
  clear:both;
  width:350px;
}

#proform {
	width:340px;
	float:left;
	clear:left;
}

#proinfo {
  width:360px;
  padding-left:12px;
  border-left: 1px solid #CCC;
  float:right;
}

#proinfo h3 {
	margin-top:12px;
}

#proform input {
	width:200px;
}

#proform h3 {
	margin-top: 12px;
}

#profreemsg {
	font-size:14px;
	
}

