/* 
 * Author:   Heiko Kattenstroth
 * Date:     2009-06-03
 * Version:  0.1
 * 	Farben: 
 *	IS:link-Lila: #80197f
 *	IS:Link Blue: #172866
 *  IS:Link Blue light: #5978b9;
 *	#808080: #737373 
*/

/**
ADDITIONAL IMPORTS
*/
@import url("pagination.css");
@import url("forms.css");
@import url("table.coursematching.css");
@import url("table.datalist.css");
@import url("trees.css");

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #f0f0f0 url(../img/bg/background-v1.png) center repeat-y;
}


/* Page Content */

.entry {
	clear: both;
}
#page-content {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	text-align: justify;
}


/* Images in Content */

.content img {

}

.content img.float {
	border: 1px solid #7c7c7c;
	float: right;
	padding: 4px;
}

.content img.right {
	border: 1px solid #7c7c7c;
	float: right;
	padding: 1px;
	margin-left: 10px;
}

.content img.left {
	border: 1px solid #7c7c7c;
	float: left;
	padding: 1px;
	margin-right: 10px;
}

img.foto {
	background-color: #F5F5F5; 
	border: 1px solid #E1E1E1;
	padding: 4px;
}


#page-content strong {
	font-weight: bold;
}

#page-content ul,
#page-content ol {
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

/* Generic Styling Classes */

.grey {
	color: #737373;
}

.purple {
	color: #80197f;
}

.blue {
	color: #5978b9;
}


.uppercase {
	text-transform: uppercase;
}

.small {
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Alignment ALWAYS OVERRIDES */
.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right  {
	text-align: right !important;
}

.block {
	text-align: justify !important;
}

.nowrap {
	white-space: nowrap;
}


/* Page Specific Formation */
div.news h1 {
	border-bottom: 1px dotted #737373;
	line-height: 27px;
}

div.news .content {
	padding-bottom: 2em;
}

.metainfo {
	font-size: 0.8em;
	color: #808080;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0.5em;
}

/* Display Icon behing external links */
.content a[href^="http:"] {
	padding-right: 14px;
	background: transparent url(../img/link-icon_external.gif) 100% 50% no-repeat;
}

a {
	color: #002273;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #002273;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Headings */

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
}

h1 {
	color: #172866;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #80197f;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0.3em 0;
}

h2 a, a:hover {
	color: #80197f;
}

h3 {
	color: #233a90;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 1em 0 0.25em 0;
}

h4 {
	color: #993;
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Lists */

ul li {
	margin: 5px 12px;
}

ul .sub li  {
	margin: 5px 12px;
	margin-left: 50px;
}

ul {
	list-style: square;
	list-style-position: outside;
}

ol {
	list-style: decimal;
	list-style-position: outside;
}

ol li {
	margin: 5px 12px;
	/*margin-right: 2em;
	padding: 0.5em;*/
}


dl {
	line-height: 2em;
	margin: 1em 0em 1em 0em;
	width: 600px;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 12em;
	text-align: right;
	line-height: 2em;
	float: left;
	clear: left;
}

dd {
	margin-left: 13em;
	/*margin-top: -2em;*/
	vertical-align: top;
	line-height: 2em;
	min-height: 2em;
}

dl.address dt {
	width: 13em;
}

dl.address dd {
	width: 28em;
	margin-left: 14em;
}

dl.university dt {
	width: 13em;
}

dl.university dd {
	margin-left: 14em;
}

dl.link {
	
}
dl.link dt {
	text-align: left;
	width: 600px;
	float: none;
	clear: none;
}


dl.link dd {
	margin-left: 2em;
	height: auto;
}

/* TABLE DEFINITIONS */
table {
	font-size: 0.9em;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.full {
	width: 100%;
}

table.autoWidth {
	width: auto !important;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
}
table.noborder {
	border: 0px;
	border-right: 0px;
}
	
table.noborder td {
	border-right: 0px;
}

table.small td {
	padding: 2px;
	vertical-align: middle;
}

table.left td {
	text-align: left;
}

th {
	text-align: center;
	padding: 6px;
	font-weight: bold;
	font-size: 1.1em;
}

th a {
	padding: 2px 20px 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #80197F;
	text-decoration: none;
}


table.hover tr:hover {
	background-color: #fcfcfc;
}

table.hover tr.altrow:hover {
}

td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
td.status {
	width: 60px;
}
td.actions {

}
td.actions, td.status {
	text-align: center;
}

table.hover tr:hover {
	background: #f0f0f0;
}

tr.altrow {

}

tr.error {
	border: 2px solid red;
}

tr.sum {
	border: 1px solid #ccc;;
}

td.left {
	text-align: left;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 2px;
	font-size: 0.8em;
}

/* Navigation */


#primary-navigation {
	background-image: url(../img/bg/primary-navigation-off-v2.png);
	background-repeat: repeat-x;
	background-color: #808080;
	position: relative;
}

#secondary-navigation a {
	font-size: 1.5em;
}

#secondary-links {
	background-color: #80197f;
	color: #FFF;
	height: 15px;
	line-height: 1.875em;
	font-size: 0.8em;
	vertical-align: middle;
	text-align: right;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	width: 700px;
	margin: 0 0 0 250px;
}

