/* ALIGNMENT */
.TextAlignLeft{text-align: left;}
.TextAlignRight{text-align: right;}
.TextAlignCenter{text-align: right;}
.TextAlignJustify{text-align: justify;}

/* Width */
.width5{width: 5px;}
.width8{width: 8px;}
.width10{width: 10px;}
.width12{width: 12px;}
.width15{width: 15px;}
.width20{width: 20px;}
.width25{width: 25px;}
.width30{width: 30px;}
.width35{width: 35px;}
.width40{width: 40px;}
.width45{width: 45px;}
.width50{width: 50px;}
.width55{width: 55px;}
.width60{width: 60px;}
.width65{width: 65px;}
.width70{width: 70px;}
.width75{width: 75px;}
.width80{width: 80px;}
.width85{width: 85px;}
.width90{width: 90px;}
.width95{width: 95px;}
.width100{width: 100px;}
.width110{width: 110px;}
.width125{width: 125px;}
.width130{width: 130px;}
.width150{width: 150px;}
.width160{width: 160px;}
.width175{width: 175px;}
.width200{width: 200px;}
.width225{width: 225px;}
.width250{width: 250px;}
.width300{width: 300px;}
.width325{width: 325px;}
.width350{width: 350px;}
.width400{width: 400px;}

.widthAuto{width: auto;}

.width20p{width: 20%;}
.width50p{width: 50%;}
.width100p{width: 100%;}


/* HEIGHT */
.height25{height: 25px;}
.height50{height: 50px;}
.height75{height: 75px;}
.height90{height: 90px;}
.height100{height: 100px;}
.height110{height: 110px;}
.height125{height: 125px;}
.height150{height: 150px;}
.height160{height: 160px;}
.height175{height: 175px;}
.height200{height: 200px;}
.height225{height: 225px;}
.height250{height: 250px;}
.height300{height: 300px;}
.height400{height: 400px;}
.heightAuto{height: auto;}


/* MARGIN */
.margintop4{margin-top: 4px;}
.margintop5{margin-top: 5px;}
.margintop10{margin-top: 10px;}
.margintop15{margin-top: 15px;}

.marginleft3{margin-left: 3px;}
.marginleft4{margin-left: 4px;}
.marginleft5{margin-left: 5px;}
.marginleft10{margin-left: 10px;}
.marginleft15{margin-left: 15px;}
.marginleft20{margin-left: 20px;}
.marginleft25{margin-left: 25px;}
.marginleft30{margin-left: 30px;}
.marginleft35{margin-left: 35px;}
.marginleft40{margin-left: 40px;}
.marginleft45{margin-left: 45px;}
.marginleft50{margin-left: 50px;}
.marginleft55{margin-left: 55px;}
.marginleft75{margin-left: 75px;}
.marginleft80{margin-left: 80px;}
.marginleft85{margin-left: 85px;}
.marginleft90{margin-left: 90px;}
.marginleft95{margin-left: 95px;}
.marginleft100{margin-left: 100px;}
.marginleft120{margin-left: 120px;}
.marginleft125{margin-left: 125px;}
.marginleft130{margin-left: 130px;}
.marginleft150{margin-left: 150px;}
.marginleft175{margin-left: 175px;}
.marginleft200{margin-left: 200px;}
.marginleft250{margin-left: 250px;}
.marginleft260{margin-left: 260px;}
.marginleft400{margin-left: 400px;}

.marginright0{margin-right: 0px;}
.marginright4{margin-right: 4px;}
.marginright5{margin-right: 5px;}
.marginright10{margin-right: 10px;}
.marginright15{margin-right: 15px;}
.marginright20{margin-right: 20px;}
.marginright25{margin-right: 25px;}
.marginright30{margin-right: 30px;}
.marginright35{margin-right: 35px;}
.marginright40{margin-right: 40px;}
.marginright45{margin-right: 45px;}
.marginright50{margin-right: 50px;}
.marginright55{margin-right: 55px;}
.marginright75{margin-right: 75px;}
.marginright80{margin-right: 80px;}
.marginright85{margin-right: 85px;}
.marginright90{margin-right: 90px;}
.marginright95{margin-right: 95px;}
.marginright100{margin-right: 100px;}
.marginright120{margin-right: 120px;}
.marginright125{margin-right: 125px;}
.marginright150{margin-right: 150px;}
.marginright175{margin-right: 175px;}
.marginright180{margin-right: 180px;}
.marginright182{margin-right: 182px;}
.marginright200{margin-right: 200px;}
.marginright250{margin-right: 250px;}
.marginright260{margin-right: 260px;}
.marginright400{margin-right: 400px;}



