
/*	CSS Layout
	layout information only
	----------------------------------------------------------------------------------
*/
#page-body {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 100px;
	right: 100px;

	width: 760px;
	height: 100%;
}

html>body #page-body {
	width: 758px;
	height: auto;
}

.button-glyph {
	padding: 1px 0px 1px 0px;
}

.float-right {
	float: right;
}

.hidden {
	display: none;
}

.input-stretch {
	width: 100%;
}

.better-list {
	padding: 0px 5px 5px 15px;
	
}


.text-center {
	text-align: center;
}


.text-right {
	text-align: right;
}

/*	----------------------------------------------------------------------------------	*/

#page-banner {
	position: absolute;
	top: 0px;
	left: 0px; 
	right: 0px;
	
	width: 758px;
	height: 60px;
}

/*	----------------------------------------------------------------------------------	*/

#page-rightbar {
	position: absolute;
	z-index: 3;
	top: 70px;
	right: 10px;
	bottom: 10px;

	width: 170px;
	height: 88%;
}

html>body #page-rightbar {
	height: auto;
}

#page-rightbar .header {
	padding: 5px 5px 7px 5px;
}

#page-rightbar .body {
	padding: 5px;
}

#page-rightbar .body a:link {
	display: block;

	padding: 5px;
}

#page-rightbar .body a:visited {
	display: block;

	padding: 5px;
}

#page-rightbar .body a:hover {
	display: block;
	
	padding: 5px;
}

#page-rightbar .body div {
	padding-bottom: 5px;
}
/*	----------------------------------------------------------------------------------	*/

#page-leftbar {
	position: relative;
	z-index: 2;
	top: 70px;
	left: 10px;
	right: 190px;
	bottom: 10px;

	margin-right:200px;

	width: 100%;
	height: 89%;

}

html>body #page-leftbar {
	position:absolute;
	right: 190px;

	margin-right: auto;
	
	width: auto;
	height: auto;
}


#page-leftbar #tab-bar {
	position: absolute;
	z-index: 3;
	height: 25px;
	
	margin-left: 2px;
	z-index: 2;
}

#page-leftbar #tab-bar .current {
	padding-bottom: 6px;
}	

#page-leftbar #tab-bar .behind {
}

#page-leftbar #tab-bar a {
	position:relative;
	top: 7px;

	display: inline;
	padding: 5px 10px 5px 10px;
}

html>body #page-leftbar #tab-bar a {
	padding-left: 10px;
}

#page-leftbar #tab-bar .search-bar {
	float: right;
	position: relative;
	top: 1px;
	
	margin-right: 4px;
	
	overflow: hidden;
	height: 24px;
	width: 126px;
	padding: 1px 3px 0px 3px;

}

html>body #page-leftbar #tab-bar .search-bar {
	margin-right: 2px;
	width: 116px;
}

#page-leftbar #tab-bar .search-bar input {
	height:19px;
}

#page-leftbar #tab-bar .search-bar button {
	padding:2px 2px 2px 2px;
	font-size: 10px;
	height:19px;
}

html>body #page-leftbar #tab-bar .search-bar {
	height: 21px;
	padding: 2px 3px 0px 3px;
}

#page-leftbar #body-bar {
	position: relative;
	top: 25px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	padding: 10px;

	width: 100%;
	height: 95%;
	z-index: 1;
	
	overflow: auto;
}

#page-leftbar #body-bar .main{
	margin-right: 131px;
}

#page-leftbar #body-bar .images{
	float: right;
	width: 111px;
	text-align: center;
}

#page-leftbar #body-bar #sub-bar {
	text-align: left;
	font-size:10px;
}

#page-leftbar #body-bar #sub-bar div.header{
	display: block;
}

#page-leftbar #body-bar #sub-bar a {
	display: block;
	padding: 2px;
}