#secondary-links a {
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-weight: bold;
	background-color: #80197f;
	color: #FFF;
}

#secondary-links a:hover {
	color: silver;
	text-decoration: underline;
}

#secondary-links a:visited {
	color: #FFF;
}

#secondary-links a.active {
	color: #101010;
}

/* Secondary Menu */

#sidebar-navigation {
	font-family: 'Trebuchet MS';
	clear: left;
	float: left;
	width: 250px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 1em;
}


/* First Level */

#sidebar-navigation ul {
	list-style: none;
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	
}

#sidebar-navigation ul li {
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
	
}

#sidebar-navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #172866;
	display: block;
	padding: 10px 0 10px 10px;
	background: #fff;
	border-left: 4px solid #fff;
}

#sidebar-navigation ul li a:hover,
#sidebar-navigation ul li a:focus,
#sidebar-navigation ul li a.active {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	text-decoration: underline;
}

/* Second Level */

#sidebar-navigation ul ul {
	font-size: 1em;
}
#sidebar-navigation ul ul li {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

#sidebar-navigation ul ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #172866;
	display: block;
	padding: 5px 0 5px 30px;
	background: #fff;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
	border-left: 4px solid #fff;
}

#sidebar-navigation ul ul li a:hover,
#sidebar-navigation ul ul li a:focus,
#sidebar-navigation ul ul li a.active
 {
	background: #eceded;
	color: #172866;
	border-left: 4px solid #80197f;
	background-image: url(../img/arrowr.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}

/* Third Level */

#sidebar-navigation ul ul ul li a,
#sidebar-navigation ul ul ul li a:hover,
#sidebar-navigation ul ul ul li a:focus,
#sidebar-navigation ul ul ul li a.active
 {
	padding: 5px 0 5px 45px;
	background-position: 30px center;
}

/* Left Sidebar */
#left-sidebar {
	background: #fff;
	border-top: 15px solid #80197f;
}

#left-sidebar .box {
	width: 250px;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: left;
	float: left;
	font-family: 'Trebuchet MS', 'Gill Sans', 'lucida grande', helvetica,
		arial, sans-serif;
}

#left-sidebar div.box h1 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	background-color: #fff;
}

#left-sidebar div.box h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #172866;
	border-bottom: 3px solid #ECEDED;
	padding: 10px 0 5px 14px;
	margin: 0;
}

#left-sidebar div.box ul {
	margin-left: 15px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-left: 0px;
	width: 235px;
	font-size: 1.1em;
}

#left-sidebar .box p {
	padding: 10px 0;
	text-align: center;
}


.sidebar-img {
	width: 200px;
	padding: 25px 25px;
}

