/*
# # # # # # # # # # # # # #

GLOBAL CLASSES

# # # # # # # # # # # # # #
*/


.alt1 {
	background: #f4f4f4;
	border: 1px dotted #dadada;
}

.alt2 {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.success {
	background: #f9f9d3;
	border: 1px dashed #e1e1c4;
	color: #5d5d4d;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px; 
}

.errormsg {
	background: #ce5a43 url('../../../../dos-admin/images/icons/exclamation.png') 5px 4px no-repeat;
	border: 1px solid #af3c25;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px 5px 5px 25px;
}

.error {
	color: #ff0000;
}

a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
}

.navigation {
	font-size: 12px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.divider {
	margin: 30px;
}

.dottedDiv {
	border-top: 1px dotted #dadada;
	margin: -8px 0 20px 0;
}

.small {
	color: #909090;
	font-size: 10px;
}

.medium {
	color: #505050;
	font-size: 12px;
}

.online {
	color: #70d428;
	font-weight: bold;
}

.offline {
	color: #cd4b4b;
	font-weight: bold;
}

ul.archive_list {
	list-style: none;
	margin-left: -40px;
}

ul.archive_list li {
	margin-bottom: 3px;
}
