body {
	margin: 0;
	background-color: #F1F0ED;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 70%;
	line-height: 1.6;
}
div#container {
	width: 714px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#toppur {
	background: url(/templates/si2/images/toppur.jpg) no-repeat;
	background-position: center center;
	height: 140px;
	width: 700px;
	float: left;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border-left: 7px solid #EBEAE7;
	border-right: 7px solid #EBEAE7;
}
div#menu {
	width: 660px;
	float: left;
	text-align: center;
	font-size: 130%;
	color: #999999;
	padding: 10px 20px 10px 20px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border-left: 7px solid #EBEAE7;
	border-right: 7px solid #EBEAE7;
}
div#middle_column {
	width: 660px;
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
	border-left: 7px solid #EBEAE7;
	border-right: 7px solid #EBEAE7;
}
div#middle_column_top {
	background-image: url(/templates/si2/images/middle_column_top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 27px;
}
div#middle_column_bot {
	background-image: url(/templates/si2/images/middle_column_bot.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 27px;
}
div#middle_column_mid {
	background-image: url(/templates/si2/images/middle_column_mid.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
	min-height: 400px;
	padding-left: 16px;
	padding-right: 16px;
}
div#color_bar {
	background-image: url(/templates/si2/images/yellow_border.jpg);
	background-repeat: reapeat-y;
	float: left;
	height: 8px;
	width: 100%;
}
div#smsform {
	background-image: url(/templates/si2/images/smslisti.png);
	background-repeat: no-repeat;
	float: right;
	height: 130px;
	width: 200px;
	margin-right: 29px;
	margin-top: 33px;
}
div#menubar {
	background-image: url(/templates/si2/images/menu.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 100%;
	float: right;
	background-position: right;
	text-align: right;
	padding-top: 6px;
}
div#left_column {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#bottom {
	background-image: url(/templates/si2/images/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 785px;
	height: 112px;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 35px;
}
div#right_column {
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
div#left_column ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.menu_title {
	color: #767676;
	font-weight: bold;
	padding: 1px;
}
li.menu_item {
	padding: 1px;
	text-indent: 7px;
	background: url(/templates/si2/images/grey_div.gif) repeat-x;
}

li.calendar_name {
	padding: 2px 1px 0 1px;
	text-indent: 5px;
	background: url(/templates/si2/images/grey_div.gif) repeat-x;
}

li.calendar_date {
	padding: 0 1px 2px 1px;
	color: #CCCCCC;
	text-indent: 15px;
}

a, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #3C9AFF;
	text-decoration: none;
}
div.box {
	padding: 4px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	width: 652px;
	float: left;
	clear: left;
}
div.entry {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 15px;
}
div.entry h3 {
	margin: 0px;
	color: #5B3C16;
	font-size: 120%;
}
div.entry h4 {
	margin: 5px 0 5px 0;
	color: #CCCCCC;
}
div.entry h5 {
	margin: 2px 0 2px 0;
	color: #999999;
	font-size: 90%;
}
div.entry p {
	margin: 0px;
}


.cssform p{
width: 345px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/* border-top: 1px dashed gray; */
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"],input[type="password"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
border: 1px solid #999999;
padding: 2px;
}

.cssform textarea{
width: 500px;
height: 250px;
}


div.listing ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
div.listing li {
	margin: 0px;
	list-style-type:none;
}
li.item {
	height: 100%;
	padding: 7px 0px 7px 7px;
	background-image:url(/templates/si2/images/divide.gif);
	background-position: top;
	background-repeat:repeat-x;
	float: left;
	clear: left;
	
}
li.box_item {
	height: 100%;
	padding: 0px 0px 2px 7px;
	float: left;
	clear: left;
	
}
li.title {
	height: 16px;
	padding: 7px 0px 7px 7px;
	font-weight: bold;
	float: left;
	clear: left;
}
div.list_style {
	float: left;
}

/* AUCMS: MYNDALB?M */
.thumbi_large {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: left;
	width: 510px;
	margin-left: 10%;
	cursor: pointer;
}
.thumbi {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 157px;
	min-height: 200px;
	cursor: pointer;
}
.thumbi2 {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 157px;
	min-height: 140px;
	cursor: pointer;
}
.thumbi3 {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 157px;
	min-height: 120px;
	cursor: pointer;
}
.thumbi4 {
	padding: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
	width: 250px;
	min-height: 220px;
	cursor: pointer;
}
.thumbi_img {
	width: 157px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbi_img2 {
	width: 250px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbi_text {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	height: 30px;
	float: right;
	clear: right;
}
.thumbi h3, .thumbi h3 a {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
.thumbi p {
	font-size: 10px;
	color: #535353;
}
div.thumall_caption {
	float: left; 
	clear: left; 
	padding: 2px;
	width: 160px;
	height: 20px;
}

/* AUCMS: ADMIN */
div.caption {
	color: #333333;
	padding: 3px;
	font-weight: bold;

}

div.row {
	padding: 3px 3px 10px 3px;

}
