/*
The OmniPHP Framework Styles
(Modify this at will)
*/

form
{
	margin: 0px;
	padding: 0px;
}
input, select, textarea
{
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 8pt;
}
div.control_box_1
{
	border: 1px solid #099;
	background-color: #CF6;
	color: #333;
	width: 300px;
	display: block;
	padding: 5px;
}

div.layout_container
{
	/* background-color: #DEE6E3; */
	background-color: #EFEFEF;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
}
div.layout_container_head
{
	margin: 0px;
	background-color: #000;
	color: #FFF;
	/* background-color: #DC143C; */
	font-family: georgia, tahoma;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}
div.layout_container_body
{
	margin: 15px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 8pt;
}

hr
{
	border: 1px solid #333;
	margin: 10px;
}

span#instruction
{
	font-family: "courier new", "book antiqua", tahoma, sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

div.copyright_notice
{
	margin: 0px auto;
	width: 750px;
	font-family: tahoma, "trebuchet ms", sans-serif, verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

div.omniphp_version
{
    margin: 8px auto;
    width: 95%;
    padding: 4px;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    border: 1px solid #000;
    background-color: #E6E6FA;
    color: #191970;
}

input.ro
{
	background-color: #CCC;
}
table.app
{
	border: 1px solid #000;
	background-color: #9CC;
}
tr.app
{
	vertical-align: top;
}
td.app
{
	vertical-align: top;
}

div.errorLog
{
	border: 1px solid #F00;
	background-color: #FF0;
	color: #F00;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
}

div.debugLog
{
	border: 3px solid #696969;
	font-family: "Lucida Console", sans-serif;
	font-size: 10pt; 
	color: #FFF; 
	background-color: #000; 
	padding: 5px; 
	width: 80%; 
	margin: 2px auto;
}
pre.debugLogPre
{
	font-family: "Lucida Console", sans-serif; 
	font-size: 8pt; 
	color: #C0C0C0;
}

div.msgSuccess
{
	border: 1px solid #00F;
	background-color: #FFC;
	color: #00F;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	padding: 5px;
	text-align: center;
}
div.msgError
{
	border: 1px solid #F00;
	background-color: #FF0;
	color: #F00;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, sans-serif;
	padding: 5px;
	text-align: center;
}

a.copyright, a.copyright:visited
{
	color: #00F;
	text-decoration: none;
}
a.copyright:hover
{
	color: #F00;
}

div.sample_app_notes
{
	border: 1px solid #800000;
	background-color: #F5F5DC;
	color: #800000;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, sans-serif;
	padding: 5px;
	text-align: left;
}

div.search_fetched
{
	width: 500px;
	border: 1px solid #000;
	background-color: #FFC;
	padding: 3px;
	font-weight: bold;
	font-size: 9pt;
	font-family: verdana;
}
table.search_box
{
	border: 1px solid #000;
	background-color: #999;
	font-family: arial, sans-serif;
	font-size: 8pt;
}
tr.search_box_header
{
	background-color: #666;
	color: #FFF;
}
tr.search_box_even
{
	background-color: #CCC;
	color: #000;
}
tr.search_box_odd
{
	background-color: #FFF;
	color: #000;
}

div.omniphp_query_fetched
{
	font-weight: bold;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
}
table.omniphp_query_table
{
	border: 1px solid #000;
	background-color: #666;
	color: #FFF;
	font-size: 8pt;
	font-family: arial, sans-serif;
}
tr.omniphp_query_header
{
	font-weight: bold;
}
tr.omniphp_query_even
{
	background-color: #FFFAF0;
	color: #000;
}
tr.omniphp_query_odd
{
	background-color: #B0C4DE;
	color: #000;
}
a.omniphp_query_button, a.omniphp_query_button:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #A52A2A;
}
a.omniphp_query_button:hover
{
	color: #00008B;
}

table
{
	border: 1px solid #000;
}
tr
{
	vertical-align: top;
}
td
{
	/**/
}

table.report
{
	border: none;
}
tr.report
{
	vertical-align: top;
}
td.report
{
	/**/
}

a.omniphp, a.omniphp:visited
{
	text-decoration: none;
	color: #69C;
	font-size: 8pt;
	font-weight: bold;
}
a.omniphp:hover
{
	color: #F60;
}


