/* General Tag Rewrites */

body {
	background-color:#fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #142431;
	margin: 0px;
	padding: 0px;
}

form {
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	text-decoration:none;
	color: #444;
}

a:hover {
	color: #666;
}
.lightLink a:link, .lightLink a:visited, .messengerContainer a:link, .messengerContainer a:visited {
	color: #c9ffc9;
}
.lightLink a:hover, .messengerContainer a:hover {
	color: #fff;
}

ul {
	margin: 0px;
	padding-left: 25px;
	list-style: square;
}
li {
	padding: 2px;
}

p { padding: 0px; margin-top: 6px; margin-bottom: 6px; }

/*
td { padding: 0px; margin: 0px; text-align: left; vertical-align: middle; }
*/

/* Menu Button Navigation */

.navcontainer {
	display: inline-block;
	position: relative;
}
.navbuttonOpen, .navbuttonClosed {
	display: inline-block;
	width: 94px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	padding-top: 6px;
	margin-bottom: 3px;
	text-align: center;
	position: relative;
	z-index: 11;
}
.navbuttonOpen {
	background-image: url('/gfx/global/navButtonOpen.png');
	color: #e2f2ff;
}
.navbuttonClosed {
	color: #e2f2ff;
	background-image: url('/gfx/global/navButton.png');
}

.navsub {
	color: #e2f2ff;
	display: none;
	position: absolute;
	background-image: url('/gfx/global/navDropDown.png');
	background-position: left bottom;
	width: 96px;
	padding-top: 10px;
	margin-top: 26px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	z-index: 9;
}

.menuItem, .menuItemBlank {
	margin-left: 2px;
	padding-left: 2px;
	background-color: transparent;
	width: 88px;
	color: #e2f2ff;
	border-top: 1px dotted #54420D;
}
.menuItem {
	cursor: pointer;
}
.menuItem:hover {
	background-color: #386387;
	outline: 1px solid #004000;
}
/* Template Parts */

.header {
	background-color: #407099;
	margin-top: 0px;
	height: 80px;
	color: #eeeef4;
	border-top: 1px solid #004000;
	border-bottom: 2px solid #004000;
}
.header a:link, .header a:visited {
	color: #f0f0f5;
}
.header a:hover {
	color: #fff;
}

.headernosession {
	background-color: #407099;
	margin-top: 0px;
	height: 50px;
	color: #eeeef4;
	font-size: 24px;
	border-top: 1px solid #004000;
	border-bottom: 2px solid #004000;
}
.headernosession a:link, .headernosession a:visited {
	color: #f0f0f5;
}
.headernosession a:hover {
	color: #fff;
}

.footer {
	font-size: 18px;
	color: #f0f0f5;
	background-color: #407099;
	margin-bottom: 10px;
	height: 61px;
	border-top: 2px solid #004000;
	border-bottom: 1px solid #004000;

}
.footer a:link, .footer a:visited {
	color: #f0f0f5;
}
.footer a:hover {
	color: #fff;
}

.indexContainer {
	background-color: #407099;
	border: 1px solid black;
	height: 234px;
	width: 784px;
	padding: 8px;
	text-align: left;
}

.indexTable {
	background-color: #d5e4f0;
	border: 2px solid #004000;
	height: 200px;
	padding: 5px;
	margin: 0px 0px 0px 7px;
	text-align: center;
	z-index: 99;
	width: 300px;

	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}
