html {
	background: #efefef;
}

body {
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 0.85em;
	color: #333;
	line-height: 1.5em;
}

/*-------------------*/
/* ESSENTIALS */
/*-------------------*/


.round {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.transparent {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

p {
	margin-top: 5px;
}

h1 {
	letter-spacing: -0.5px;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
	color: black;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

h2 {
	letter-spacing: -0.5px;
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: black;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

h2 img {
	margin-right: 5px;
	margin-bottom: -4px;
}

h3 {
	font-weight: bold;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
a,span.tooltip {
	outline: none;
	text-decoration: none;
	color: #0451ef;
}

a:active {
	position: relative;
	top: 1px;
}

.hr {
	height: 1px;
	width: 100%;
	background: transparent;
	border-top: 1px solid #ddd;
}

li {
	padding: 5px 0px;
}

/*------------------------------------*/
/* AUTOSUGGEST and COOP PROFILE */
/*------------------------------------*/

#search-q {
	width: 300px;
}
#suggestions {
	width: 316px;
}
#suggestionResults ul, #suggestionResults li {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}
#suggestionResults li {
	border-top: solid 1px #DEDEDE;
}
#suggestionResults li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#suggestionResults li a small {
	display: block;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#suggestionResults li a:hover {
	background: #FFFFCC;
}
#suggestionResults li#notFound {
	background: #e25858;
	color: #FFF;
}
#suggestionResults li#notFound a:hover {
	background: #e25858;
	color: #FFF;
}
#suggestionResults {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}
#coopControlPanel {
	padding: 15px;
	margin-bottom: 10px;
	background: #f1f1f1;
	width: inherit;
	color: #bfbfbf;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 1px #FFF;
}
#coopControlPanel img {
	margin-bottom: -6px;
	padding: 0px 7px;
}
#coopControlPanel a {
	text-decoration: none;
	color: #bfbfbf;
	text-shadow: 1px 1px 1px #FFF;
}
#coopControlPanel a:hover {
	text-decoration: none;
	color: #555;
}


/*-------------------*/
/* COMMON */
/*-------------------*/

.leftFloat {
	float: left;
	position: relative;
}
.rightFloat {
	float: right;
	position: relative;
	outline: none;
}
img.leftFloat, img.rightFloat {
	margin: 10px;
}
.half {
	width: 45%;
	padding: 10px;
}
.clearfix {
	clear: both;
}
/* This fixes the parent coopControlPanel div so that the float elements remain inside */

/*-------------------*/
/* DROP DOWN CSS */
/*-------------------*/

#paddingForScroll {
	padding-bottom: 30px;
}
#toppanel {
	position: absolute;
	width: 100%;
	top: 48px;
	text-align: left;
}


#panel {
	padding: 20px 0px;
	width: 100%;
	background: #f4f4f4;
	display: none;
	color: inherit;
	position: relative;
	z-index: 10;
}


.slide {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f4f4f4;
	position: absolute;
	z-index: 30;
}
.btn-slide {
	background: transparent url(http://www.tilomitra.com/uniconnectv2/images/filterbtn.png) no-repeat;
	text-align: center;
	width: 150px;
	height: 25px;
	padding: 10px 10px 0px 10px;
	margin: 0 auto;
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
	z-index: 10;
	outline: none;
}

.btn-slide img {
	float: left;
	padding-left: 25px;
	margin-right: -25px;
	margin-top: -5px;
}

#panel table {
	font-size: inherit;
	vertical-align: top;
}

#panel td {
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	margin: 5px 15px;
	padding: 0px 15px;
}

/*-------------------*/
/* FORM CSS */
/*-------------------*/

#form {
	background: #FFF;
	margin: 20px;
	padding: 20px;
	width: 50%;
}


input, textarea {
	font-size: inherit;
	background: #fff;
	border: 1px solid #e3e3e3; /* Small border around our input field */
	padding: 8px; /* Add some more space around our text */
	margin: 0px 10px 0px 0px;
}

input[type='text']:focus {
	background: #fbfbac;
	border: 1px solid #efe437;
}

/*this is for the information on the profile page beside each field*/
.info {
	color: #d4d4d4;
	width: 60%;
}

.selected {
	color: #000;
}
#profile .label {
	text-align: right;
}

form {
	padding-top: 15px;
}

fieldset {
	border-top: 1px solid #e3e3e3;
	padding: 15px;
	margin: 10px;
}


legend {
	font-weight: bold;
	font-size: 0.95em;
	padding: 0px 13px 0px 0px;
	margin-left: -25px;
}

select {
	width: 175px;
}

option {
	padding: 1px;
	vertical-align: middle;
}

option.option_del {
	background: #e25858;
	color: #FFF;
}

.buttonRow {
	margin: 15px 0px;
	width: 100%;
}

