/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* this removes the formatting from the Latest News block */
/*
.latest_news {
    border: 0;
    padding-top: 0px;
    background-color: transparent;
}
*/

/* this removes the left hand border */
/*
.mainborder {
    width: 0px;
    background: #211a16;
}

.templatebody {
    background: #211a16;
}
*/
#portal {
}
#widget_col_0 { 
    float:left;
    width: 10%;
    border-right: 1px solid #ccc;
}

#widget_col_1 {
    float:left;
    width: 28%;
    border-right: 1px solid #ccc;
}   

#widget_col_2 { 
    float:left;
    width: 28%;  
    border-right: 1px solid #ccc;
}   

#widget_col_3 { 
  float:left;
  width: 28%;  
}   

/* Sliding doors technique */
.widget_nw {
	/*background:transparent url(default/top_left.gif) no-repeat;
	height:30px;*/
}     

.widget_w {
  /*border-left:1px solid #B9B9B9;  */
}

.widget_sw {
/*	background:transparent url(default/bottom_left.gif) no-repeat;
	height:15px;*/
}

.latestnews_title {
    color: #211a16;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align:left;   
    padding-left: 8px;
}
.latestnews_content {
    border: 1px solid #211a16;
    background-color: #fff;
    text-align:left;   
    padding: 10px 8px 10px 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.test_title {
    background-color: #211a16;
    color: #b99852;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-align:left;   
    padding-left: 8px;
}
.test_content {
    background-color: #211a16;
    text-align:left;   
    padding-left: 8px;
}

.widget_title {
    /*background:  url(default/top_right.gif) repeat-x right top;*/
    color: #211a16;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 25px;
    /*margin:0 0 0 15px;
    padding:5px 0 0 0 ;*/
    text-align:left;   
    padding-left: 8px;
}

.widget_content {
    /*background-color:#FDFDFD;*/
    color: #211a16;
    /*font:normal 12px/1em Tahoma, Arial, sans-serif;*/
    overflow:hidden;  
    padding:5px;
    border: 0;
    /*border-right: 1px solid #B9B9B9;    */
    margin-right:5px;
}

.widget_statusbar {
    background:transparent url(default/bottom_right.gif) repeat-x right top;
    font-size:8px;
    height:15px;
    margin-left:11px;
}   
     
.widget_draggable {
    cursor:move;
}   

/* Ghost */
.widget_ghost {
    background:#FFF; 
    opacity: 0.5;  
    filter:alpha(opacity=50);	
    position:relative;  
    border: 3px dashed #F00;      
    margin:0px;
    padding:0;  
}

/* edit and delete buttons */
#edit_button {
    position:relative;   
    float:right;
    width:16px;
    height:16px;
    background: url(edit.png);    
    /*behavior: url(stylesheets/png.htc);   */
    margin-top: 7px;
    margin-right:5px;
}

#delete_button {
    position:relative;   
    float:right;
    width:16px;
    height:16px;
    background: url(delete.png);
    /*behavior: url(stylesheets/png.htc);*/
    margin-top: 7px;
    margin-right:5px;
}

/* THIS IS THE REAL STUFF */
table.helpbox {
    background-color: #EAD5D5;
}

td.helpheader {
    font-size: 14px;
    font-weight: bold;
}

td.helptext {
    font-size: 12px;
}

.code {
    border: solid 1px #000000;
    padding: 6px;
    background-color: #f9f9d5;
    font-family: Courier;
}

/* additions for addon enhancement */
#a7 { left: -165px; }
#a8 { left: -190px; }
#tngnav a#a7 { left: -165px; } 
#tngnav a#a8 { left: -190px; } 
