h1.box {
	font-size:12px;
	font-weight:bold;
}
h2.box {
	font-size:18px;
	font-weight:bold;
}

.boxFull {
	background:url(/img/box/full/borders.gif) repeat-y;
}
.boxFull .title {
	background:url(/img/box/full/title.gif) no-repeat;
	height:30px;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px 0 20px;
	text-shadow:0 1px 2px #999999;
}
.boxFull .subtitle {
	background:url(/img/box/full/subtitle.gif) no-repeat;
	height:30px;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 20px;
	text-shadow:0 1px 2px #999999;
}
.boxFull .content {
	margin:0 2px;
	padding:10px 10px 2px 10px;
}

.bgFade150 {background:url(/img/box/full/bg_fade150.gif) left bottom repeat-x;}
.bgFade250 {background:url(/img/box/full/bg_fade250.gif) left bottom repeat-x;}
.bgFade400 {background:url(/img/box/full/bg_fade400.gif) left bottom repeat-x;}
.bgWatermark {background:url(/img/box/full/bg_watermark.jpg) left bottom;}
.bgTour {
	background:url(/img/box/full/bg_tour.jpg) left bottom no-repeat;
	border-bottom:2px solid #b9ccde;
}

.boxFull .tiny {
	background:url(/img/box/full/tiny.gif) no-repeat;
	height:8px;
}
.boxFull .tinyBlue {
	background:url(/img/box/full/tiny_blue.gif) no-repeat;
	height:8px;
}
.boxFull .smallFade {
	background:url(/img/box/full/fade_small.gif) no-repeat;
	padding:10px 20px;
	height:29px;
}
.boxFull .mediumFade {
	background:url(/img/box/full/fade_medium.gif) no-repeat;
	padding:10px 20px;
	height:39px;
}
.boxFull .largeFade {
	background:url(/img/box/full/fade_large.gif) no-repeat;
	padding:10px 20px;
	height:51px;
}

.boxSide {
	background:url(/img/box/side/borders.gif) repeat-y;
	background-color:none;
	width:230px;	
}

.boxSide .title {
	background:url(/img/box/side/title.gif) no-repeat;
	height:30px;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px 0 20px;
	text-shadow:0 1px 2px #999999;
}

.boxSide .tinyBlue {
	background:url(/img/box/side/tiny_blue.gif) no-repeat;
	height:8px;
}

.boxHalf {
	background:url(/img/box/half/borders.gif) repeat-y;
	width:365px;
}
.boxHalf .title {
	background:url(/img/box/half/title.gif) no-repeat;
	height:30px;
	font-size:16px;
	font-weight:bold;
	padding:10px 20px 0 20px;
	text-shadow:0 1px 2px #999999;
}
.boxHalf .content {
	min-height:160px;
	margin:0 2px;
	padding:10px 10px 2px 10px;
}
.boxHalf .tiny {
	background:url(/img/box/half/tiny.gif) no-repeat;
	height:8px;
}
.boxHalf .tinyBlue {
	background:url(/img/box/half/tiny_blue.gif) no-repeat;
	height:8px;
}



.boxInnerTop {
	background:url(/img/box/inner/bg_top.gif) no-repeat;
	width:680px;
	height:5px;
}
.boxInnerContent {
	background:#FFF;
	border-left:1px solid #b9ccde;
	border-right:1px solid #b9ccde;
	width:678px;
}
.boxInnerBottom {
	background:url(/img/box/inner/bg_bottom.gif) no-repeat;
	width:680px;
	height:5px;
}


.bgLightBlue {background:#EEF3F8;}
.bgLightRed {background:#FF7575;}
.bgLightGreen {background:#EEF3F8;}
.infobox {
	width:740px;
	padding-bottom:10px;
}
.infobox .nw {
	background:url(/img/infobox/nw.gif) no-repeat;
	width:9px;
	height:10px;
	float:left;
}
.infobox .ne {
	background:url(/img/infobox/ne.gif) no-repeat;
	width:9px;
	height:10px;
	float:right;
}
.infobox .sw {
	background:url(/img/infobox/sw.gif) no-repeat;
	width:9px;
	height:10px;
	float:left;
}
.infobox .se {
	background:url(/img/infobox/se.gif) no-repeat;
	width:9px;
	height:10px;
	float:right;
}
.infobox .content {
	padding:10px 10px 0 10px;
}
.infobox .contentInfo {
	background:url(/img/infobox/info.gif) 20px 10px no-repeat;
	padding:10px 10px 0 60px;
}
.infobox .contentError {
	background:url(/img/infobox/error.gif) 20px 10px no-repeat;
	padding:10px 10px 0 60px;
}
.infobox .contentLocked {
	background:url(/img/infobox/lock.gif) 20px 10px no-repeat;
	padding:10px 10px 0 60px;
}



/* Gold Buttons */
a.btnGoldSmall {
    background:transparent url(/img/dynbtn/gold/small_right.png) no-repeat scroll top right; 
	display:block;
	float:left;
	height:35px;
	margin-right:6px;
	padding-right:20px;
	color:#003366;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 2px #999999;
}
a.btnGoldSmall span {
	background:transparent url(/img/dynbtn/gold/small_left.png) no-repeat; 
	display:block;
	line-height:26px;
	padding:5px 0 5px 18px;
}
a.btnGoldSmall:hover {
	background:transparent url(/img/dynbtn/gold/small_right_o.png) no-repeat scroll top right;
}
a.btnGoldSmall:hover span {
	background:transparent url(/img/dynbtn/gold/small_left_o.png) no-repeat;
}




.btnGold {
	background:url(/img/buttons/gold.png) top left no-repeat;
	cursor:pointer;
	height:35px;
	float:left;
}
.btnGold .caption {
	font-size:16px;
	font-weight:bold;
	padding:8px 0 0 5px;
	text-align:center;
}
.btnGoldCap {
	background:url(/img/buttons/gold.png) top right no-repeat;
	width:5px;
	height:35px;
	float:left;
}