.button {
	font: normal 1em Lucida Grande;
	cursor: pointer;
	margin: 15px 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.submit {
	font: normal 1em Lucida Grande;
	background: #799c71 url(http://www.tilomitra.com/uniconnectv2/images/buttongradient.jpg) repeat-x;
	color: #5f8c2c;
	border: 1px solid #a0da62;
	padding: 8px 35px;
}

.red {
	background: #fff000 url(http://www.tilomitra.com/uniconnect/images/redbuttongradient.jpg) repeat-x; /* Set button background */
	color: #000;/* Set font color */
	border: 1px solid #cd2121; /* Small border around our submit button */
	padding: 8px; /* Add some more space around our button text */
}

.regular {
	background: #ddd7d7 url(http://www.tilomitra.com/uniconnectv2/images/whitebuttongradient.jpg) repeat-x; /* Set button background */
	color: #555;/* Set font color */
	border: 1px solid #555; /* Small border around our submit button */
	padding: 3px 15px; /* Add some more space around our button text */
}

.submit:hover {
	background: #aef892;
	text-decoration: none;
}

.red:hover {
	background: #fd7878; /* Set button background */
	border: 1px solid #cd2121;
	text-decoration: none;
}

.regular:hover {
	background: #efefef; /* Set button background */
	text-decoration: none;
	color: #8b8b8b;
}

.tag_button:hover, .untag_button:hover {
	cursor: pointer;
	color: #8ac4dd;
}

.tag_button {
	border: none;
	color: #0451ef;
	font-size: 90%;
	font-weight: bold;
	background: transparent url(http://www.tilomitra.com/uniconnect/images//icons/untagged.png) no-repeat left;
	padding: 15px 20px 15px 20px;
	position: relative;
	float: right;
}

.untag_button {
	font-size: 90%;
	font-weight: bold;
	border: none;
	color: #0451ef;
	background: transparent url(http://www.tilomitra.com/uniconnect/images//icons/tagged.png) no-repeat left;
	padding: 15px 15px 15px 25px;
	position: relative;
	float: right;
}


.addPosition {
	text-align: center;
	margin: 15px 0px;
}
/*---------------------------*/
/* GOOGLE MAP CSS */
/*---------------------------*/

.map_details {
	color: #bbbbbb;
	font-style: italic;
	font-size: 85%;
}

.map_name {
	font-weight: bold;
	letter-spacing: -0.5px;
}

.map_position {
	font-size: 85%;
}

#mapInfo {
	width: 100.25%;
	height: auto;
	background: black;
	z-index: 500;
	padding: 10px 0px;
	color: #FFF;
	font-size: x-small;
}

#mapLoad {
	width: 60px;
	position: relative;
	z-index: 1000;
	height: 60px;
	top: -260px;
	left: 0px;
	background: black;
}

#mapLoad img {
	margin-top: 15px;
}

#map {
	border: 1px solid #d1d1d1;
}

.gmnoprint {
	font-size: small;
}


/*---------------------------*/
/* MAIN CSS */
/*---------------------------*/

.loginWrap {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	height: auto;
	width: 900px;
	background: #FFF;
	text-align: center;
	-moz-box-shadow: 0px 1px 2px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.loginWrap #top {
	-moz-border-radius-topleft: inherit;
	-moz-border-radius-topright: inherit;
	-webkit-border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	padding: 50px;
	text-align: center;
}

.loginWrap #bottom {
	-moz-border-radius-bottomleft: inherit;
	-moz-border-radius-bottomright: inherit;
	-webkit-border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	background: #a0c2d1;
	padding: 30px;
	text-align: center;
}

#shadowTop {
	width: 600px;
	height: 36px;
	background: transparent url(http://www.tilomitra.com/uniconnect/images/main/shadow_top.jpg) no-repeat;
	margin: 10px auto;
}

#shadowBottom {
	width: 600px;
	height: 36px;
	background: transparent url(http://www.tilomitra.com/uniconnect/images/main/shadow_bottom.jpg) no-repeat;
	margin: 10px auto;
}

#slogan {
	font-size: 2.9em;
	letter-spacing: -1px;
	font-family: Arial;
	color: #555;
	line-height: 110%;
	margin: 15px 0px;
}

.loginWrap #bottom input {
	font-size: 1.4em;
	padding: 10px;
	margin-right: 25px;
	border: 1px solid #e3e3e3;
}
.loginWrap #bottom input:focus {
	background: #fbfbac;
	border: 1px solid #efe437;
}

.loginWrap #bottom input[type=submit] {
	background: transparent url(http://www.tilomitra.com/uniconnect/images/main/login_btn.jpg) repeat-x;
	border: 1px solid #91c24a;
	padding: 10px;
	font-size: 1.4em;
}

.loginWrap #bottom input[type=submit]:hover {
	background: #dbfb74;
	padding: 10px;
}

#twitter {
	color: #555;
	font-size: 1.4em;
	line-height: 120%;
}

#twitter span, #twitter span a {
	color: #71dbf5;
	font-weight: 800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------*/
/* MODAL CSS */
/*---------------------------*/