/* Newsletter Subscription */
#newsletter-subscription {
	float: right;
	margin: 0.5em 5px 0 0;
	padding: 0;
	position: absolute;
	right: 0px;
}

#newsletter-subscription-label {
	margin: 0 0 0.4em 0;
	padding: 0;
	font-weight: bold;
} 

#newsletter-subscription-inputs {
	margin: 0;
	padding: 0;
}

#newsletter-subscription form {
	width: 100%;
}

#newsletter-subscription input#subscribeNewsletter {
	width: 105px;
	padding: 4px;
}

#newsletter-subscription input.submit {
	width: 50px;
	vertical-align: top;
}

div.exception {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

div.paging a {
	font-size: 0.9em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}




/*  
	Actions  
*/

div.actions {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

div.actions ul {
	margin: 0;
	padding: 0 !important;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2.5em;
	margin: 0 0 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 4px 2px;
	background-color: #fff;
	color: #002273;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */

div.related {
	clear: both;
	display: block;
}

/* 
	Footer
*/
#footer-container {
	/*bdorder-top: 2px solid #80197f;
	bacdkground: silver;
	border-top: 15px solid #f0f0f0;
	border-bottom: 15px solid #f0f0f0;*/
}

#footer {
	/*bordder-top: 1px solid silver;
	bordder-bottom: 1px solid silver;*/
	border-top: 4px solid #b073a6;
	padding: 2em 0 5em 0;
	/*background: silver;*/
	background-color: #fff;
	font-size: 1.1em;
	text-align: right;
}

#footer a {
	color: #b1b3b4;
}

/* Flash messages */ /* Notices and Errors */

div.message {
	clear: both;
	color: #e42224;
	font-weight: bold;
	margin: 1em 0;
}

div#authMessage.message {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #e42224;
	padding: 5px 10px 5px 25px;
	background: #FEF1EC url('/img/icons/famfam/cross.png') no-repeat 5px;
}

div.error-message {
	clear: both;
	color: #e42224;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

.flash {
	background: #e9f3f6;
	padding: 5px;
	border: 1px solid #a7c4da;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.flash img {
	vertical-align: middle;
}

.info { 
	background:#ebf7ff url("/img/icons/famfam/information.png") no-repeat 5px center; 
	color: #000; 
	border: 1px #006fc0 solid; 
	padding: 5px 5px 5px 30px; 
	margin: 1em 0 0 0;
	text-align: left;
}
form .info {
	margin: 1em 0 0 31%;
}

.bad {
	padding: 5px 10px 5px 25px;
	border-color: #E42224;
	background: url("/img/icons/famfam/cross.png") no-repeat scroll 5px 50% #FEF1EC;
	color: #E42224;
}

.good {
	padding: 5px 10px 5px 25px;
	border-color: #007e05;
	background: url("/img/icons/famfam/tick.png") no-repeat scroll 5px 50% #89ed91;
	color: #007e05;
}

.warning {
	border-color: yellow;
	background: lime;
	color: black;
}

.reminder {
	width: 100%;
	border-color: #FF0004;
	background: #FFCCBA;
	color: black;
}

.splash {
	width: 90%;
	clear: both;
}

.splash p {
	font-size: 1.1em;
	text-align: left;
	padding-left: 1em;
	width: 450px;
	display: block;
	float: right;
}

.slpash img {
	vertical-align: middle;
	padding: 5px;
}

/* Formulare */
table.form .label {
	padding-right: 3px;
	text-align: right;
	width: 30%;
	font-weight: bold;
}

table.form .input {
	text-align: left;
	display: inline-block;
	padding: 1px;
	position: relative;
}
table.form {
	width: 100%;
}
table.form,table.form tr,table.form tr td {
	border: 0;
}
table.form tr td h3 {
	text-align: left;
	margin: 0 0 1em 0;	
}
table.form table tr {
	padding: 2px;
}

.inputtext,.inputpassword,.inputselect {
	border: 1px solid #BDC7D8;
	padding: 3px;
}

.form-error {
	border: 1px solid red;
}

#breadcrumb {
	font-size: 1.2em;
	line-height: 2em;
	background: #EEE;
	border-bottom: 1px dotted #0A2504;
	clear: both;
}

