

/************************************* Main structure *************************/
* {
    margin: 0;
}

html.busy, html.busy * 
{  
   cursor: wait !important;
   
} 
#content
{
	display: block;
	width: 100%;
}

#content .box{
}

#content .button
{
	background-color:#000;
	padding: 2px 5px;
	margin-right: 15px;
	border: none;
	color: #fff;
}
#content .button:active,
#content .button:hover
{ 
	background-color:#4d83bf;
}

#content th
{ 
	background-color:#e2e2e2;
}

#content .buttonAlt
{
	background-color:#fff;
	padding: 0 3px;
	font-weight: bold;
	border: solid 1px #a72b17;
	color: #a72b17;
}
#content .buttonAlt:hover
{
	background-color:#e2e2e2;
}

#content h4 {
color: #4d83bf;
font-size: 15px;
border-bottom: solid 1px #4d83bf; 
margin-bottom: 30px;
padding-bottom: 5px;
}


#content .btspe {
border: solid 1px #c74b2e; 
background-color: #c74b2e;
font-size: 20px;
padding: 3px 10px;
color: #fff;
}

#content .btspe:hover {
border: solid 1px #a72b17; 
background-color: #a72b17;
}

#content .inputTextSpe {
border: solid 1px;
padding: 3px 10px;
background-color: #fffedf;
font-size: 20px;
margin-right: 20px;
}





#content .alertMessage
{
	color: red;
	font-weight: bold;
}
 