.modal {
	background: #2d2c29;
	padding: 5px;
	font-size: 10px;
	color: #fff;
	border: 1px solid #000;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.ui-dialog-titlebar {
	background: #7a797e;
	color: #333;
	text-align: center;
	padding: 3px;
	cursor: move;
	border: 1px solid #000;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}



/*---------------------------*/
/* NAVIGATION HEADER CSS */
/*---------------------------*/


#header {/*Rest of header is defined in same field as .contentWrap*/
	position:relative;
	margin: 40px auto;
	height: auto;
	width: 72%;
	background: #FFF;
	padding: 30px 40px;
	border: 1px solid #d1d1d1;
	-moz-box-shadow: 0px 1px 2px #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header a {
	color: #5b5b5b;
	text-decoration: none;
}

#header img {
	float: left;
	margin-top: -15px;
	padding: 0px 25px;
}

#header ul {
	display: inline;
	float: right;
	margin-bottom: 30px;
}

#header li {
	padding: 10px 25px;
	display: inline;
	margin: 50px auto;
}

#header li:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fffdc7;
}

#header li.logout:hover {
	background: #fb9e8f;
	padding: 10px 25px;
	margin: 10 15 10 0;
}


/*---------------------------*/
/* NETWORKS CSS */
/*---------------------------*/

.grey {
	color: #BFBFBF;
	font-size: small;
}

.networkInfo {
	margin: 20px 0px;
}

/*-------------------------*/
/* PORTAL CSS */
/*-------------------------*/

#taggedContainer ul {
	display: inline;
}

#taggedContainer li {
	display: inline;
	padding: 5px;
}


/*-------------------------*/
/* STATUS MESSAGES CSS */
/*-------------------------*/

.errorMessage {
	border: 1px solid red;
	padding: 10px;
	margin: 10px;
	background: #ffcccc;
	text-align: left;
	color: #000;
}

.statusMessage {
	border: 1px solid #fff000;
	padding: 10px;
	margin-top: 15px;
	background: #fbfbac;
	text-align: center;
	color: #000;
}

#taggedUsersDiv, #taggedMeDiv {
	margin: 15px;
	padding: 0px 15px 15px 15px;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*-------------------------*/
/* TABLES/TDs/TRs CSS */
/*-------------------------*/

table, tr, td {
	border: none;
	vertical-align: middle;
}

td {
	padding: 5px 5px;
}

td .coop {
	width: 500px;
}

td.title {
	font-weight: bold;
	padding-right: 30px;
	vertical-align: top;
}

/*-------------------*/
/* WORKBOXES */
/*-------------------*/
.noneFound {
	font-size:1em;
	color:#999;
	display:block;
	margin: 15px 0;
	line-height:130%;
}

#fbworkboxes, #dbworkboxes {
	margin: 15px 3px;
	border: 4px solid #f0f0f0;
	background: #f0f0f0;
	vertical-align: center;
	width: 100%;
	overflow: auto;
	padding: 15px 10px;
}

#fbworkboxes:hover, #dbworkboxes:hover {
	border: 4px solid #b5b5b5;
}

#fbworkboxes div, #dbworkboxes div {
	width: 27%;
	padding: 5px 15px;
	margin: 2px;
	-moz-box-shadow: 0 1px 2px #9e9e9e;
	cursor: move;
	text-align: left;
	float: left;
}

#fbworkboxes div .position, #dbworkboxes div .position {
	font-weight: bold;
}


#fbworkboxes .verified {
	background: #e9e9e9;
	border: 2px solid #e9e9e9;
}

#fbworkboxes .verified:hover {
	background: #f5f5f5;
	border: 2px dashed #b5b5b5;
}
#fbworkboxes .unverified {
	background: #fb9e8f;
	border: 2px solid #fb9e8f;
}
#fbworkboxes .unverified:hover {
	background: #fbc5bc;
	border: 2px dashed #e5582c;
}

#dbworkboxes div {
	background: #80f57b;
	border: 2px solid #80f57b;
}
#dbworkboxes div:hover {
	background: #aaf8a6;
	border: 2px dashed #7ec445;
}
/*
#boxes {
width: 300px;
height: 133px;
}

#fb {
background: #fff url('http://www.tilomitra.com/uniconnectv2/images/workbox_sprite_fb.png') no-repeat 0 0;
width: 50%;
height: 100%;
}

#fb:hover {
background-position: 0px -132px;
}

#db {
background: #fff url('http://www.tilomitra.com/uniconnectv2/images/workbox_sprite_db.png') no-repeat 0 0;
width: 50%;
height: 100%;
}

#db:hover {
background-position: 0 -132px;
}
*/

/*-------------------*/
/* WRAPS */
/*-------------------*/


.contentWrap, .footer {
	position: relative;
	margin: 30px auto;
	height: auto;
	width: 75%;
	background: #FFF;
	text-align: left;
	padding: 20px;
	border: 1px solid #d1d1d1;
	-moz-box-shadow: 0px 1px 2px #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.footer {
	font-size: small;
	text-align: center;
	color: #cecece;
}

