﻿/* Applications Global */
.faded
{
  
	opacity: 0.35; 
	-moz-opacity: 0.35; 
	-khtml-opacity: 0.35; 
	filter: alpha(opacity=35); 	
}
.lighter
{
	opacity: 0.75; 
	-moz-opacity: 0.75; 
	-khtml-opacity: 0.75; 
	filter: alpha(opacity=75); 	
}

.nofade
{
	opacity: 1; 
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	filter: alpha(opacity=100); 	
}
.larger
{
	font-size: 120%;
}
.smaller
{
	font-size: 80%;
}
.smaller90
{
	font-size: 90%;
}
.float-r
{
	float: right;
}

.float-l
{
	float: left;
}
.lmar-b
{
	margin-bottom: 5px;
}
.lmar-t
{
	margin-top: 5px;
}

.lmar-l
{
	margin-left: 5px;
}
.smar-l
{
	margin-left: 5px;
}
.smar-r
{
	margin-right: 5px;
}
.lmar-r
{
	margin-right: 5px;
}
.mar-b
{
	margin-bottom: 10px;
}
.mar-t
{
	margin-top: 10px;
}

.mar-l
{
	margin-left: 10px;
}

.mar-r
{
	margin-right: 10px;
}
.smar-r
{
	margin-right: 5px;
}
.pad
{
	padding: 10px;
}
.spad
{
	padding: 5px;
}
.pad-b
{
	padding-bottom: 10px;
}

.pad-t
{
	padding-top: 10px;
}

.pad-l
{
	padding-left: 10px;
}

.pad-r
{
	padding-right: 10px;
}
.spad-b
{
	padding-bottom: 5px;
}

.spad-t
{
	padding-top: 5px;
}

.spad-l
{
	padding-left: 5px;
}

.spad-r
{
	padding-right: 5px;
}
.clear
{
	clear: both;
}
.white
{
	color: #FFFFFF;
}
.bold
{
	font-weight: bold;
}
h2
{
	font-size: 21px;
}
.size_50
{
	width: 50px !important;
}
.size_70
{
	width: 70px !important;
}
.size_100
{
	width: 100px !important;
}
.size_130
{
	width: 130px !important;
}
.size_150
{
	width: 150px !important;
	_width: 148px !important;	
}
.size_160
{
	width: 155px !important;
	_width: 153px !important;	
}
.size_170
{
	width: 173px !important;
}
.size_180
{
	width: 180px !important;
}
.size_200
{
	width: 200px !important;
}
.size_210
{
	width: 210px !important;
}
.size_220
{
	width: 220px !important;
}
.size_230
{
	width: 230px !important;
}
.size_250
{
	width: 250px !important;
}
.size_280
{
	width: 280px !important;
}
.size_300
{
	width: 300px !important;
}
.size_310
{
	width: 315px !important;
}
.size_350
{
	width: 350px !important;
}
.size_400
{
	width: 400px !important;
}
.size_430
{
	width: 430px !important;
}
.size_450
{
	width: 450px !important;
}
.size_500
{
	width: 500px !important;
}
.size_520
{
	width: 520px !important;
}
.size_540
{
	width: 540px !important;
}
.size_560
{
	width: 560px !important;
}
.size_600
{
	width: 600px !important;
}
.size_650
{
	width: 650px !important;
}
.size_700
{
	width: 700px !important;
}
.height_300
{
	height: 300px;
}
.height_350
{
	height: 350px;
}
.height_380
{
	height: 380px;
}
.height_400
{
	height: 400px;
}
.height_450
{
	height: 450px;
}
.height_500
{
	height: 500px;
}
table
{
	padding: 0px;
	margin: 0px;
}
.border
{
	border: 1px solid red;
}
.negative_left5
{
	margin-left: -5px;
}
.clean
{
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-decoration: none;
}
input[type=text]
{
	padding: 0px;
	margin: 0px;
	/*font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;*/
}
.relative 
{
	position: relative;

}
.absolute 
{
	position: absolute;

}
.left0
{
	left: 0px;
}
.hide
{
	visibility: hidden;
}
.row
{
	height: 22px;
}
.regular
{
	font-weight: normal;
}
.divider
{
	border-bottom: 1px solid #48143e;
	height: 5px;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}

#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
		opacity: 0.85; 
		-moz-opacity: 0.85; 
		-khtml-opacity: 0.85; 
		filter: alpha(opacity=85); 
    /*display: none;*/
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.cursor
{
	cursor: pointer;
}