#page { /*background-image: url(../img/bg-3.png);
	background-repeat: repeat-y;
	background-position: center;*/
	
}

img {
	vertical-align: middle;
}

.image.left {
	float: left;
	margin: -3px 5px 5px 0px;
}

.image.right {
	float: right;
	margin: -3px 0px 5px 5px;
}

.city_banner {
	margin: 0 0 10px 0;
}

.caption sup {
	font-size: 80%;
}

.copyright_notes {
	list-style-type: none;
	border-top: 1px solid silver;
	margin: 24px 0 0 0;
	padding: 5px 0 5px 0;
	color: silver;
	font-size: 80%;	
	line-height: 20px;
	clear: both;
}

.copyright_notes a {
	float: none !important;
	display: inline !important;
}

.copyright_notes li {
	padding: 0px 0px 0px 0;
	margin-top: 10px;
	float: none;
}

.copyright_notes a {
	color: silver;
}

.copyright_notes a:hover {
	color: #80197F;
	text-decoration: none;
}

.sidebar_copyright {
	color: silver;
	line-height: 20px;
	clear: both;
}

.sidebar_copyright a {
	color: silver;
}

.sidebar_copyright a:hover {
	color: #80197F;
	text-decoration: none;
}

/* Javascript CSS */
.yoxview a {
	display: block;
	margin: 5px;
	float: left;
}

.description {
	clear: both;
	padding: 10px 5px;
}

.yoxview .imageWrap {
	position: relative;
	float: left;
}

.yoxview .imageWrap .refNum {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 2px 6px;
	margin: 0 5px 5px 0;
	background: url("../img/transparency.png") repeat scroll 0 0 transparent;
	font-size: 75%;
	text-align: right;
}

/* Tooltip */
#tooltip-preview {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	color: #fff;
}

/* Image Previer PIMG */
#pimg {
	z-index: 999;
	display: none;
	position: absolute;
	min-width: 40px;
	background: #fff;
	text-align: center;
	box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
}

#pimg img {
	border: 1px 1px 0 1px solid #ccc;
	background: #fff;
	padding: 5px;
}

#pimg span {
	color: #000;
	display: block;
	background: #fff;
	padding: 5px;
	border: 0 1px 1px 1px solid #ccc;
}


/* Tool Tip */
.lightTip {
	width: 242px;
}

.lightTip .content {
	width: 210px;
	padding: 10px;
	border: 6px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	color: #020202;
}

.lightTip .bottom {
	height: 10px;
	background: url(../img/icons/arrowdown.gif) top center no-repeat;
}	

/*
	Contacts
*/
/*
.contacts img {
	margin: 1em;
}
*/
.level-1 {
	margin-left: 20px;
}


.level-2 {
	margin-left: 40px;
}

.subcolumns {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #f2f2f2;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box_purple {
	background: #f2f2f2;
	border-top: 4px solid #b073a6;
	border-right: 1px solid #fff;
	padding: 0.5em 1em 0.8em 1em;
}
.subcolumns h2 {
	margin: 0px;
	padding: 0px;
}

.box_blue {
	background: #f2f2f2;
	border-top: 4px solid #5978b9;
	padding: 0.5em 1em 0.8em 1em;
}

/* Content Boxes for welcome page */
.c50l {
    float: left;
}
.c50r {
    float: right;
    margin-left: -5px;
}
.c50l, .c50r {
	text-align: left;
    width: 50%;
}

/* 
 * Contact Page 
 */
.contact_detail_wrapper {
	clear: both;
	width: 300px;
	position: relative;
	left: -17px;
	top: -190px;
	display: none;
}
.contact_detail_top {
	height: 15px;
	background: url('../img/contacts/contact_detail_top.png') no-repeat;
}
.contact_detail_content {
	clear: both;
	padding: 2px 17px;
	background: url('../img/contacts/contact_detail_back.png') repeat-y;
}
.contact_detail_bottom {
	height: 15px;
	background: url('../img/contacts/contact_detail_bottom.png') no-repeat;
}

