﻿/* padding and margin */
.mb0
    {
        margin-bottom: 0px;
    }
    
.mb5
	{
		margin-bottom: 5px;
	}
	
.ml5
	{
		margin-left: 5px;
	}
	
.ml10
	{
		margin-left: 10px;
	}

.mb10
	{
		margin-bottom: 10px;
	}
	
.mt5
	{
		margin-top: 5px;
	}
	
.mt10
	{
		margin-top: 10px;
	}
	
.mt15
	{
		margin-top: 15px;
	}
	
.mt20
	{
		margin-top: 20px;
	}
	
.mt30
	{
		margin-top: 30px;
	}
	
.padt15
	{
		padding: 15px 0px 0px 0px;
	}
	
.padl13
	{
		padding-left: 3px;
	}
	
.padl10
	{
		padding-left: 10px;
	}
	
.clearboth
	{
		clear: both;
	}

.linenormal
	{
		line-height: normal;
	}

.taleft
	{
		text-align: left;
	}

.taright
	{
		text-align: right;
	}
	
.center
	{
		text-align: center;
	}
	
/* colors */
.black
	{
		color: #000;
	}
	
.green
	{
		color: #00aa00;
	}
	
.dkred
	{
		color: #c30f29;
	}
	
.dkgreen
	{
		color: #0aa40a;
	}
	
.lightgray
	{
		color: #777777;
	}
	
.sswhite
	{
		color: #fff;
	}
	
.warning
	{
		color: #ff0000;
	}
	
.warningborder 
	{
		border: solid 1px #ff0000 !important;
	}
	
	
	
/* fonts */
.font12
	{
		font-size: 12px;
	}

.h3
	{
		color: #00529b;
		font-size: 15px;
		font-weight: bold;
		font-family: Trebuchet MS;
	}
	
.bold
	{
		font-weight: bold;
	}
	
.normal
    {
        font-size: 85%;
    }
	
.normal_sm
	{
		font-size: 80%;
	}

.small
    {
        font-size: 75%;
    }

.smaller
    {
        font-size: 70%;
    }

/* modal */
.modalBackground
	{
		background-color: #CCCCCC;
		filter:alpha(opacity=70);
		opacity:0.7;
	}
	
.modal_lt
	{
		font-size: 5px;
		width: 18px;
		height: 16px;
		background-image: url(../images/modal_lt.png);
		background-repeat: no-repeat;
	}
	
.modal_top
	{
		font-size: 5px;
		height: 16px;
		background-image: url(../images/modal_top.png);
	}
	
.modal_rt
	{
		font-size: 5px;
		width: 22px;
		height: 16px;
		background-image: url(../images/modal_rt.png);
		background-repeat: no-repeat;
	}
	
.modal_l
	{
		font-size: 5px;
		width: 18px;
		background-image: url(../images/modal_l.png);
	}
	
.modal_r
	{
		font-size: 5px;
		width: 22px;
		background-image: url(../images/modal_r.png);
	}
	
.modal_lb
	{
		font-size: 5px;
		width: 18px;
		height: 29px;
		background-image: url(../images/modal_lb.png);
		background-repeat: no-repeat;
	}
	
.modal_bottom
	{
		font-size: 5px;
		height: 29px;
		background-image: url(../images/modal_bottom.png);
	}
	
.modal_rb
	{
		font-size: 5px;
		width: 22px;
		height: 29px;
		background-image: url(../images/modal_rb.png);
		background-repeat: no-repeat;
	}