/*
CSS file for Theme 1
*/
/*
Text
*/

#border{
	border-top: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	
	}
	
#borderendrow{
	border-bottom: 1px dotted #BBBBBB;	
	border-top: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	}
	
#borderendcolumn{
	border-right: 1px dotted #BBBBBB;	
	border-top: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	}	
	
#borderendcolumnrow{
	border-right: 1px dotted #BBBBBB;	
	border-top: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;		
	}	
#fullborder{
		border-right: 1px dotted #BBBBBB;	
		border-top: 1px dotted #BBBBBB;
		border-left: 1px dotted #BBBBBB;
		border-bottom: 1px dotted #BBBBBB;		
	}	
	
#borderright{
	border-right: 1px dotted #BBBBBB;	
	}
#borderleft{
	border-left: 1px dotted #BBBBBB;	
	}	
	
#bordertop{
		border-top: 1px dotted #BBBBBB;
		
	}