.contact_img {
	padding: 1px;
	border: 1px solid #b9b9b9;
}

/*.contact_detail_content img {
	padding: 1px;
	border: 1px solid #b9b9b9;
}*/

.contact_detail_content .profile_button {
	background: #80197f;
	padding: 3px;
	float: right;
	color: #fff;
	text-transform: capitalize;
	font-weight:  bold;
	text-decoration: none;
}

.contact_detail_content .clearfix {
	clear: both;
	height: 8px;
	font-size: 0px;
}

.contact_detail_content table tr td {
	padding-right: 10px;
	white-space: normal;
}

.contact_wrapper {
	width: 150px;
	float: left;
	margin: 0 10px 10px 0;
	height: 180px;
}
.contact_wrapper img {
	/*padding: 1px;
	border: 1px solid #b9b9b9;
	float: leeft;*/
	margin-right: 5px;
}
.contact_wrapper .information {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
	height: 2.4em;
}
.contact_wrapper .clearfix {
	clear: both;
}


/* Links as Buttons */

a.button{
    color:#336699;
}
a.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.image .caption {
	font-size: 80%;
	text-align: center; 
}

.infobox {
	width: 230px; 
	border: 1px solid #b3b2b2; 
	font-family: Arial;
}

.infobox.left {
	float: left;
	margin: 0 10px 10px 0px;
}

.infobox.right {
	float: right;
	margin: 0 0 10px 10px;
}

.infobox .logocontainer {
	text-align: center;
}

.infobox .logocontainer .logoimage {
	width: 220px;
	margin-top: 5px;
}

.infobox .heading {
	margin: 5px;
	text-align: center;
	font-size: 12pt;
	color: black;
}

.infobox .keyfacts {
	text-align: center;
	font-size: 14pt;
	padding: 1px;
	color: white;
	font-weight: bold;
	background-color: #80197F;
	margin: 5px;
}

.infobox table {
	border: 0px;
	margin-left: 5px;
}

.infobox table td {
	border: 0px;
	padding: 0px;	
}

.infobox .entrydesc {
	width: 80px;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	color: black;
}

.infobox .entrycont {
	text-align: left;
	font-size: 120%;
}

.infobox a {
	font-weight: normal;
}

#sidebarImageWrapper {
	position: relative;
	display: block;
}

#sidebarImageDesc
{
	background: url('../img/transparency.png');
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 230px;
}

#matchingForm select {
	width: 150%
}

.subdt {
	color: #172866;
	margin-left: 30px;
}

.subdd {
	padding-left: 30px;
}



/* Special Learning Aggreement CSS */
h3L {
	color: #233a90;
	font-size: 1.4em;
}

fieldset.learning {
	border: 1px solid #ccc;
	padding: 0px 20px;
	width: 600px;
	margin: 15px auto 0px auto;
}

dl.learning {
	line-height: 2em;
	margin: 1em 0em;
	width: 600px;
}

dl.learning dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 12em;
	text-align: left;
	line-height: 2em;
	float: left;
	clear: left;
}

dl.learning dd {
	margin-left: 11em;
	/*margin-top: -2em;*/
	vertical-align: top;
	line-height: 2em;
	min-height: 2em;
}

dl.learning_documents dt {
	vertical-align: top;
	line-height: 2em;
	padding: 0 0 .5em .5em;
	font-weight: bold;
	margin: 0 0 4px 10px;
	float: left;
	width: 200px;
	overflow: hidden;
	text-align: right;
}

dl.learning_documents dd {
	border-left: 1px solid #000;
	margin-left: 1em;
	padding: 0 0 .5em .5em;
	margin-bottom: 10px;
	float: left;
}

.bold {
	font-weight: bold;
}

table.learning_agreement {
	border: 0px;
}

