﻿/* 
================================
 Container Style
================================
*/   
.itcContent {
    /*background-image: url(img/worthbgd.jpg);
    background-position:left;
    background-repeat:repeat-y;*/
    background-color:White;
	padding-left:5px;padding-right:5px;padding-top:5px;
/*border:solid 1px #003e00;*/
	/*border-bottom:solid 1px gray;*/
	/*margin-bottom:10px;*/
}

.itcContent A:link, .itcContent A:active {
    text-decoration:    underline;
    color:  #333; 
    font-weight:bold;
    /*border-bottom:1px dotted #666;*/
}

.itcContent A:visited   {
    text-decoration:    underline;
    color:  #666;
    font-weight:bold;
    /*border-bottom:1px dotted #666;*/
}

.itcContent A:hover {
    text-decoration:    underline;
    color:  #000;
    font-weight:bold;
    border-bottom:0px;

}
A.noline {border-bottom:0px}

.clear {clear:both;}

.containersep {margin-bottom:5px;border:solid 1px white;}
.ortop {background: url(img/otop.jpg) 0 0 repeat-x;margin-left:2px;margin-right:1px;}
.orbot {background: url(img/obot.jpg) 0 100% repeat-x}
.orleft {background: url(img/oleft.jpg) 0 0 repeat-y}
.orright {background: url(img/oright.jpg) 100% 0 repeat-y}
.obl {background: url(img/obl.jpg) 0 100% no-repeat}
.obr {background: url(img/obr.jpg) 100% 100% no-repeat}
.otl {background: url(img/otl.jpg) 0 0 no-repeat}
.otr {background: url(img/otr.jpg) 100% 0 no-repeat; padding:8px} 
.grtop {background: url(img/gtop.jpg) 0 0 repeat-x;margin-left:2px;margin-right:1px;}
.grbot {background: url(img/gbot.jpg) 0 100% repeat-x}
.grleft {background: url(img/gleft.jpg) 0 0 repeat-y}
.grright {background: url(img/gright.jpg) 100% 0 repeat-y}
.gbl {background: url(img/gbl.jpg) 0 100% no-repeat}
.gbr {background: url(img/gbr.jpg) 100% 100% no-repeat}
.gtl {background: url(img/gtl.jpg) 0 0 no-repeat}
.gtr {background: url(img/gtr.jpg) 100% 0 no-repeat; padding:8px} 