/* Line color */
.Contitle_Black_UC
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-family: Tahoma, Arial;
}
/* Line silver */
.Contitle_Color_UC
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #336699;
	font-family: Tahoma, Arial;
}
/* Border silver */
.Contitle_ColorBold_11px
{
	font-weight: bold;
	font-size: 11px;
	color: #336699;
	font-family: Tahoma, Arial;
}
/* Silver border, Silver */
.Contitle_Black_11px
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial;
}
/* Border color */
.Contitle_BlackBold_11px
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Arial;
}
/* Links */
.Contitle_Black_12px
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma, Arial;
}
/* Color border, Color */
.Contitle_White_11px
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma, Arial;
}
.Contitle_Transparent
{
	font-weight: bold;
	font-size: 12px;
	color: #336699;
	font-family: Tahoma, Arial;
}
.Contitle_Admin
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: Tahoma, Arial;
}


/*=============================================*/
/*  Yellow container                           */
/*=============================================*/


td.YellowTL {
	background: url(yel_tl.gif) top left no-repeat #af851f;
	font-size: 1px;
}

td.YellowActions {
	background: #af851f;
	padding: 3px 0 0 0;
}

td.YellowTitle {
	background: #af851f;
	padding: 4px 0 4px 6px;
}

td.YellowTitle .Head {
	color: #fff;
	font-size: 11px;
}

td.YellowTR {
	background: url(yel_tr.gif) top right no-repeat #af851f;
	font-size: 1px;
}


td.YellowContent {
	padding: 8px 12px 6px 12px;
	background: #daa727;
}


td.YellowContent p, td.YellowContent .Normal, td.YellowContent a {
	color: #fff;
}


td.YellowBL {
	background: url(yel_bl.gif) bottom left no-repeat #daa727;
	font-size: 1px;
	height: 6px;
}


td.YellowBottom {
	background: #daa727;
	font-size: 1px;
	height: 6px;
}


td.YellowBR {
	background: url(yel_br.gif) bottom right no-repeat #daa727;
	font-size: 1px;
	height: 6px;
}



/*=============================================*/
/*  Green container                            */
/*=============================================*/


td.GreenLeft {
	width: 16px;
	height: 156px;
	background: url(grn_l.gif) top left no-repeat;
}

td.GreenRight {
	width: 16px;
	height: 156px;
	background: url(grn_r.gif) top right no-repeat;
}


td.GreenTop {
	background: url(grn_top.gif) top left repeat-x;
	height: 34px;
}


td.GreenActions {
        top: 5;
	padding: 4px 0 0 0;
        padding-top: 4px
}

td.GreenTitle {
	padding: 15px 0 0 4px;
        font-size: 
}

td.GreenTitle .Head {
	color: #fff;
	font-size: 11px;
}

td.GreenContent {
	padding: 12px 4px 0 4px;
}



/*==========================================*/
/*  Basic container                         */
/*==========================================*/


.BasicTitle {
	padding-top: 8px;
	border-bottom: 1px solid #61a119;
}

.BasicTitle .Head {
	color: #444;
	display: block;
	padding-bottom: 2px;
}

.BasicPrint {
	width: 1px;
	border-bottom: 1px solid #61a119;
}

.BasicActions {
	width: 1px;
	padding-top: 8px;
	border-bottom: 1px solid #61a119;
}

.BasicContent {
	padding: 10px 5px 0px 5px;
}




/*=============================================*/
/*  Rounded Blue container                     */
/*=============================================*/


td.BlueLeft {
	width: 12px;
	height: 22px;
	background: url(marlon/c21.gif) top left no-repeat;
}

td.BlueRight {
	width: 12px;
	height: 22px;
	background: url(marlon/c22.gif) top right no-repeat;
}


td.BlueTop {
	background: url(marlon/c21_22.gif) top left repeat-x;
	height: 22px;
}

td.BlueSideLeft {
	background: url(marlon/c14_11.gif) top left repeat-y;
}

td.BlueSideRight {
	background: url(marlon/c12_13.gif) top right repeat-y;
}

td.BlueBottomLeft {
	width: 10px;
	height: 10px;
	background: url(marlon/c14.gif) bottom left no-repeat;
}

td.BlueBottomRight {
	width: 10px;
	height: 10px;
	background: url(marlon/c13.gif) bottom right no-repeat;
}


td.BlueBottom {
	background: url(marlon/c13_14.gif) bottom left repeat-x;
	height: 10px;
}


td.BlueActions {
        top: 5;
	padding: 4px 0 0 3;
        padding-top: 4px
}

td.BlueTitle {
	padding: 5px 0 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size:  11px;
    	font-weight: Bold;
    	color: #ffffff;
}

td.BlueTitle .Head {
	color: #fff;
	font-size: 11px;
}

td.BlueContent {
	padding: 8px 4px 4px 4px;
}

