/**************************************
 * THEME NAME: standardwhite_dttx_ou_Header_Footer_Gradient
 *
 * Files included in this sheet:
 *
 *   standardwhite_dttx_ou_Header_Footer_Gradient/gradients.css
 *   standardwhite_dttx_ou_Header_Footer_Gradient/standardwhite_ou.css
 *   standardwhite_dttx_ou_Header_Footer_Gradient/blocks.css
 **************************************/

/***** standardwhite_dttx_ou_Header_Footer_Gradient/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {
/*
    background-image:url(NewGradient.png);
    background-position:top;
    background-repeat:repeat-x;
*/
	background: url(pix/block-header/NewGradient.png) repeat-x;
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** standardwhite_dttx_ou_Header_Footer_Gradient/gradients.css end *****/

/***** standardwhite_dttx_ou_Header_Footer_Gradient/standardwhite_ou.css start *****/

body
{
	padding: 10px 10px 15px;
}
#page
{
	width: 100%;
	margin: auto;
	position: relative;
}

.header_gradient
{
	height: 100px;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	margin: auto;
	z-index: -1;
	background: url(pix/block-content/Header-BlockContent.png) bottom repeat-x;
}

.footer_gradient
{
	height: 100px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	margin: auto;
	z-index: -1;
	background: url(pix/block-content/BlockContent.png) bottom repeat-x;
}

.horizontal_rule
{
	background: url("pix/border/top-border.png") repeat-x;
	height: 22px;
}

.top_border
{
	background: url("pix/border/top-border.png") repeat-x;
	height: 22px;
	margin-left: 22px;
	margin-right: 22px;
	position: relative;
}

.left_top_corner
{
	background: url("pix/border/left-top-corner.png") no-repeat;
	top: 0px;
	left: -22px;
	width: 22px;
	height: 22px;
	position: absolute;
}

.right_top_corner
{
	background: url("pix/border/right-top-corner.png") no-repeat;	
	top: 0px;
	right: -22px;
	width: 22px;
	height: 22px;
	position: absolute;
}

.left_border
{
	background: url("pix/border/left-border.png") repeat-y;
	padding-left: 22px;
}

.bottom_border
{
	background: url("pix/border/bottom-border.png") repeat-x;
	height: 22px;
	margin-left: 22px;
	margin-right: 22px;
	position: relative;
	z-index: 1;
}

.left_bottom_corner
{
	background: url("pix/border/left-bottom-corner.png") no-repeat;
	top: 0px;
	left: -22px;
	width: 22px;
	height: 22px;
	position: absolute;
}

.right_border
{
	background: url("pix/border/right-border.png") repeat-y;
	background-position: right;
	padding-right: 22px;
}

.right_bottom_corner
{
	background: url("pix/border/right-bottom-corner.png") no-repeat;
	bottom: 0px;
	right: -22px;
	width: 22px;
	height: 22px;
	position: absolute;
}/***** standardwhite_dttx_ou_Header_Footer_Gradient/standardwhite_ou.css end *****/

/***** standardwhite_dttx_ou_Header_Footer_Gradient/blocks.css start *****/

.sideblock .header,
.sideblock .content,
.generalbox,
.coursebox,
.headingblock,
.minicalendar,
#course-view .section td.side,
#course-view .section td.content,
.generaltable,
.generaltable .cell,
.loginbox
{
	border-color: #c7dffa;
}

.sideblock .content,
.coursebox,
.generalbox,
#course-view .section td.side,
#course-view .section td.content,
.loginbox
{
	background: url(pix/block-content/BlockContent.png) bottom repeat-x;
}/***** standardwhite_dttx_ou_Header_Footer_Gradient/blocks.css end *****/

