/*
 * Student Forms
 * Author: Widhi Rachmanto
 */
 
table.light {
    border-color: #E1E1E1;
    border-style: solid;
    border-width: 1px;
    width: 98%;
}

table.light th {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 5px;
    text-align: left;
}

table.light td {
    padding: 5px;
}

table {
    font-size: 1em;
}

div.sidebar-quicklinks-clear h3 {
    background: url("/images/icons/sidepanel_arrow_corporate.gif") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D8CDBA;
    color: #61380C;
    font-size: 1.2em;
    height: 30px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-indent: 30px;
}

form fieldset div.question {
	display:block;
	font-weight:normal;
	line-height:1.5em;
	margin:0 10px 10px 0;
	width:540px;
}
.submit input#submit_button {
	background-image:url(../../../../../images/buttons/submit.gif); 
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
.submit input#back_button {
	background-image:url(../../../../../images/buttons/back.gif); 
	width:51px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
.submit input#cancel_button {
	background-image:url(../../../../../images/buttons/cancel.gif); 
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}
form#event-submission h4, form#standard h4 {
    /*background: none repeat scroll 0 0 #E5DAC7;*/
	background: none repeat scroll 0 0 #DBDBDB;
    color: #444444;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px;
}
h2.index {
    /*background: none repeat scroll 0 0 #E5DAC7;*/
	background: none repeat scroll 0 0 #DBDBDB;
    color: #444444;
    font-size: 1.2em;
    margin: 0 0 1em;
    margin: 0 0 10px;
    padding: 5px;
}
.note {
    font-style: italic;
    text-align: right;
}
.add_link {
	background-image:url(../../resources/images/add.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}
.delete_link {
	background-image:url(../../resources/images/delete.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
}
#box {
	border:1px solid #D9D9D9;
	margin-bottom:10px;
	padding:10px 10px 0 10px;
}

#box ul {
	padding-left:0;
	margin-left:0;
}

form div { position:relative }
.search-box label { position:absolute; top:0; left:0; padding: 21px 23px;}

form fieldset div.field {
    float: left;
    font-weight: normal;
    margin: 0 1em 0 0;
    width: 340px;
}
form fieldset div.search-box {
    background: none repeat scroll 0 0 #DBDBDB;
    padding: 20px;
    width: 490px;
}

textarea {
    height: 110px;
    padding: 2px;
    width: 400px;
}
ul.so-downloadable-documents {
    border-top: 1px solid #F0F0F0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.so-downloadable-documents li {
    border-bottom: 1px solid #F0F0F0;
    clear: both;
    margin: 0 0 2px;
    min-height: 40px;
    padding: 10px;
}
* html ul.so-downloadable-documents li {
    height: 40px;
}
ul.so-downloadable-documents li.alt {
    background: none repeat scroll 0 0 #FBFBFB;
}
ul.so-downloadable-documents li img {
    float: left;
}
ul.so-downloadable-documents li div {
    /* font-size: 0.95em; */
	margin-left: 15px;
    padding-left: 8px;
}
ul.so-downloadable-documents li ul, ul.so-downloadable-documents li ul li, ul.so-downloadable-documents li h4 {
    border: 0 none;
    line-height: 1.2em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.so-downloadable-documents li h4 {
    font-size: 1.2em;
}
ul.so-downloadable-documents li h4 a {
    text-decoration: none;
}
ul.so-downloadable-documents li h4 a:hover {
    text-decoration: underline;
}
ul.so-downloadable-documents li p {
    /* margin: 0.5em 0; */
	margin: 0 0 1em;
}

.moresearches {
    color: #666666;
    float: right;
    font-weight: inherit;
    line-height: inherit;
    /* margin: 5px 8px 0 0; */
	margin: 0;
    text-align: right;
    width: auto;
}

.cke_contents {
	width: 400px !important;
	/* height: 110px !important; */
}

input.SWLsearchinput {
    width: 98%;
}

input.SWLsearchbutton {
    border-radius: 0 5px 5px 0;
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 21px;
    vertical-align: middle;
}

.error {
	color:#E81C17;
}


.critical-announcement-new {
    font-size: 1em;
    padding: 10px 20px;
    margin: 15px 70px;
    border: 1px solid rgb(153, 153, 153);
    background: none repeat scroll 0% 0% rgb(239, 239, 239);
}
