/*

*************************************
 	Window Content Styles 
*************************************

*/

.message_div{
	border:2px outset #710304;
	margin:12px;
	background-color:#1090D0;
	font-size:13px;
	padding:10px;
}

.textarea_div{
	margin: 15px 12px;
	height:77%;
}

.custom_textarea{
	height:102%;
	width:89%;
}

span.span_title{
	color:white;
}

div.insidediv
{	
		
}
/*

*************************************
 	Windows Styles and Header
*************************************

*/

div.window_body {
	border:2px outset #710304;
}

div.window_header {
	background: #710304 url(../images/levelup.png) 0 -36px;
	color:white;
	height:26px;
	cursor:move;
	border-top: 3px solid #282D31;
}
div.window_body {
	background:white;
}
div.window_title {
	float:left;
	padding:4px 0 0 10px;
	cursor:move;
}

div.window_title span{
	color: white;
}

ul.window_header_buttons {
	list-style-type:none;
	margin:0;
	padding:7px 5px 0px 0px;
	float:right;
}

ul.window_header_buttons li {
	float:right;
	width:10px;
	height:9px;
	padding:0;
	margin:0;
	cursor:pointer;
}
ul.window_header_buttons li.window_close_button {
	background:url(../images/button_close.gif) no-repeat top center;
}
ul.window_header_buttons li.window_minimize_button {
	background:url(../images/button_minimize.gif) no-repeat top center;
	margin-right: 2px;
}
ul.window_header_buttons li.window_maximize_button {
	background:url(../images/button_restore.gif) no-repeat top center;
	margin-right: 2px;
}

div.overlay_window {
	background:#000000;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
}

div.window_body {
	border:1px solid white;
	overflow:auto;
	float:left;
}

div.total_window{
	border:2px outset black;
	float:left;
	background-color:white;	
}

/*

*************************************
 	Windows Footer Styles 
*************************************

*/

div.window_footer{
	float:right;
	background-color:white;
	border:1px solid LightGrey;
}

div.window_esquina_footer {
	background:transparent url(../images/resize.gif) no-repeat scroll center top;
	color:white;
	cursor:nw-resize;
	float:right;
	height:14px;
	width:16px;
}

div.win_esquina_izquierda_footer {
	float:left;
}

div.window_vertical_footer {
	background:transparent url(../images/resize.gif) no-repeat scroll center top;
	color:white;
	cursor:nw-resize;
	float:left;
	height:14px;
	width:16px;
}