#page-leftbar #body-bar #sub-bar a:link {
}
#page-leftbar #body-bar #sub-bar a:visited {
}
#page-leftbar #body-bar #sub-bar a:hover {
}


html>body #page-leftbar #body-bar {
	position: absolute;
	
	width: auto;
	height:	auto;
}

#page-leftbar #body-tab {
	position: relative;
	top: 25px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	padding: 10px;

	width: 100%;
	height: 95%;
	z-index: 1;
}

html>body #page-leftbar #body-tab {
	position: absolute;
	top: 35px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	
	width: auto;
	height:	auto;
}

/*	----------------------------------------------------------------------------------	*/

.design-box {
	position:relative;
	display: inline;
	
	width: 260px;

	padding: 5px;
	
	vertical-align: top;
}

html>body .design-box {
	display: table-cell;

	padding: 0px 5px 0px 0px;
	
	bottom: 10px;
}

.design-box .label-box {
	padding: 5px;
}

.design-box .content-box {
	position: relative;
	top: 15px;
	right: 5px;
	
	text-align: right;
}

html>body .design-box .content-box {
}

.button-bar {
}

.button-bar button {
	cursor: pointer;

	padding: 0px;

	overflow:hidden;

	width: 22px; 
	height:32px;
}

.button-bar button div {
	margin-left: -2px;

	width: 20px; 
	height:34px;	
	
	text-align:center;
	vertical-align: middle;
}

html>body .button-bar button div {
	margin-left: -4px;
}


/*	----------------------------------------------------------------------------------	*/

.button-box {
	padding:5px;
	
	text-align: right;
}


.padded-5 {
	padding:5px;
}

.padded-3 {
	padding: 3px;
}

.padded-2 {
	padding: 2px;
}

/*	----------------------------------------------------------------------------------	*/

.breadcrumbs {
	position: absolute;
	top: -20px;
	left: 0px;
	
	width: 100%;
	height: 20px;
	
	padding-top: 4px; 
	padding-left: 10px;
 }
 
.print_this {
	float: right;
	padding-right: 15px;
}
 
/*	----------------------------------------------------------------------------------	*/

.footer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	
	width: 170px;
	
	text-align: center;
	padding-bottom: 10px;
}


.upgrade-button {
	position: absolute; 
	top: 60px; 
	left: 345px; 
	z-index: 100; 
	width: 97px; 
	height: 97px; 
	background-image: url(uploads/images/banner_rbgan_upgrade_button.png); 
	background-repeat: no-repeat; 
	background-position: left top; 
	cursor: pointer;
}



/*	CSS Format
	Color, format and style information only
	----------------------------------------------------------------------------------
*/
body {
	margin: 0px;

	background-color: #96779c;
	background-image: url(/uploads/images/terrace_background_fade.png);
	background-repeat: repeat-x;
	background-position: top left;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
}

tr {
	font-size: 11px;
}

td {
	font-size: 11px;
}

ul li {
	font-size: 11px;
	
	list-style-type: disc;
	list-style-image: url(uploads/images/glyphs/bullet.gif);

	padding: 1px;
}

ol li {
	font-size: 11px;

	padding: 1px;
}



