/* CSS Document */

/*////////// BALISES //////////*/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}

caption{
	font-size: 10px;
	color: #cccccc;
}

A:link {	text-decoration: none; 	color: #FF9900;}
A:visited {	text-decoration: none; 	color: #FF9900;}
A:hover {	text-decoration: none; 	color: #FFCC00;}


/*////////// ID //////////*/


#dhtmltooltip{
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid white;
	padding: 3px;
	background-color: black;
	visibility: hidden;
	z-index: 100;
	opacity: .80;
	color: white;
}

#header{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#login{
	background-color: #272727;
	padding-left: 5px;
	color: #FFCC00;
}

#menu {
	color: #000000;
	background-color: #3F3F3F;
	padding-left: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

ul {display: inline; list-style: none; margin: 0; padding: 0;}
/*li {
	display: inline;
	list-style: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}*/

#menuTitle{
	font-weight: bolder;
	color: #FFFFFF;
}

#title{
	font-weight: bold;
	color: #FFCC00;
	margin-top: 10px;
	background-color: #333333;
}

#titleGreen{
	font-weight: bold;
	color: #00CC33;
	margin-top: 10px;
	background-color: #333333;
}
#titleRed{
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
	background-color: #333333;
}

#contain{
	border-left-width: 10px;
	border-left-style: dotted;
	border-left-color: #333333;
	border-right-width: 10px;
	border-right-style: dotted;
	border-right-color: #333333;
}

#message{
	background-color: #3F3F3F;
	padding-bottom: 2px;
	border: thin solid #000000;
}

#text{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#messageTitle{
	background-color: #272727;
	padding-left: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#eventFutur{	background-color: #3F3F3F;}
#eventPasse{	background-color: #3F3F3F;}

#footer{
	background-color: #3F3F3F;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*////////// CLASS //////////*/

.formButton {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF9900; background-color: #0D0D0D; 	border: 1px solid #343434;}
.log {font-size: 10px; text-decoration: none;}
.tab{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: thin solid #333333;}
.tab2{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: thin solid #000000;}
.tabTr {border-bottom-width: thin; border-bottom-style: solid; border-bottom-color: #000000;}
.time{	float: right;	padding-right: 10px;}
.tinnyGrey{font-size: 10px;	color: #999999;}
.tinnyBold{	font-size: 10px;	font-weight: bold;}
.row1{font-size: 10px; background-color: #3f3f3f; margin: 0px; padding: 0px;}
.row2{font-size: 10px; background-color: #525252; margin: 0px; padding: 0px;}
.row3{font-size: 10px; background-color: #333333; margin: 0px; padding: 0px;}
.row4{font-size: 10px; background-color: #990000; margin: 0px; padding: 0px;}
.rowHover{background-color: #666666;}
.druid{color: #FF6600;}
.hunt{color: #009900;}
.mage{color: #0099CC;}
.priest{color: #FFFFFF;}
.rogue{color: #FFCC00;}
.warlock{color: #9933CC;}
.war{color: #996600;}
.sham{color: #00CC99;}
.pal{color: #FF99CC;}
.title{
	font-weight: bold;
	color: #FFCC00;
	margin-top: 10px;
}


/*//////////////////////////////////////////////////////////////*/

button {
	background-color: #333333;
	border: thin solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
}
input.button {
border:1px solid #333333;
font-weight:bold;
cursor:pointer;
}
input.button:hover {
border:1px solid #FF9900;
background-color: #333333;
color: #FF9900;
}
input.button:active {
border:1px solid #FF9900;
background-color: #333333;
color: #FF9900;
} 
input {
border:1px solid #333333;
background-color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF9900;
}
select, option {
border:1px solid #333333;
background-color:black;
color:white;
}
textarea {
border:1px solid #333333;
background-color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:white;
}