a.button{
	border:1px solid #999999;
	background-color:#CECECE;
	padding:7px;
	float:left;
	cursor:pointer;
	height:30px;
	width:100px;
	text-align:center;
	vertical-alighn:middle;
	margin-right:3px;
	color:#000000;
	text-decoration:none;
}
a.button:hover{
	background-color:#999999;
	text-decoration:none;
}


#profilMenu{

	margin-bottom:5px
}

a.active{
	background-color:#00ce00;
}


#alert{
	background-image:url(../../img/alertBg.png);
	display:none;
	background-repeat:no-repeat;
	position:absolute;
	width:733px;
	margin:auto;
	height:525px;
	background-color:transparent;
	z-index:110;
	}
#alertContent{
	position:absolute;
	left:209px;
	padding:5px;
	top:258px;
	width:260px;
	height:32px;
	font-size:10pt;
	background-color:transparent;
	z-index:115;
	}
#alertClose{
	position:absolute;
	left:270px;
	top:350px;
	width:41px;
	height:20px;
	background-color:transparent;
	z-index:115;
	cursor:pointer;
	}

.error{
	color:#FF0000;
}


input.bigInput{
	width:330px;
	height:20px;
	margin:0px;
	border:0px;
}

input.smallInput{
	width:4em;
	height:20px;
	margin:0px;
	border:0px;
}

h3.marginTop {
	margin-top: 15px;
}
.settingsTable td:first-child {
	width: 200px;
}