.indexTable,.indexContainer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.indexTab,.indexTabActive,.indexTabHover {
	margin: 0px 5px 0px 5px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	border-bottom: 0px;
	width: 70px;
	display: inline-block;
	text-align: center;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-moz-box-shadow: 2px 0px 2px #666;
	-webkit-box-shadow: 2px 0px 2px #666;
	box-shadow: 2px 0px 2px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#666666');
}
.indexTabActive {
	color: #004000;
	background-color: #cad9e4;
	border-top: 2px solid #004000;
	border-left: 2px solid #004000;
	border-right: 2px solid #004000;
}
.indexTab {
	color: #eee;
	background-color: #bbb;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
.indexTabHover {
	color: #004000;
	background-color: #cbcdd0;
	border-top: 2px solid #004000;
	border-left: 2px solid #004000;
	border-right: 2px solid #004000;
}
.indexFormBox {
	font-weight: bold;
	color: #666;
}
.logintable, .regtable {
	background-color: #cad9e4;
	border: 2px solid #004000;
	height: 216px;
	float: left;
	text-align: center;
	z-index: 99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.logintable {
	width: 280px;
}
.regtable {
	width: 400px;
}
.logintable text, .regtable text {
	border: 1px solid #999;
}
.logintable a:link, .logintable a:visited {
	color: #004000;
}
.logintable a:hover {
	color: #005a00;
}
.featurelist {
	float: left;
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #f0f0f5;
}
.featurelist ul {
	margin: 0px;
	list-style: square;
}
.featurelist li {
	padding-left: -2px;
	padding-top: 7px;
}

.popupcontent {
	border: 2px solid #004000;
	background-color: #fff;
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}
.popupcontainer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #407099;
	text-align: center;
}

h1 {
	padding: 0px;
	margin: 2px;
	font-size: 24px;
	color: #00a000;
	font-weight: bold;
	display: inline;
}
h2 {
	padding: 0px;
	margin: 2px;
	font-size: 20px;
	color: #00a000;
	font-style: italic;
	font-weight: normal;
	display: inline;
}
h2 a:link, h2 a:visited {
	color: #00a000;
}


/* On-Site Messenger */

.messengerContainer {
	bottom: 0px;
	right: 10px;
	display: none;
	z-index: 10;
	border: 1px solid #004000;
	background-color: #407099;
        background: -moz-linear-gradient(top,  #4d88b9 0%, #386387 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d88b9), color-stop(100%,#386387)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* IE10+ */
        background: linear-gradient(top,  #4d88b9 0%,#386387 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d88b9', endColorstr='#386387',GradientType=0 ); /* IE6-9 */
	color: #ccc;
	width: 250px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}


/* Buttons and Input */

.text, select, .smallinput, .smallselect {
	font-family: Tahoma, Arial, sans-serif;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.submit, .subwarn, .subdanger, .subalt, .smallbutton, .smallwarn, .smalldanger, .smallalt {
	font-family: Tahoma, Arial, sans-serif;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.chatButton {
	font-family: Tahoma, Arial, sans-serif;
	margin: 3px;
	padding-left: 70px;
	padding-right: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url('/gfx/global/chatNowBg.png');
        background-color: #008200;
	background-repeat: repeat-x;
	height: 40px;
	border: 1px solid #005500;
	color: #c9ffc9;
        font-weight: bold;
	font-size: 24px;    
}
.chatButton:hover {
	background-image: url('/gfx/global/chatNowBgHover.png');
        color: #fff;
	border: 1px solid #00FF00;        
}

.submit {
	background-image: url('/gfx/global/buttonBg1.png');
        background-color: #008200;
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #005500;
	color: #c9ffc9;
	font-size: 12px;
}
.submit:hover {
	background-image: url('/gfx/global/buttonBg1Hover.png');
}
.subwarn {
	background-image: url('/gfx/global/buttonBg3.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #f80;
	color: #a00;
	font-size: 12px;
}
.subwarn:hover {
	background-image: url('/gfx/global/buttonBg3Hover.png');
}
.subdanger {
	background-image: url('/gfx/global/buttonBg4.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #f80;
	color: #ff0;
	font-size: 12px;
}
.subdanger:hover {
	background-image: url('/gfx/global/buttonBg4Hover.png');
}
.subalt {
	background-image: url('/gfx/global/buttonBg2.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #386387;
	color: #e2f2ff;
	font-size: 12px;
}
.subalt:hover {
	background-image: url('/gfx/global/buttonBg2Hover.png');
}


.text, select {
	border:solid 1px #999;
	font-size: 11px;
	background-color: #FAFAFA;
}
textarea {
	border:solid 1px #999;
	font-size: 11px;
	background-color: #FAFAFA;
}

.smallinput {
	height:11px;
	border:solid 1px #999;
	font-size: 9px;
}
.smallselect {
	height:16px;
	border:solid 1px #999;
	font-size: 9px;
}

.smallbutton {
	background-image: url('/gfx/global/buttonBg1.png');
	background-repeat: repeat-x;
        background-color: #008200;
	height: 16px;
	border: 1px solid #005500;
	color: #c9ffc9;
	font-size: 9px;
}
.smallbutton:hover {
	background-image: url('/gfx/global/buttonBg1Hover.png');
}

.smallwarn {
	background-image: url('/gfx/global/buttonBg3.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #f80;
	color: #a00;
	font-size: 9px;
}
.smallwarn:hover {
	background-image: url('/gfx/global/buttonBg3Hover.png');
}
.smalldanger {
	background-image: url('/gfx/global/buttonBg4.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #f80;
	color: #ff0;
	font-size: 9px;
}
.smalldanger:hover {
	background-image: url('/gfx/global/buttonBg4Hover.png');
}
.smallalt {
	background-image: url('/gfx/global/buttonBg2.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #386387;
	color: #e2f2ff;
	font-size: 9px;
}
.smallalt:hover {
	background-image: url('/gfx/global/buttonBg2Hover.png');
}


/* Font Styles */

.headline {
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: bold;
}
.headline2 {
	font-size: 20px;
	letter-spacing: 5px;
}

.xltext, .profname {
	font-size: 14px;
}
.xxltext {
	font-size: 24px;
}
.smalltext {
	font-size: 9px;
}

.cat {
	color:#FFFFFF;
}
.cat2 {
	color:#000000;
}

.alert, .warn {
	color: #ff0000;
}
.alt1 {
	color: #336;
}
.alt2 {
	color: #557;
}
.good {
	color: #0F0;
}

.grey {
	color: #777;
}
.smallgrey {
	color: #777;
	font-size: 9px;
}
.lightgrey {
	color: #aaa;
}
.smalllightgrey {
	color: #aaa;
	font-size: 9px;
}

/* Event and Search Styles */

.searchSuper, .searchNormal, .eventSystem, .eventKing, .eventSuper, .eventBoom, .eventHalloween, .eventNormal {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

        /*
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666666');
        */
}

.eventSystem, .eventKing, .eventSuper, .eventBoom, .eventHalloween, .eventNormal {
	clear: both;
	height: 49px;
	width: 485px;
	position: relative;
}
.eventSystem {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.eventKing {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.eventSuper, .searchSuper, .userThumbSuper {
	background-color: #FFDDDD;
	border: 1px solid #E6C7C7;
}
.eventNormal, .searchNormal, .userThumbNormal {
	background-color: #E5F7FF;
	border: 1px solid #CEDEE6;
}

.eventHalloween {
	background-image: url(/gfx/bubbleHalloween.png);
	color: #fff;
	font-weight: bold;
}
.eventHalloween a {
	color: #fff;
	padding-left: 80px;
	display: inline-block;
}
.eventHalloween a:visited {
	color: #fff;
	padding-left: 80px;
	display: inline-block;
}
.eventBoom {
	background-image: url(/gfx/events/boomBg.gif);
	background-position: top right;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.eventBoom a {
	color: #fff;
}
.eventBoom a:visited {
	color: #fff;
}

.eventContainer {
	border-left: 1px solid #aaa;
	padding-left: 10px;
	overflow: hidden;
	height: 45px;
	width: 395px;
	text-align: left;
}

/* Special boxes for mini-images and cups */
.userthumbFP, .userThumbNormal, .userThumbSuper {
	font-weight: bold;
	padding: 7px;
	display: inline-block;
	width: 125px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        -webkit-transform-style: preserve-3d;
	border-radius: 5px;
}
.userthumbFP {
	margin: 15px;
	background-color: #d5e4f0;
	border: 1px solid #ccc;
}
.userThumbNormal, .userThumbSuper {
	margin: 5px;
}

.userthumb {
	display: inline-block;
	width: 125px;
	border-right: 2px groove #e9eae9;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.thumbcontainer {
	height: 92px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
.cupblock {
	display: inline-block;
	width: 60px;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.cupcontainer {
	height: 57px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}


/* Borders */
.bgreyleft {
	border-left: 3px solid #eee;
}
.bgreytop {
	border-top: 3px solid #eee;
}
.bgreyright {
	border-right: 3px solid #eee;
}
.bgreybottom {
	border-bottom: 3px solid #eee;
}
.bgreyfull {
	border: 3px solid #eee;
}

.bleft {
	border-left: 1px solid #888;
}
.btop {
	border-top: 1px solid #888;
}
.bright {
	border-right: 1px solid #888;
}
.bbottom {
	border-bottom: 1px solid #888;
}
.bbottomlight {
	border-bottom: 1px solid #eee;
}
.bfull {
	border: 1px solid #888;
}
.picborder {
	outline: 1px solid #004000;
	border: 0px;
}
.picborder:hover {
	outline: 1px solid #c9ffc9;
	border: 0px;
}
.picbordersuper {
	outline: 1px solid #a00;
	border: 0px;
}
.picbordersuper:hover {
	outline: 1px solid #f00;
	border: 0px;
}

/* Profile Specific */
.profilebutton {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 90px;
}
.eventbutton {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 60px;
}
.tinybutton {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 40px;
	font-size: 9px;
}
.tinybuttonFlip {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: bottom;
	width: 40px;
	font-size: 9px;
}

/* Reserved for profile view */
.pbactive {
	margin: 0px;
	padding: 1px;
	background-color: #d5e4f0;
	font-weight: bold;
}
.pbinactive {
	margin: 0px;
	padding: 1px;
	background-color: #efefef;
}

.pbactive2 {
	margin: 0px;
	padding: 1px;
	background-color: #f0f0f0;
	font-weight: bold;
}
.pbinactive2 {
	margin: 0px;
	padding: 1px;
	background-color: #ddd;
}
.pbinactive2:hover {
	background-color: #f0f0f0;
}

.pbactive3, .pbactive3Flip {
	margin: 0px;
	padding: 1px;
	background-color: #d5e4f0;
	font-weight: bold;
}
.pbinactive3, .pbinactive3Flip {
	margin: 0px;
	padding: 1px;
	background-color: #efefef;
}
.pbinactive3:hover, .pbinactive3Flip:hover {
	background-color: #d5e4f0;
}

.pbactive, .pbinactive, .pbactive2, .pbinactive2, .pbactive3, .pbinactive3 {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-moz-box-shadow: 1px 0px 1px #000;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 1px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666');
}
.pbactive3Flip, .pbinactive3Flip {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

	-moz-box-shadow: 1px 0px 1px #000;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 1px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666');	
}

/* Google Ads */
.profilehead {
	width: 780px;
}

/* Profile Table  */
.profiletable {
	background-color: #d5e4f0;
	border: 1px solid #efefef;
	padding: 0px;
	margin: 0px;
}

/* Actual Profile Text */
.profilemain {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 5px;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-right: 0px;
	width: 770px;
}

/* All other profile content boxes */
.pboxinner {
	border: 1px solid #d5e4f0;
	background-color: #efefef;
	padding: 5px;
	margin-left: 8px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	width: 760px;
}

.psmallbox, .psmallboxns {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bboxbottom {
	border-bottom: 1px solid #ccc;
}
.bboxtop {
	border-top: 1px solid #ccc;
}
.psmallbox2, .psmallbox2ns {
	background-color: #d5e4f0;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bboxbottom2 {
	border-bottom: 1px solid #ddd;
}
.bboxtop2 {
	border-top: 1px solid #ddd;
}

.friendsbox {
	background-color: #FaFaFa;
	border: 1px solid #e5e5e5;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pboxinner, .logintable, .regtable, .userthumbFP, .userThumbNormal, .userThumbSuper {
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}

.autocenter {
	margin-left: auto;
	margin-right: auto;
}
.tablepadding0 td {
	padding: 0px;
}
.tablepadding4 td {
	padding: 4px;
}
.tablepadding6 td {
	padding: 6px;
}
.tablemapa4 {
	border-spacing: 2px;	
}
.tablemapa4 td {
	padding: 4px;
}
.alignTR {
	text-align: right;
	vertical-align: top;
}
.alignBR {
	text-align: right;
	vertical-align: bottom;
}
.alignMR {
	text-align: right;
	vertical-align: middle;
}
.alignTL {
	text-align: left;
	vertical-align: top;
}
.alignBL {
	text-align: right;
	vertical-align: bottom;
}
.alignML {
	text-align: left;
	vertical-align: middle;
}
.alignTC {
	text-align: center;
	vertical-align: top;
}
.alignBC {
	text-align: center;
	vertical-align: bottom;
}
.alignMC {
	text-align: center;
	vertical-align: middle;
}

.boxpadding {
	padding: 5px;
}

.opaque100 {
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.opaque90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.opaque70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.opaque50 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.noFrame {
	padding: 0px;
	margin: 0px;
}

.vagipenessouter {
		color: #000; height: 10px; width: 120px; background-color: #999; border: 1px solid #ccc; position: relative; text-align: center;
		margin-left: auto; margin-right: auto;
}
.vagipenessinner {
		height: 100%; position: absolute; left: 0px; background-image: url(/gfx/bar-redgreen.png);
}
.vagipenesspercent {
		position: relative; top: -1px; font-size: 9px;
}

/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #ddd;
	background-image: url('/gfx/global/vScrollBg.png');
	background-repeat: repeat-y;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.vscrollerbar {
	width: 8px;
	background-color: #ccc;
	border: 1px outset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hscrollerbase {
	height: 10px;
	background-color: #ddd;
}
.hscrollerbar {
	height: 10px;
	border: 1px solid #aaa;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #999;
}
.flexcroll {
	outline: none;
}
/* Scroll Bar Master Styling Ends Here */

