body, table {
	background 			: #FFFFFF;
	font-family 		: Verdana,Lucida,sans-serif;
}

body, tr, th, td {
	font-size 			: 70%;
}

a {
	color 				: #003399;
	text-decoration 	: underline;
}
	
h1 {
	background 			: #CCCCFF;
	text-weight			: bold;
	border				: 1px solid #9999FF;
	font-size			: 140%;
	font-family 		: Verdana,Lucida,sans-serif;
	padding				: 5px 5px 5px 5px;
}

h2 {
	background 			: #EDEDED;
	text-weight			: bold;
	font-size			: 120%;
	font-family 		: Verdana,Lucida,sans-serif;
	border-bottom		: 1px solid #000000;
	padding				: 2px 2px 2px 2px;
}

h2 a {
	color 				: #000000;
	text-decoration 	: none;
}

h3 {
	text-weight: bold;
	font-size			: 100%;
	font-family 		: Verdana,Lucida,sans-serif;
	border-bottom		: 1px solid #000000;
	padding				: 2px 2px 2px 2px;
}

h4 {
	text-weight: bold;
	font-size			: 80%;
	font-family 		: Verdana,Lucida,sans-serif;
	border-bottom		: 1px solid #000000;
	padding				: 2px 2px 2px 2px;
}

pre.example, pre.codePHP, pre.definition {
	font-size			: 9pt;
    padding-right		: 2px;
    padding-left		: 2px;
    background-color	: #F9F9F9;
    border				: 1px solid #BBBBBB;
}

pre.ChangeLog {
    font-size			: 9pt;
	padding-right		: 2px;
    padding-left		: 2px;
}

span.redMark {
    background-color	: #FFBBBB;
    border				: 1px solid #FF9999;
}

span.commandProto {
	border				: 1px solid #BBBBBB;
	background 			: #F0F0F0;
	padding 			: 2px 2px 2px 2px;
	margin 				: 2px 2px 2px 2px;
}

span.commandProtoParameter{
	font-weight 		: bold;
}

span.iniOption{
    border-bottom		: 1px dotted #BB7777;
}

span.shortcut{
	background-color	: #EEEEEE;
	border				: 1px solid #BBBBBB;
	padding				: 2px 2px 0px 0px;
}

.commandTitle {
	margin				: 2px;
	padding				: 2px;
	margin-left			: 25px;
	background-color	: #FCF8EA;
	border				: 1px solid #BBBBBB;
}

.commandDescription {
	margin				: 2px;
	padding				: 2px;
	margin-left			: 40px;
}

table.pretty {
	margin				: 2px;
	background-color	: #A0A0A0;
}

table.pretty td {
	background-color	: #FFFFFF;
	vertical-align		: top;
	font-size 			: 100%;
}

table.pretty th, table.pretty thead td {
	background-color	: #E5E5E5;
	vertical-align		: top;
	text-align			: center;
	text-weight			: bold;
	font-size 			: 100%;
}