/* MOVE */
.MoveUp3{position:relative; top: -3px;}
.MoveUp5{position:relative; top: -5px;}
.MoveUp10{position:relative; top: -10px;}
.MoveUp20{position:relative; top: -20px;}
.MoveDown3{position:relative; top: 3px;}
.MoveDown5{position:relative; top: 5px;}
.MoveDown10{position:relative; top: 10px;}
.MoveDown15{position:relative; top: 15px;}
.MoveDown20{position:relative; top: 20px;}

.MoveRight20{position: relative; right: -20px;}
.MoveRight40{position: relative; right: -40px;}
 
 .MoveLeft10{position: relative; left: -10px;}
 .MoveLeft20{position: relative; left: -20px;}
 .MoveLeft25{position: relative; left: -25px;}
 .MoveLeft40{position: relative; left: -40px;}
 .MoveLeft50{position: relative; left: -50px;}
 .MoveLeft60{position: relative; left: -60px;}
 .MoveLeft62{position: relative; left: -62px;}
 .MoveLeft70{position: relative; left: -70px;}
 .MoveLeft100{position: relative; left: -100px;}




/* Displays, Floats, Overflows*/
.DisBlock{display: block;}
.float_right{float: right;}
.float_left{float: left;}

.clear{clear: left;}
.noclear{clear: none;}

.scroll{overflow: scroll;}
.of_auto{overflow: auto;}
.of_hidden{overflow: hidden;}
.of_visible{overflow: visible;}
.scrollx{overflow-y: hidden;overflow-x: scroll;}
.scrolly{overflow-x: hidden;overflow-y: scroll;}


.nowrap{white-space:nowrap;}




/* LINE HEIGHTS */
.lineht11{line-height: 11px;}


/* BACKGROUNDS */
.green_bg{background-image: url('../images/system_user_menu_bg_green.gif');}
.blue_bg{background-image: url('../images/system_user_menu_bg_blue.gif');}
.red_bg{background-image: url('../images/system_user_menu_bg_red.gif');}
.olive_bg{background-image: url('../images/system_user_menu_bg_olive.gif');}
.purple_bg{background-image: url('../images/system_user_menu_bg_purple.gif');color: #fff}
.ltblue_bg{background-image: url('../images/system_user_menu_bg_ltblue.gif');}
.silver_bg{background-image: url('../images/system_user_menu_bg_silver.gif');}
.gold_bg{background-image: url('../images/system_user_menu_bg_gold.gif');}
.plum_bg{background-image: url('../images/system_user_menu_bg_plum.gif');color: #fff;}
.gray_bg{background-image: url('../images/system_user_menu_bg_gray.gif');}
.brown_bg{background-image: url('../images/system_user_menu_bg_brown.gif');}
.ltbrown_bg{background-image: url('../images/system_user_menu_bg_ltbrown.gif');}


/*TEXT SIZES AND DECORATIONS  */
.font8{font-size: 8px;}
.font9{font-size: 9px;}
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font20{font-size: 20px;}
.underline{text-decoration: underline;}

.fontBold{font-weight:bold;}


/* Required */
.reqField{background-color: #FFFFA0;}




.alert{color: red;font-weight:bold;}

.SubmitMessage{
font-size: 18px;font-weight:bold;
}

.Myhr {width: 100%;height:1px;border-bottom: 1px solid #666;margin-top: 2px;margin-bottom:2px;}

.CallOutLeft,.CallOutRight{
visibility: hidden; 
width:150px;
height:100px;
font-size:10px;
font-weight:bold;
background-repeat:no-repeat;
opacity: .9;
filter: alpha(opacity=90);
}

.CallOutLeft{background-image: url('../images/callout_left.gif');}
.CallOutRight{background-image: url('../images/callout_right.gif');padding-left:10px;padding-top: 5px;}

.CallOutLeft div,.CallOutRight div{width: 120px;}


