html {
	background-color: white;
	margin: 0;
	padding: 0;
	color: #737373;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

#container {
    width: 965px;
    margin: 0 auto;
}

#content {
    margin-left: 5px;
    width: 650px;
    float: left;
    min-height: 600px;
}


a {
	color: #286571;
}

a img {
    border: none;	
}

.front {
    width: 600px;
    margin-top: 10px;   
    margin-left: 20px;
    background-color: #E7F2EE;
    border: 2px solid #15A9E9;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 2px;
}

.front_preview {
}

.front_desc {
    width: 100%;
    vertical-align: top;
    max-height: 150px;
    overflow: hidden;
    border-left: 1px solid #15A9E9;
}

#front .front_title {
    height: 23px;
    max-height: 23px;
}

.front_title {
    overflow: hidden;
    font-size:18px;
    font-weight: bold;
}

.front_data {
    margin-bottom: 5px;
}

.front_data span {
    font-weight: bold;
}

#adv_search {
    margin-top: 14px;
    float: right;
    margin-right: 30px;
}

#adv_search input, #adv_search select {
    border: 1px solid gray;
}

#adv_search span {
    font-weight: bold;
    font-size: 18px;
}

#attachment_form {
    display: none;	
}

#attachments li a {
    text-decoration: none;
}

#attachments .del_btn {
    font-weight: bold;
    color: black;
}

#flash, .notice {
font-size:120%;
font-weight:bolder;
margin:10px auto 0.5em;
width:580px;
}
#flash div, .notice {
padding:20px 15px 20px 65px;
border: 2px solid red;
-moz-border-radius: 1em;
border-radius: 1em;
}
#flash .ok {
background:#d8ecd8 url(../images/ok.png) no-repeat scroll 10px center;
}
#flash .warning {
background:#fff483 url(../images/warning.png) no-repeat scroll 10px center;
}
#flash .error {
background:#f9c5c1 url(../images/error.png) no-repeat scroll 10px center;
}
#flash .alert,
#flash .info {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
.notice {
background:#EEEEFF url(../images/info.png) no-repeat scroll 10px center;
}
.fielderror {
color:red;
font-weight:bold;
}
