/**********************************************************
* General styles
**********************************************************/
body
     {
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 10px;
     background-color: #FFFFFF;
     }

img
     {
     border: 0px;
     display: block;
     }     
    
h1, h2, h3, h4 {
    font-family:verdana;    
    }

h1 {font-size: 18px;}
h2 {font-size: 16px; border-bottom: 1px solid #7e121c;}
h3 {font-size: 14px; margin:3px}       
h4 {font-size: 12px;}    

#imgborder
        {
    border: 1px solid #000000;
    }
     
form
     {
     margin: 0px;
     }

.center
     {
     margin-left:auto;
     margin-right:auto;
     }

a:hover
     {
     text-decoration: none;
     }

a
     {
     color: #355982;
     font-size: 11px;
     font-family: verdana;
     }

.image_border
     {
     border: 1px solid #000000;
     }

/**********************************************************
* Text styles
**********************************************************/
.text
     {
     color: #355982;
     font-size: 12px;
     font-family: tahoma;
     }

.text_black
     {
     color: #000000;
     font-size: 11px;
     font-family: verdana;
     }

.text_bold
     {
     color: #355982;
     font-size: 11px;
     font-family: tahoma;
     font-weight: bold;
     }

.text_header
     {
     color: #26609e;
     font-size: 15px;
     font-family: tahoma;
     font-weight: bold;
     }

.text_header_big
     {
     color: #222222;
     font-size: 15px;
     font-family: verdana;
     font-weight: bold;
     }

.text_small
     {
     font-size: 9px;
     }

.small_text_bold
     {
     color: #666666;
     font-size: 10px;
     font-family: tahoma;
     font-weight: bold;
     }

.title
     {
     font-family: tahoma;
     font-size: 14px;
     padding:3px;
     font-weight:bold;
     border-bottom: solid 1px #cccccc;
     }
     
.leftcontent
    {
  float:right; 
  width:530px; 
  padding-bottom:10px;
  padding-right:10px; 
  margin-top:10px;  
  }
/**********************************************************
* Pager Ui styles
**********************************************************/
.pagerui_link
     {
     font-family: tahoma;
     font-size: 12px;
     margin:3px;
     color: #666666;
     }

.pagerui_text
     {
     font-family: tahoma;
     font-size: 12px;
     margin:3px;
     color: #666666;
     }

/**********************************************************
* MsgBox Ui styles
**********************************************************/
.msgbox_text
     {
     color: #000000;
     font-size: 11px;
     font-family: verdana;
     }

.msgbox_text_bold
     {
     color: #000000;
     font-size: 11px;
     font-family: verdana;
     font-weight: bold;
     }

.msgbox_button
     {
     font-family: tahoma;
     text-decoration:none;
     display:inline;
     padding-left:10px;
     padding-right:10px;
     background-color:#215995;
     padding-bottom:1px;
     color: #ffffff;
     font-weight:bold;
     font-size:10px;
    }

.msgbox_title
     {
     font-family: tahoma;
     font-size: 14px;
     padding:3px;
     font-weight:bold;
     border-bottom: solid 1px #cccccc;
     }

/**********************************************************
* Form control styles
**********************************************************/
.textfield
     {
     font-family:tahoma;
     font-size:11px;
     background-color:#FFFFFF;
     border:1px solid #ABABAB;
     color:#666666;
     }

.textarea
     {
     font-family:tahoma;
     font-size:11px;
     background-color:#FFFFFF;
     border:1px solid #ABABAB;
     color:#000000;
     }

.login_textfield
     {
     height:10px;
     font-family:tahoma;
     font-size:10px;
     background-color:#FFFFFF;
     border:1px solid #ABABAB;
     color:#666666;
     }

.button
     {
     font-family: tahoma;
     text-decoration:none;
     display:inline;
     border: solid 1px #000000;
     padding-left:10px;
     padding-right:10px;     
     margin:10px;
     background-color:#215995;
     color: #ffffff;
     font-weight:bold;
     font-size:10px;
     }

/**********************************************************
* Upload Ui styles
**********************************************************/
.uploadui_text
     {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     }

.uploadui_text_bold
     {
     font-weight: bold;
     }

.uploadui_button
     {
     font-family: tahoma;
     text-decoration:none;
     display:inline;
     border: solid 1px;
     padding-left:10px;
     padding-right:10px;
     background-color:#999999;
     padding-bottom:1px;
     color: #ffffff;
     font-weight:bold;
     font-size:10px;
     }


/* !!!To reorganize the following...!!!! */


/* Panel styles */
.panel_header
     {
     color: #ffffff;
     font-size: 11px;
     font-family: verdana;
     font-weight: bold;
     /*background-image:url('/images/misc/forum_panel_header_background.jpg');*/
     }

.panel_body
     {
/*
     border: solid 1px #7D7E7E;
     background-color:#FAFCDF;*/
     }
