/* CSS Document */

/* Atom CMS CSS */

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clr {
	clear: both;
}

.ctr {
	text-align: center;
}

.error_box {
    background: #fbe3e4;
    border:3px double #fbc2c4;
	padding: 1px 10px;
	margin: 1px 50px 15px 50px;
}
.error_box p {
    color:#d12f19;
	margin-top: 0;
	margin-bottom: 0;	
}
.success_box {
    background-color: #E6EFC2;
    border:3px double #C6D880;
	padding: 1px 10px;
	margin: 1px 150px 15px 150px;		
}
.success_box p {
    color:#529214;
}

body {
	margin: 0;
	padding: 0 0 75px 0;
	background-color: #FFF;
	color: #444;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;	
}

h1 {
	color: #444;
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
h1.title {
	float: left;
	color: #666;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
h1.title span {
	color: #FFF;
}

h2 {
	color: #444;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	margin-bottom: 25px;
}

h3 {
	color: #444;
	font-size: 11px;
}

a,a:link, a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #ff5400;
}
a:hover, a:active {
	color: #ff5400;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

p {
	color: #444;
	text-align: justify;
}
p.error {
	color: #FF0000;
}
p.breadcrumb {
	color: #666;
	background-image: url(../images/breadcrumb_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 715px; /* 760 */
	margin: 0 auto;
	padding: 10px 10px 12px 35px;
}
p.breadcrumb a {
	color: #666;
}
p.breadcrumb a:hover {
	color: #333;
}

span.imgholder {
	width: 50px;
	height: 50px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
	text-align: center;
	color: #CCC;
	margin: 5px;
}

#btn_links li {
	list-style-image: none;
	list-style-type: none;
	height: 30px;
	margin: 0 0 10px 0;	
}
#btn_links li a {
	width: 250px;
	height: 20px;
	padding: 5px;
	border: 3px double #BBB;
	background-color: #F3F3F3;
	color: #444;
	display: block;
	margin: 0;
}
#btn_links li a:hover {
	width: 250px;
	height: 20px;
    background-color:#E6EFC2;
    border:3px double #C6D880;
    color:#529214;
	padding: 5px;
	margin: 0;	
}

a.no_border {
	border: 0;
}

ul.file {
	margin-left: 0;
	padding-left: 0;
}

li {
	list-style-image: url(../images/li.jpg);
}
li.file {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	line-height: 175%;
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ECECEC;
	padding-left: 0;
	padding-bottom: 5px;
}

/* FORMS */

input, select, textarea, button {
	background-image: url(../images/input_bgr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fbfbfb;
	border: 1px solid #999;
	padding: 2px;
	margin: 2px;
}

.view_table {
	margin: 0 auto;
	width: 740px;
	border-bottom: 1px solid #AAA;
}
.view_table p {
	color: #333;
}
.view_table td {
	border-bottom: 1px solid #DDD;
}
.view_table tr td {
	padding-top: 8px;
	border-right: 1px dotted #CCC;
}
.view_table th {
	background-color: #ff702a;
	border-right: 1px solid #ff9d6d;
	color: #FFF;
	text-align: center;
	height: 30px;
	font-weight: normal;
	background-image: url(../images/th.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.view_table td, .view_table tr.odd td {
	background-color: #F3F3F3;
	line-height: 140%;
	padding: 3px 6px;
}
.view_table tr.even td {
	background-color: #FAFAFA;
}
.view_table tr.filter td {
	background-color: #fcfcfc;
	background-image: url(../images/filter_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #BBB;
}
.view_table tr.filter td p {
	margin: 0;
	padding: 2px 0 3px 0;
}
.view_table tr.filter input, .view_table tr.filter select {
	border: 1px solid #CCC;
}
.view_table tr.filter input.submit {
	border: 1px solid #888;
}

tr.spacer td {
	background: none;
	background-color: #FFF;
	height: 5px;
	border: none;
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#top_links {
	padding: 10px 10px 0px 10px;
	height: 54px; /* 64*/
	background-color: #000;
	background-image: url(../images/top_links_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top_links a {
	border: 1px solid #555;
	color: #ECECEC;
	width: 100px;
	height: 24px;
	padding: 2px 0 0 0;
	display: block;
	float: left;
	text-align: center;
	margin: 0 2px;
	background-image: url(../images/link_0.jpg);
	background-repeat: no-repeat;
}
#top_links a:hover {
	border: 1px solid #999;
	background-color: #dfdfdf;
	background-image: url(../images/link_1.jpg);
	background-repeat: no-repeat;
	color: #000;
}

#links_start, #links_end {
	display: block;
	width: 13px;
	height: 40px;
	float: left;
	background-image: url(../images/link_start.jpg);	
}
#links_end {
	background-image: url(../images/link_end.jpg);
}

#links_mid {
	display: block;
	height: 28px; /* 40 */
	padding: 6px 1px;
	float: left;
	background-image: url(../images/link_mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#top_bar {
	padding: 5px;
	background-color: #333;
	border-bottom: 1px solid #555;
	font-size: 11px;
	height: 15px;
	background-image: url(../images/top_bar_bgr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#hd_links {
	float: right;
}
#hd_links a {
	margin: 0 5px;
	color: #CCC;
	border: 0px;
}
#hd_links a:hover {
	color: #FFF;
	border: 0px;	
}

#main_content {
	width: 762px;
	padding: 2px 10px;
	margin: 0 auto;
}

#left_col {
	float: left;
	width: 340px;	
}
#right_col {
	margin-left: 350px;
}

#preview_area {
	border: 1px solid #DDD;
	padding: 20px;
	background-color: #FAFAFA;	
}

#footer {
	margin: 55px auto 0 auto;
	padding: 7px 0;
	border: 1px solid #999;
	color: #AAA;
	clear: both;
	text-align: center;
	line-height: 175%;
	background-color: #3d3d3d;
	width: 760px;
	background-image: url(../images/footer_bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
}
#footer a {
	color: #CCC;
	border: 0px;		
}
#footer a:hover {
	color: #FFF;
	border: 0px;	
}

#footer_logo {
	text-align: left;
	width: 760px;	
	margin: 10px auto 0 auto;	
}

#login_box {
	margin: 20px auto 0 auto;
	width: 358px;
	text-align: center;
}
#login_box p, #login_box a {
	text-align: center;
	color: #999;
	font-size: 10px;
	border-bottom: 0px dotted #999;
}
#login_box a:hover {
	border-bottom: 1px dotted #999;
}
#login_form {
	margin: 15px 0 0 0;
	padding: 10px 20px;
	height: 232px; /* 252 */
	background-image: url(../images/login_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#login_form, #login_form p {
	color: #ECECEC;
	text-align: left;	
	font-size: 12px;
	text-align: justify;	
}
#login_form input {
	background-color: #444;
	background-image: url(../images/top_bar_bgr.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #555;
	color: #ECECEC;	
}


/* Buttons */

button.btn {
	border: 3px double #BBB;
	color: #444;
}
button.btn:hover {
	background: none;
	background-color: #EEE;
	border: 3px double #AAA;
    color:#222;
}

/* Accept/positive */
button.accept:hover{
    background-color:#E6EFC2;
    border:3px double #C6D880;
    color:#529214;
}

/* Cancel/negative */
button.canx:hover{
    background:#fbe3e4;
    border:3px double #fbc2c4;
    color:#d12f19;
}

/* More ... */
button.more {
	font-size: 9px;
}

/* GREYED OUT TEXT */
span.grey, p.grey {
	color: #AAA;
}