table.learning_agreement .course td {
	vertical-align: middle;	
	border: 1px solid #bbb;
}

table.learning_agreement .trr_head th {	
	font-weight: bold;
	border: 0px;
	background-color: #fff;
}
	
table.learning_agreement .tr_head {	
	font-weight: bold;
}

table.learning_agreement .tr_head td {
	border-right: 0;
	padding: 15px 10px 5px 10px;
}

.semester_abroad_status_log_table {
	width: 600px;
	margin: 10px auto;
}
	
.meter-wrapper {
	margin: 10px auto;
	width: 80%;
	position: relative;
}

.meter-wrapper span.progress {
	position: absolute;
	top: 16px;
	left: 48%;
	font-weight: bold;
	margin: 0px;
}

.meter {
        height: 20px;  /* Can be anything */
        position: relative;
        background: #999;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        padding: 10px;
        -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
        -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
        box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
        display: block;
        height: 100%;
           -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
               -moz-border-radius-topright: 8px;
            -moz-border-radius-bottomright: 8px;
                   border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
            -webkit-border-top-left-radius: 20px;
         -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
             -moz-border-radius-bottomleft: 20px;
                    border-top-left-radius: 20px;
                 border-bottom-left-radius: 20px;
        background-color: rgb(43,194,83);
        background-image: -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(43,194,83)),
          color-stop(1, rgb(84,240,84))
         );
        background-image: -webkit-linear-gradient(
          center bottom,
          rgb(43,194,83) 37%,
          rgb(84,240,84) 69%
         );
        background-image: -moz-linear-gradient(
          center bottom,
          rgb(43,194,83) 37%,
          rgb(84,240,84) 69%
         );
        background-image: -ms-linear-gradient(
          center bottom,
          rgb(43,194,83) 37%,
          rgb(84,240,84) 69%
         );
        background-image: -o-linear-gradient(
          center bottom,
          rgb(43,194,83) 37%,
          rgb(84,240,84) 69%
         );
        -webkit-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow:
          inset 0 2px 9px  rgba(255,255,255,0.3),
          inset 0 -2px 6px rgba(0,0,0,0.4);
        position: relative;
        overflow: hidden;
}

.status_log_images {
	text-align: center;
	margin: 0px auto;
}
.status_log_images div.inner {
	margin: 0px auto;
	height: 100px;	
	width: 620px;
	position: relative;
}
.status_log_images .status {
	position: relative;
	float: left;
	max-width: 100px;
}
.status_log_images .status .label {
	font-style: italic;
	text-align: center;	
}
.status_log_images .status.image {
		
}

.mark_table {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mark_table th {
	text-align: center;
}

.mark_table td {
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
}

.mark_table td.nmark {
	border-left: double #ccc;
}

.mark_table td.lmark {
	border-right: 1px solid #ccc;
}

.mark_table td.lgreen {
	background-color: #adfa8f;
}

.mark_table td.green {
	background-color: #63f663;
}

.mark_table td.orange {
	background-color: #fac48f;
}

.mark_table td.red {
	background-color: #fa8f8f;
}

help {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.helpOverlayContainer p {
	text-align: justify;
}

.filtering {
	margin: 0px;
	padding: 4px 6px !important;
	border: 1px solid #cdcdcd;
	background: #efefef;
}

/* Coursematching Begin */
.legend {
	padding-left: 10px;
	color: #fff; 
	font-weight: bold; 
	text-shadow: 1px 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0;
}
.courseInfo dl {
	width: auto;
}
.course * {
	color: rgba(128,25,127,1);
}
/* Coursematching End */

.admin_panel {
	position: fixed; 
	text-align: center;
	left: 0px; 
	bottom: 0px; 
	height: 22px; 
	line-height: 22px;
	border-top: 1px solid #000;
	background: #efefef url('../img/bg/gray_gradient_bg.png') left center; 
	width: 100%;
	padding: 4px 20px 4px 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.admin_panel_placeholder {
	height: 40px;
}
