

/***********************************************************************/
/* The base*/
/***********************************************************************/
body { font: 8pt/16pt georgia; color: #555753; margin: 0px; }

p { font: 8pt/16pt georgia; margin-top: 0px; text-align: justify; }


a:link { color: #FFFFFF; text-decoration: none; } 		/* unvisited link */
a:visited { color: #FFFFFF; text-decoration: none; } 	/* visited links */
a:hover { color: #272121; text-decoration: none;} 		/* mouseover links */
a:active { color: #FFFFFF; text-decoration: none; } 	/* active links */

/***********************************************************************/
/* Main Blocks */
/***********************************************************************/

#main{ background-color: #EFD6FC; margin-left: auto; margin-right: auto; width: 800px; height: auto; position: relative; }

#header{ background-color: #800000; padding-top: 10px; margin-top: 0px; margin-left: 0px; width: 800px; height: 130px; position: relative; }

#title_bar{ background-color: #800000; margin-top: 10px; margin-left: 10px; width: 760px; height: 55px; position: relative;}

#title_name{ line-height: 50px; background-color: #800000; padding-left: 10px; width: 350px; height: 55px;  margin-left: 0px; margin-right: auto; position: relative; float: left}

#title_slogan{ line-height: 50px; background-color: #800000; padding-left: 10px; width: 360px; height: 55px; margin-left: auto; margin-right: 0px; position: relative; }

#menu_block{ background-color: #800000; text-align:center; width:760px; height: 55px; position: relative;}


#center_block{ background-color: #BEBABA; width: 800px; height: auto; position: relative; left: 0px; top: 0px; }

#content_block{ background-color: #BEBABA; min-height: 400px; padding-bottom: 20px; width: 800px; height: auto; position: relative; overflow:hidden}

#copyright{ background-color: #FFFFFF; padding-left: 10px; width: 790px; height: 20px; position: relative; left: 0px; top: 0px; }

/***********************************************************************/
/* Borders */
/***********************************************************************/

.border_1{border-color: #FFFFFF; border-style: solid; border-width: 1px}

/***********************************************************************/
/* Customer display */
/***********************************************************************/

/* Customer Data */

.delete_customer { background-color: #9685BA; padding-left: 10px; width: 260px; height: 80px; position: relative; left: 10px; top: 10px; }

.customer_data { background-color: #CC00CC; margin-top: 10px; margin-bottom: 10px; width: 560px; height: 170px; position: relative; left: 10px; top: 10px;}

.customer_quick_ref { background-color: #F7F975; padding-top: 10px; padding-left: 10px; width: 230px; height: 130px; position: relative; left: 10px; top: 10px; }

.customer_address { background-color: #F7F975; padding-top: 10px; padding-left: 10px; width: 230px; height: 130px; position: absolute; left: 300px; top: 10px; }

/***********************************************************************/
/* Buttoms */
/***********************************************************************/

/* Menu */

.menu_item { line-height: 30px; background-color: #800000; padding-top: 10px; padding-left: 10px; width: 115px; height: 45px; position: relative; float: left}

.menu_item_active { text-decoration: underline; line-height: 30px; background-color: #800000; padding-top: 10px; padding-left: 10px; width: 115px; height: 45px; position: relative; float: left}

a:link .menu_item { line-height: 30px; background-color: #800000; padding-top: 10px; padding-left: 10px; width: 115px; height: 45px; position: relative; float: left}

a:hover .menu_item { line-height: 30px; background-color:  #AE0000; padding-top: 10px; padding-left: 10px; width: 115px; height: 45px; position: relative; float: left}

/* Generic Buttons */

.button { width: 140px; height: 70px; position: relative; left: 0px; top: 0px; }

.button_off { background: url(images/button_off.jpg); background-repeat: no-repeat; background-color: #230308; margin-top: 20px; text-align: center; margin-left: 20px; padding: 0px; padding-top: 15px; width: 140px; height: 55px; color: #FFFFFF; position: relative; left: 0px; top: 0px;}

a:link .button_off { background: url(images/button_off.jpg); background-repeat: no-repeat; background-color: #230308; text-align: center; margin-top: 20px; margin-left: 20px; padding: 0px;  padding-top: 15px; width: 140px; height: 55px; color: #FFFFFF; position: relative; left: 0px; top: 0px;}

a:hover .button_off { background: url(images/button_over.jpg); background-repeat: no-repeat; background-color: #230308; text-align: center; margin-top: 20px; margin-left: 20px; padding: 0px;  padding-top: 15px; width: 140px; height: 55px; color: #FFFFFF; position: relative; left: 0px; top: 0px;}


/***********************************************************************/
/* Login dialogs */
/***********************************************************************/

#login_background { background-color: #CCCCCC; margin-top: 20px; margin-left: 10px; width: 300px; height: 100px; position: relative; left: 0px; top: 0px; }

.login_user_label { width: 70px; height: 25px; position: relative; left: 10px; top: 10px; }

.login_user_input { width: 200px; height: 25px; position: absolute; left: 90px; top: 10px; }

.login_password_label { width: 70px; height: 25px; position: absolute; left: 10px; top: 40px; }

.login_password_input { width: 200px; height: 25px; position: absolute; left: 90px; top: 40px; }

.login_submit { margin-top: 10px; margin-bottom: 10px; width: 70px; height: 25px; position: absolute; left: 10px; top: 60px; }


/***********************************************************************/
/* Registration dialog */
/***********************************************************************/

#registration_background {background-color: #CCCCCC; width: 530px; height:600px; position: relative; left: 10px; top: 10px; }


#email_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 130px; }

#email_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 130px; }

#password_1_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 160px; }

#password_1_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 160px; }

#password_2_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 190px; }

#password_2_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 190px; }

#first_name_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 220px; }

#first_name_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 220px; }

#last_name_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 250px; }

#last_name_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 250px; }

#institution_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 280px; }

#institution_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 280px; }

#address_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 310px; }

#address_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 310px; }

#city_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 340px; }

#city_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 340px; }

#state_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 370px; }

#state_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 370px; }

#zip_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 400px; }

#zip_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 400px; }

#country_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 430px; }

#country_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 430px; }

#phone_label { width: 150px; height: 25px; position: absolute; left: 10px; top: 460px; }

#phone_input { width: 300px; height: 25px; position: absolute; left: 160px; top: 460px; }

#registration_submit { margin-top: 10px; margin-bottom: 10px; width: 70px; height: 25px; position: absolute; left: 10px; top: 480px; }

/***********************************************************************/
/* Text and Image boxes */
/***********************************************************************/

/* Index */
#title_index{ text-align: center; line-height: 50px; background-color: #9A9090; width: 800px; height: 50px;   margin-left: auto; margin-right: auto; position: relative; }

#image_box_left_index{ background-color: #FFFFFF; width: auto; height: auto;  margin-top: 20px; margin-left: 50px; margin-right: auto; position: relative; float: left}
#image_box_right_index{ background-color: #FFFFFF; width: 120px; height: 200px; margin-top: 20px; margin-left: auto; margin-right: 50px; position: relative; }

#signature_index { background: url(images/mariele.gif); background-repeat: no-repeat; width: 400px; height: 93px; color: #FFFFFF; margin-top: 50px; margin-left: 30px; margin-right: auto; position: relative;  float: left }
#address_index{ text-align: center; line-height: 15px; background-color: #BEBABA; width: 400px; height: 70px;   margin-left: auto; margin-right: auto; position: relative; }

/* Sub Menu Handling */
#sub_title_box{ text-align: center; line-height: 50px; background-color: #BEBABA; width: 600px; height: 100px;   margin-top: 50px; margin-left: auto; margin-right: auto; position: relative; }
#sub_menu{ text-align: center; line-height: 50px; background-color: #9A9090; width: 800px; height: 50px;   margin-left: auto; margin-right: auto; position: relative; }
#sub_menu_link{ text-align: left; white-space: nowrap; line-height: 50px; padding-left: 20px; background-color: #96969; width: 150px; height: 50px;  position: relative; float: left}


#image_box{ background-color: #BEBABA; width: auto; height: auto; position: relative; margin-top: 20px; margin-left: 20px; margin-right: 20px;}

#text_box { text-align: left; line-height: 25px; background-color: #BEBABA; padding-left: 20px; padding-right: 20px; width: 760px; height: auto;   margin-top: 10px; margin-left: auto; margin-right: 50px; position: relative;}
#text_box_narrow { text-align: left; line-height: 25px; background-color: #BEBABA; padding-left: 20px; padding-right: 20px; width: 500px; height: auto;   margin-top: 10px; margin-left: auto; margin-right: 50px; position: relative;}


/* Error, always beside the menu box */
.error {background-color: #FCC15A; padding-top: 20px; padding-left: 10px; width: 570px; height: 200px; position: relative; left: 220px; top: -590px;}


/***********************************************************************/
/* Fonts */
/***********************************************************************/

.Title_Font { font-family: Palatino; font-size: 32px; font-style: normal; font-weight: bold; color: #FFFFFF; }

.Slogan_Font { font-family: Palatino; font-size: 24px; font-style: italic; font-weight: bold; color: #FFFFFF; }

.Menu_Font { font-family: Palatino; font-size: 20px; font-style: normal; font-weight: bold; color: #FFFFFF; }

.Menu_Font_Active { font-family: Palatino; font-size: 20px; font-style: normal; font-weight: bold; color: #FFFFFF; }

.Menu_2_Font { font-family: Palatino; font-size: 20px; font-style: normal; font-weight: normal; }

.Tiny_Font { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #BEBABA; }


.Heading_1_Font { font-family: Palatino; font-size: 24px; font-style: normal; font-weight: bold; color: #800000; }
.Heading_2_Font { font-family: Palatino; font-size: 18px; font-style: normal; font-weight: bold; color: #800000; }

.Base_Font{ font-family: Palatino; font-size: 16px; font-style: normal; font-weight: normal; color: #000000; }
.Base_Font_Bold{ font-family: Palatino; font-size: 16px; font-style: normal; font-weight: bold; color: #000000; }
.Base_Font_Brown{ font-family: Palatino; font-size: 16px; font-style: normal; font-weight: normal; color: #800000; }
.Base_Font_Brown_Bold{ font-family: Palatino; font-size: 16px; font-style: normal; font-weight: bold; color: #800000; }

.BasePlain { font-family: Palatino; font-size: 12px; font-style: normal; font-weight: normal; color: #000000;}
.BasePlainRed { font-family: Palatino; font-size: 12px; font-style: normal; font-weight: normal; color: #FF0000; }

.mainMenuFont { font-family: Palatino; font-size: 20px; font-style: normal; font-weight: bold; color: #4040FF; }
.buttonFont { font-family: Palatino; font-size: 20px; font-style: normal; font-weight: bold; }




