/****************************************************************************************/
/* TMS Dialog CSS                                                                       */
/****************************************************************************************/
/*                                                                                      */
/*                  Dialog View                                                         */
/*   +-------------------------------------+                                            */
/*   |                                     |                                            */
/*   |             header                  |                                            */
/*   |                                     |                                            */
/*   +-------------------------------------+                                            */
/*   |                                     |                                            */
/*   |          dialog                     |                                            */
/*   |          +---------------+          |                                            */
/*   |          |  dialogHeader |          |                                            */
/*   |          +---------------+          |                                            */
/*   |          |               |          |                                            */
/*   |          |  dialogMain   |          |                                            */
/*   |          |               |          |                                            */
/*   |          +---------------+          |                                            */
/*   |          |  dialogFooter |          |                                            */
/*   |          +---------------+          |                                            */
/*   |                                     |                                            */
/*   |                                     |                                            */
/*   +-------------------------------------+                                            */
/*   |               footer                |                                            */
/*   +-------------------------------------+                                            */
/*                                                                                      */
/* Design Hints:                                                                        */
/*                                                                                      */
/*  - Changing the top background color:     .headerLogo { background-color:#XXXXXX; }  */
/*  - Changing the foooter background color: .footer     { background-color:#XXXXXX; }  */
/*                                                                                      */
/*****************************************************************************************/

/*** global ***/
input.std    { width:120px; }
input.submit { width:80px;  }
.stdTextLabel 		{ font-family:verdana; font-size:11px; color:444444; font-weight:normal; }
body 				{ margin:0px; padding:0px; }
table				{ border-collapse: collapse; padding:0px; }

/*** main view ***/
.header 			{ background-color:#39557B; text-align:center; height:60px; border-bottom:solid #222222 1px; }
.main	 			{ background-color:#D6D6D6; text-align:center; border-bottom:solid #666666 1px; }
.statusbar 			{ background-color:#A5B2C6; text-align:center; height:32px; }

/*** Dialog classes ***/
.dialog { width: 260px; height: 180px; }
#dialogContainer { position: relative; background: #bbbbbb; margin: 4px;  } 
#dialogContent   { border: none; background: #ffffff; position: relative; left: -2px; top: -2px; border : solid #666666 1px }
.dialogHeader 		{ background-color:#D2D6DB; text-align:left; border-bottom:solid #666666 1px; padding:2px; height:32px; }
.dialogHeaderText 	{ font-family:verdana; font-size:14px; font-weight:bold; color:444444; }
.dialogFooter 		{ background-color:#D2D6DB; text-align:center; border-top:solid #666666 1px; padding:2px; height:40px; }


fieldset     { width: 95%; padding: 4px; margin: 4px; font-family:verdana; font-size:11px; color:888888; }
legend.info  { font-family:verdana; font-size:11px; color:88ffff; }
legend.error { font-family:verdana; font-size:11px; color:888888; }
                      
/* Contacts */
.tabLabel{ font-family:verdana; font-size:11px; }
input.addressbook{ height:20px; width:100%; font-family:arial,verdana; font-size:11px; }
                                                    
