/*
  PHP System Builder 1.0
  Module : Basic Style Page
  Created by Mixity S.P.R.L.
  http://www.mixity.be
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
 background-color				: #FFFFFF;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 12px;
 scrollbar-3dlight-color		: #D1D7DC;
 scrollbar-arrow-color			: #006699;
 scrollbar-darkshadow-color		: #98AAB1;
 scrollbar-face-color			: #DEE3E7;
 scrollbar-highlight-color		: #FFFFFF;
 scrollbar-shadow-color			: #DEE3E7;
 scrollbar-track-color			: #EFEFEF;
}

hr {
 color					: #0D398E;
 width					: 80%;
 height					: 1px;
}

/* Font and Color settings for title in the left menu */
.mainpagestyle {
 color 					: #000000;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 12px;
}

/* Font and Color settings for title in the left menu */
.mainpagetitle {
 color 					: #0D398E;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 18px;
}

/* Font and Color settings for titles */
.subtitle {
 color					: #0D398E;
 font-weight				: bold; 
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 16px;
}

/* Font and Color settings for links in the menu options */
a.menuoptions {
 text-decoration				: none;
 color 					: #000000;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 12px;
 cursor					: hand;
}

/* General Color & Font settings for FAQ links */
a.faq {
 color					: #0D398E;
 font-size					: 12px;
 text-decoration				: none;
}

/* Font and Color settings for links in the menu options */
a.toolbaroptions {
 text-decoration				: none;
 color 					: #0D398E;
 font-family				: Arial, Helvetica, sans-serif;
 font-weight				: bold;
 font-size					: 12px;
 cursor					: hand;
}

/* Font and Color settings for title in the left menu */
td.menulefttitle {
 color 					: #FFFFFF;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 13px;
}

td.caderstyle {
color 					: #000000;
font-family					: Arial, Helvetica, sans-serif;
font-size					: 12px;
border					: 1px solid;
border-color				: #000000 #000000 #000000 #000000
}

td.caderstylebooktitle {
color 					: #000000;
font-family					: Arial, Helvetica, sans-serif;
font-size					: 12px;
border					: 1px solid;
border-color				: #0D398E #0D398E #0D398E #0D398E
}

/* Font and Color settings for the lines in table */
td.formcaption {
 color 					: #0D398E;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 12px;
 cursor					: hand;
}

/* Font and Color settings for the lines in table */
td.formvalue {
 color 					: #000000;
 font-family				: Arial, Helvetica, sans-serif;
 font-size					: 11px;
}

/* General Settings for input form field */
input { text-indent : 2px; }

/* General Color & Fonts settings for text form field */
input.textfield { 
 border					: 1px solid; 
 color					: #000000; 
 background-color				: #FFFFFF;
 cursor					: hand; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px;
 border-color				: #000000 #000000 #000000 #000000;
}

/* General Color settings for the Input Button or Submit Form */
input.button { 
 border					: 1px solid; 
 color					: #244E5B; 
 background-color				: #E2E2E2; 
 cursor					: hand; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
 text-transform				: uppercase; 
 border-color				: #244E5B #244E5B #244E5B #244E5B;
}

/* General Color & Font settings for the combo list form */
select.combofield { 
 color					: #000000; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 10px; 
}

/* General Color & Font settings for the textarea form */
textarea {
 border					: 1px solid; 
 color					: #000000; 
 background-color				: #FFFFFF;
 cursor					: hand; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px;
 border-color				: #000000 #000000 #000000 #000000;
}

/* General Color & Font settings for DataGrid Table */
table.datagrid { 
 color					: #000000; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}

/* General Color & Font settings for DataGrid Column */
tr.datagrid { 
 color					: #000000; 
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}

/* General Color & Font settings for DataGrid Title */
td.datagridtitle { 
 background-color				: #F5F4E7;
 color					: #006699;
 font-style					: bolder;
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}

/* General Color & Font settings for DataGrid Line Type 1 */
td.datagridline1 { 
 background-color				: #EFEFEF;
 color					: #000000;
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}

/* General Color & Font settings for DataGrid Line Type 2 */
td.datagridline2 { 
 background-color				: #D1D7DC;
 color					: #000000;
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}

/* General Color & Font settings for DataGrid Line Type 3 */
td.datagridline3 { 
 background-color				: #DEE3E7;
 color					: #000000;
 font-family				: Arial, Helvetica, sans-serif; 
 font-size					: 12px; 
}
