@CHARSET "ISO-8859-1";

.content_table{
	width: 725px;
	height: 415px;
	margin: 0px;
	border-collapse: collapse;
	vertical-align: top;
	outline: none;
}

.content_table * td{
	vertical-align: top;
}

.content_link :LINK{
	color: #202020;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	font-size: 12px;
}

.content_table * a{
	color: #202020;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	font-size: 12px;
}

.content_table * a:LINK{
}

.content_table * a:VISITED{
}

.content_top_row_maximized{
	width: 725px;
	height: 415px;
}

.content_col_maximized{
	width: 725px;
	height: 415px;
}

.content_top_row, .content_bottom_row{
	width: 725px;
	height: 205px;
}

.content_top_left_col, .content_top_right_col, .content_bottom_left_col, .content_bottom_right_col{
	width: 360px;
	height: 185px;
}

.content_pane_table{
	width: 360px;
	height: 205x;
}

.content_pane_table_maximized{
	width: 725px;
	height: 415px;
}

.content_pane_header_row{
	width: 360px;
	height: 20px;
	background: url("../images/content_pane_header_full.png") no-repeat;
}
.content_pane_header_row_maximized{
	width: 725px;
	height: 20px;
	//background: url("../images/content_pane_header_full.png") no-repeat;
}

.content_pane_body_row_maximized{
	width: 725px;
	height: 395px;
}

.content_pane_body_col_maximized{
	width: 725px;
	height: 395px;
}

.content_pane_body_display_maximized{
	width: 725px;
}

.content_pane_header_center_col_maximized{
	width: 699px;
	height: 20px;
}

.content_pane_header_left_col{
	width: 5px !important;
	text-align: left;
}

.content_pane_header_center_col{
	width: 334px;
}

.content_pane_header_icon_col{
	width: 16px !important;
	vertical-align: middle;
	background: none;
}

.content_pane_header_right_col{
	text-align: right;
	width: 5px !important;
}

.content_pane_body_row{
	width: 360px;
	height: 185px;	
}

.content_pane_body_col{
	width: 360px;
	height: 185px;	
}

.content_pane_body_col * td, .content_pane_body_col_maximized * td{
	padding-bottom: 2px;
}

.content_pane_body_col * h5, .content_pane_body_col_maximized * h5{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px double #cc8080;
}


.content_pane_body_col * TEXTAREA, .content_pane_body_col_maximized * TEXTAREA{
	height: 80px;
	border: 1px solid #b2b2b2;
	background: #ffffff;
	color: #222222;
	width: 100%;
}

.content_pane_body_col * SELECT, .content_pane_body_col_maximized * SELECT{
	height: 18px;
	border: 1px solid #b2b2b2;
	background: #ffffff;
	color: #222222;	
	width: 100%;
}
.content_pane_body_col * .file, .content_pane_body_col_maximized * .file{

	text-align: right;

	z-index: 2;
	width: 100%;
	height: 25px;
	border: 1px solid #b2b2b2;
	background: #ffffff;
	color: #222222;
	vertical-align: middle;
}

.content_pane_body_col * BUTTON, .content_pane_body_col_maximized * BUTTON{
	width: 100px;
	text-align: right;
}
	
.content_pane_body_col * input, .content_pane_body_col_maximized * input{
	height: 18px;
	border: 1px solid #b2b2b2;
	background: #ffffff;
	color: #222222;
	width: 100%;
}

.content_pane_body_display{
	width: 360px;
	height: 185px;
	overflow: auto;
}