/* Generic styles that should never be changed */


/* Generic sizes */
.width10{width: 10px;}    
.width25{width: 25px;}  
.width40{width: 40px;}     
.width50{width: 50px;}   
.width75{width: 75px;}
.width100{width: 100px;}  
.width125{width: 125px;} 
.width150{width: 150px;} 
.width175{width: 175px;}

.width200{width: 200px;}  
.width250{width: 250px;}

.width300{width: 300px;}  
.width350{width: 350px;}

.width400{width: 400px;}  
.width425{width: 425px;} 
.width450{width: 450px;}

.width500{width: 500px;}  
.width550{width: 550px;}

.width600{width: 600px;}  
.width650{width: 650px;}

.width700{width: 700px;}  
.width750{width: 750px;}

.width800{width: 800px;}  
.width850{width: 850px;}

.width900{width: 900px;}  
.width950{width: 950px;}

.width1000{width: 1000px;}  
.width1050{width: 1050px;}

.width1100{width: 1000px;}  
.width1150{width: 1050px;}

.width1200{width: 1000px;}  
.width1250{width: 1050px;}




.height50{height: 50px;}
.height100{height: 100px;}
.height150{height: 150px;}
.height200{height: 200px;}
.height300{height: 300px;}
.height400{height: 400px;}
.height500{height: 500px;}


/* Generic floats & positions & margins */
.floatLeft{float:left;}
.floatRight{ float:right; }
.left{float:left}
.right{float:right}
.verticleAlign{vertical-align:middle}
.textAlignRight{ text-align:right;}
.textAlignCenter{ text-align:center;}
.clear{clear:both}
.center{margin-left:auto; margin-right:auto}
.displayInline{display:inline;}

.marginLeft{margin-left:10px}

.margin0{margin:0px;}
.margin10{margin:10px;}
.margin20{margin:20px;}

.padding0{padding:0px;}
.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

/* Generic colours */
.white{color:#ffffff;}
.grey{color:#cccccc;}

.blackBorder{border:solid 1px black;}
.darkGreyBorder{border:solid 1px #666666;}
.lightGreyBorder{border:solid 1px #999999;}