.better-list {
	background-image: url(uploads/images/glyphs/glyph_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat; 
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding: 2px;
	
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding: 5px;
	
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding: 2px;
	
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html>body fieldset {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4;
}

label {
	cursor: pointer;
}

.button-glyph {
}

.underline {
	border-bottom: 1px solid;
}

hr {
	color:#999999;
	height: 1px;
	line-height: 1px;
}
/*	----------------------------------------------------------------------------------	*/

a:link, a:visited {
	color:#560c66;
	text-decoration: underline;
}

a:hover {
	color:#0099FF;
	text-decoration: none;
}

/*	----------------------------------------------------------------------------------	*/

.text-large {
	font-size:14;
}

.text-small {
	font-size:9;
}


.text-tiny{
	font-size:8;
}


.text-bold {
	font-weight:bold;
}

.text-italic {
	font-style: italic;
}

.text-makelist {
	display: list-item;
}

.color-red {
	color: #cc0000;
}

.color-green {
	color:#009900;
}

.color-orange {
	color: #ff9900;
}


.color-blue {
	color: #003366;
}


/*	----------------------------------------------------------------------------------	*/

#page-body {
	background-color: #ffffff;
	
	border-top: 20px solid #560c66;
	border-right: 1px solid #cccccc;
	border-bottom: 4px solid #cccccc;
	border-left: 1px solid #cccccc;
	
	visibility: hidden;
}

/*	----------------------------------------------------------------------------------	*/

#page-banner {
	background-color: #0099CC;
	background-image: url(/uploads/images/banner_001.jpg);
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position: top right;
	
	border-bottom: 1px solid #cccccc;
	
	text-align: right;
}

/*	----------------------------------------------------------------------------------	*/

#page-rightbar {
	background-color: #f9f9f9;
	
	border: 1px solid #e0e0e0;
	
	-moz-border-radius:3;
}

#page-rightbar .header {
	background-color: #e0e0e0;
}

#page-rightbar .body {
}

/*	----------------------------------------------------------------------------------	*/

#page-leftbar {
}

#page-leftbar #tab-bar {
}

#page-leftbar #tab-bar ul {
	list-style: url(none) none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: -1px;
}

#page-leftbar #tab-bar li {
	list-style: url(none) none; 
    margin-bottom: -1px; 
	position: relative; 
}

#page-leftbar #tab-bar .current {
	font-weight: bold;
	background-color: #f9f9f9;
}

#page-leftbar #tab-bar a{
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
	
	-moz-border-radius-topleft:3;	
	-moz-border-radius-topright:3;	

	cursor:pointer;	

	color: #000000;
	background-color: #f9f9f9;
		
	text-decoration: none;
}


#page-leftbar #tab-bar .search-bar{
	border: 1px solid #e0e0e0;
	border-bottom: 0px;
	
	-moz-border-radius-topleft:3;	
	-moz-border-radius-topright:3;	

	cursor:default;	

	color: #000000;
	background-color: #f9f9f9;
		
	text-decoration: none;
}

#page-leftbar #tab-bar a:link {
}

#page-leftbar #tab-bar a:visited {
}

#page-leftbar #tab-bar a:hover {
}


#page-leftbar #body-bar {
	background-color: #f9f9f9;
	
	border: 1px solid #e0e0e0;
	
	-moz-border-radius:3;
}

#page-leftbar #body-tab {
	border: 1px solid #e0e0e0;
	
	-moz-border-radius:3;
}

#page-leftbar #body-bar .images img {
	border: 1px solid #e0e0e0;
}

/* sub links */
#page-leftbar #body-bar #sub-bar div.header{
	border-bottom: 1px solid #9900CC;
	font-weight:bold;
}

#page-leftbar #body-bar #sub-bar a {
	text-decoration: none;
}

#page-leftbar #body-bar #sub-bar a:link {
}
#page-leftbar #body-bar #sub-bar a:visited {
}
#page-leftbar #body-bar #sub-bar a:hover {
	color: #ffffff;
	background: #560c66;
}

/*	----------------------------------------------------------------------------------	*/

.design-box {
}

.design-box a:link img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.design-box a:visited img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.design-box a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.button-bar {
	cursor: default;
}

.button-bar a {
	color: #000000;
	text-decoration: none;
}

