﻿/*
-------------------------------------------------------
	contentbox CSS 
------------------------------------------------------- 
 */
 
.boxtlcorner {
		background-image: url(contentbox/main/tlcorner.gif);
		background-repeat: no-repeat;
}

.boxtrcorner {
		background-image: url(contentbox/main/trcorner.gif);
		background-repeat: no-repeat;
}

.boxblcorner {
		background-image: url(contentbox/main/blcorner.gif);
		background-repeat: no-repeat;
}

.boxbrcorner {
		background-image: url(contentbox/main/brcorner.gif);
		background-repeat: no-repeat;
}

.boxheader {
		background-image: url(contentbox/main/top.gif);
		background-repeat: repeat-x;
		color:#FFFFFF;
}
.boxheader a {
		color:#FFFFFF!important;
}

.boxfooter {
		background-image: url(contentbox/main/bottom.gif);
		background-repeat: repeat-x;
}

.boxcontent {
		background:#FFFFFF;
		color: #000000;
}

.boxcontent a {
    color: #000;
}

/* 
-------------------------------------------------------
	subcontentbox CSS 
------------------------------------------------------- 
 */
 
#subcontent .boxtlcorner {
		background-image: url(contentbox/subcontent/tlcorner.png);
		background-repeat: no-repeat;
}

#subcontent .boxtrcorner {
		background-image: url(contentbox/subcontent/trcorner.png);
		background-repeat: no-repeat;
}

#subcontent .boxblcorner {
		background-image: url(contentbox/subcontent/blcorner.gif);
		background-repeat: no-repeat;
}

#subcontent .boxbrcorner {
		background-image: url(contentbox/subcontent/brcorner.gif);
		background-repeat: no-repeat;
}

#subcontent .boxheader {
		background-image: url(contentbox/subcontent/top.gif);
		background-repeat: repeat-x;
	    color:#FFF;
}

#subcontent .boxfooter {
		background-image: url(contentbox/subcontent/bottom.gif);
		background-repeat: repeat-x;
}

#subcontent .boxcontent {
		background:#FFFFFF;
		color: #000000;
	    border-style: solid;
	    border-color: #FF9900;
	    border-width: 0px 1px 1px 1px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
padding-bottom:9px;
}

/* 
-------------------------------------------------------
	singlebox CSS 
------------------------------------------------------- 
 */
 
#singlebox .boxtlcorner {
		background-image: url(singlebox/subcontent/tlcorner.png);
		background-repeat: no-repeat;
}

#singlebox .boxtrcorner {
		background-image: url(singlebox/subcontent/trcorner.png);
		background-repeat: no-repeat;
}

#singlebox .boxblcorner {
		background-image: url(singlebox/subcontent/blcorner.gif);
		background-repeat: no-repeat;
}

#singlebox .boxbrcorner {
		background-image: url(singlebox/subcontent/brcorner.gif);
		background-repeat: no-repeat;
}

#singlebox .boxheader {
		background-image: url(singlebox/subcontent/top.gif);
		background-repeat: repeat-x;
	    color:#000000;
}

#singlebox .boxfooter {
		background-image: url(singlebox/subcontent/bottom.gif);
		background-repeat: repeat-x;
}

#singlebox .boxcontent {
		background:#FFFFFF;
		color: #000000;
	    border-style: solid;
	    border-color: #FF9900;
	    border-width: 0px 1px 0px 1px;
}




/* 
-------------------------------------------------------
*/

#messagebox .boxtlcorner {
		background-image: url(contentbox/conf/tlcorner.gif);
		background-repeat: no-repeat;
		
}

#messagebox .boxtrcorner {
		background-image: url(contentbox/conf/trcorner.gif);
		background-repeat: no-repeat;
		
}

#messagebox .boxheader {
		background-image: url(contentbox/conf/top.gif);
		background-repeat: repeat-x;
	    color:#000000;
	   
}