/* Logged in Styles */

.left { float: left; }

/* My Functions */

ul#myFunctionsList {
	margin: 0; 
	padding: 0 0 0 1.3em; 
}

ul#myFunctionsList li { 
	margin-bottom: 1em;
}

ul#myFunctionsList li li {
	margin-bottom: 0;
	font-size: 85%;
}

ul#myFunctionsList a {
	text-decoration: none;
	color: #004F86;
}

ul#myFunctionsList a:hover {
	text-decoration: underline;
}

/* Icons */

.childFolder {
	border-left: 0px;
	padding-right: 0px;
	padding-left: 3px;
}

.infoIcon {
	border-left:0px; 
	padding: 4px 5px 0 5px;
}

/* Forms */

legend {
	font-size: 80%;
	padding: 1em 0 1em 0;
	margin: 0;
}

/* Tinymce */

.leftFloat {
	float: left;
	margin-right: 20px;
}

.rightSide {
	margin-right: 0;
}

.twoColEditor {
	width: 330px;
	height: 400px;
}

.inPageTextAreaTwoCol {
	width: 221px;
	height: 400px;
}

.inPageEdit, .tmcEditor textarea {
	height: 30em;
}

.medWidth {
	width: 28em;
	margin-right: 1em;
	text-align: right;
}

/* Tables */

.permissionsTable th, .permissionsTable td {
	text-align: center;
}

.permissionsTable .colOne {
	width: 70%;
	text-align: left;
}