.button-bar a:link {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.button-bar a:visited {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

.button-bar a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*	----------------------------------------------------------------------------------	*/

.box-red {
	color: #ffffff;
	
	background-color: #cc0000;

	-moz-border-radius: 3;
}

.box-blue {
	color: #ffffff;
	background-color: #003366;
	
	-moz-border-radius: 3;
}

.box-orange {
	color: #000000;
	background-color: #ff9900;
	
	-moz-border-radius: 3;
}

.box-green {
	color: #ffffff;
	background-color:#009900;
	
	-moz-border-radius: 3;
}

.box-gray {
	background-color: #cccccc;
	
	-moz-border-radius: 3;
}


.box-white{
	background-color: #ffffff;
	
	-moz-border-radius: 3;
}

.box-lightgray {
	background-color: #f5f5f5;
	
	-moz-border-radius: 3;
}


.block-whitegray {
	background-color: #ffffff;
	
	border: 1px solid #cccccc;
	
	-moz-border-radius: 3;
}

.block-white {
	background-color: #ffffff;
	
	border: 1px solid #ffffff;
	
	-moz-border-radius: 3;
}
/*	----------------------------------------------------------------------------------	*/


.background-white {
	background-color: #ffffff;
}

.background-lightgray {
	background-color: #f0f0f0;
}

.background-gray {
	background-color: #cccccc;
}

/*	----------------------------------------------------------------------------------	*/

.letter-box {
	cursor: default;
	height: 100%;
	
	overflow: auto;
}


.letter-box a {
	display:block;
	
	color: #000000;
	text-decoration: none;
	
	padding: 2px 5px 2px 5px; 
}

.letter-box a:link {
}

.letter-box a:visited {
}

.letter-box a:hover {
	background: #666666;
	color: #ffffff;
	
	border-color: #cccccc;
}


/*	----------------------------------------------------------------------------------	*/
#contacts-list {

}

#contacts-list a {
	display: block;
	padding: 5px;
	
	text-decoration: none;
	color: #000000;
}


#contacts-list a:link {
}

#contacts-list a:visited {
}

#contacts-list a:hover {
	color: #ffffff;
	background-color: #666666;
}

.contacts-details {
	padding: 5px;
	
	color: #000000;
	background: #f0f0f0;
}

/*	----------------------------------------------------------------------------------	*/

.breadcrumbs {
	color: #ffffff;
	font-size: 9px;
	
	cursor: default;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #ffffff;
	text-decoration:none;
}

.breadcrumbs a:hover {
	color: #0099FF;
	text-decoration:underline;
}

.breadcrumbs strong {
	color: #ffffff;
}

/*	----------------------------------------------------------------------------------	*/

.footer {
	color:#560c66;
	
	font-size:9px;
}


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
	width: 158px; 
}

#primary-nav, #primary-nav ul { 
	list-style: url(none) none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: -1px;
}
#primary-nav ul { 
	list-style: url(none) none; 
	position: absolute; 
	z-index: 100;
	top: -6px; 
	right: 158px; 
	display: none; 
	background: #ffffff;

	padding: 5px;

	border: 1px solid #560c66;
	-moz-border-radius: 2;
}

html>body #primary-nav ul { 
	right: 157px;
}

#primary-nav li { 
	list-style: url(none) none; 
/*    margin-bottom: -1px; */
	position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
	display: block; 
	padding: 5px;
	text-decoration: none; 
	color: #560c66;

	-moz-border-radius: 2;
}
#primary-nav a:visisted { 
	color: #560c66;
}
#primary-nav a:hover { 
	color: #ffffff;
}

#primary-nav li, #primary-nav li.menuparent { 
	-moz-border-radius: 2;
	color: #ffffff;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
	background-color: #e0e0e0; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth {
	color: #ffffff;
	background-image:url(uploads/images/glyphs/glyph_white_arrow_left.png);
	background-repeat: no-repeat;
	background-position: 95% center;	
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #560c66; 
}

#primary-nav li:hover a, #primary-nav li:hover ul li:hover a,  #primary-nav li:hover ul li:hover ul li:hover a {
	color: #ffffff;
}

 #primary-nav li:hover ul li a,  #primary-nav li:hover ul li:hover ul li a {
	color: #560c66;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
}

#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }



