@CHARSET "ISO-8859-1";

body {
	font-family: Arial Narrow, Lucida Sans, Arial, Luxi Sans, Sans;
	font-size: 12pt;
}

.titleRow {
	background-color: #303030;
	color: white;
}

.border {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.myBuddyBody {
	/*background-image: url('img/pixalBack.png'); 
	background-image: url('../img/pixalBack.png');
	background-position: top left;
	background-attachment: fixed; 
	background-repeat: no-repeat;*/
	
	background-image: url('img/pagebg.png'); 
	background-image: url('../img/pagebg.png');
	background-repeat: repeat;
	/*background-color: #C0C0C0;*/
}

.smallText {
	font-size: 8pt;
}

.smallWhiteText {
	font-size: 8pt;
	color: white;
}

.profileAction{
	font-size: 14pt;
	font-weight: bold;
	color: #101010;
}

.headerLinks{
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

img {
	border: 0px;
}

.boxyCenteredTable{
	margin-left: auto; 
	margin-right:auto;
	border-color: #303030;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}
.boxyTable {
	border-color: #303030;
	border-width: 1px;
	border-style: solid;
	background-color: white;
}

.centeredTable{
	margin-left: auto; 
	margin-right:auto;
}

.itemInfoBox{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #303030;
	color: white;
	width: 150px;
	padding: 10px;
	text-align: right;
}

.itemInfoBoxVs{
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #606060;
	color: white;
	width: 150px;
	padding: 10px;
	text-align: left;
}

.tutorialImage{
	float: left;
	padding: 10px;
}

.statusLineInputComponent {
	font-style: italic;
	border: 1px solid #F8E060;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	color: #000000;
	
}

.red {
	color: red; font-weight: bold;
}

.green {
	color: green; font-weight: bold;
}

.blue {
	color: blue; font-weight: bold;
}

.purple {
	color: purple; font-weight: bold;
}

.simpleTooltip {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	background-color: #303030;
	color: white;
	padding: 10px;
	font-size: small;
	font-family: monospace;
}

.darkbox {
	background-image: url('img/boxbg.png');
	background-image: url('../img/boxbg.png'); 
	background-repeat: repeat;
	color: #F8E060; 
	padding: 10px;
}

.lightbox {
	background-image: url('img/hibg.png');
	background-image: url('../img/hibg.png');
	background-repeat: repeat;
	color: #F8E060;  
	padding: 10px;
}

.yellowLink {
	color: #F8E060;
	font-weight: bold;
}

.lightbox a {
	color: #F8E060;
	font-weight: bold;
}

.darkbox a {
	color: #F8E060;
	font-weight: bold;
}

.expeditionTitle {
	color: #F8E060;
	font-weight: bold;
	font-size: 16pt;
}


.flip-horizontal {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}
.flip-vertical {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

.transparentInputField {
	font-style: italic;
	border: 1px solid #F8E060;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	color: #000000;
	
}