/**************************************
 * THEME NAME: standardfocuspad
 *
 * Files included in this sheet:
 *
 *   standardfocuspad/gradients.css
 **************************************/

/***** standardfocuspad/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
  
body {
	max-width: 1200px;
	margin: auto;
	padding: 5px;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}


/* added by mintranet */

#bottom .container {
	margin-top: 12px;
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 1200px;
	position: relative;
	font-family: helvetica, verdana, arial;
	font-size: 14px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g319 {
	display: inline;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	width:33%;
}

.marker {
	padding-right: 23px;
	margin-right: 23px;
	border-right: 1px dashed #ccc;
}

.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.g319 p img, .g319 h2 img {
	float: right;
	width: 50px;
	height: 50px;
	padding-left: 20px;
}

.g319 p {
	line-height: 20px;
}

.g319 a {
	display: block;
	color: #369;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	line-height: 20px;
}

.g319 a:hover {
	text-decoration: underline;
	color: #69c;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	background-color: #efefef;
}

div.summary h2 {
	border-bottom: 1px solid #5A8F29;
	font-family: "Times new roman";
	font-size: 22px;
	color: #666;
	margin: 10px 0px 19px 0px;
	padding: 2px 0px 3px 0px;
}

#course-view .section td {
	border: 0px;
	border-color: #efefef;
}

#course-view .section td.side {
	background-color: transparent;
}
/***** standardfocuspad/gradients.css end *****/

