/*********************************************************/
/* style.css                                             */
/*********************************************************/

/* Remove all margings and padding on all elements for all browsers. */
* {
	Margin: 0px;
	Padding: 0px;
}

HTML {
	HEIGHT:100.1%;
	margin-bottom:1px;
	min-height: 100%;
}

html.busy, html.busy * {  cursor: wait !important;}  

BODY#layout_1 {
	Border: 0 none;
	Color: #000;
	BackGround-color: #000;
	Font: 11px/11px "Arial","Helvetica",Sans-Serif; /* The base font size and type for the WHOLE site!! */
	line-height:18px;
	Text-align:center;
	HEIGHT:100.1%;
	margin-bottom:1px;
	BackGround: #000;
	background-image:url('/images/background.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

IMG {
	Border: 0 none;
	Vertical-Align: Top;

}

IMG.Icon {
	Width: 16px;
	Height: 16px;
	Vertical-Align: Top;
	Margin: 1px;
}

A {
	Text-Decoration: None;
}

A:hover {
	Text-Decoration: UnderLine;
}

A:active {
	Text-Decoration: None;
}

INPUT[type="button"],INPUT[type="reset"] {
	Border: 1px solid #666;
	Cursor: pointer;
}

UL{	
	list-style:none;
}

.edit a{
	float:right;
	color:#00AEEF;
	Text-Decoration: None;
	margin-right:4px;
}
.edit a:hover{
	float:right;
	color:#00AEEF;
	Text-Decoration: UnderLine;
}

.delete a{
	float:right;
	color:#e44145;
	Text-Decoration: None;
}

.delete a:hover{
	float:right;
	color:#e44145;
	Text-Decoration: UnderLine;
}

.add{
	color:green;
	font-weight:bold;
	text-transform:uppercase;
}

.add a{
	color:green;
	font-weight:bold;
}


/*********************************************************/
/* Main layout styles                                    */
/*********************************************************/
DIV#maincontainer{
	Margin:0 auto;
	Width:980px; 
	text-align:left;
	display:block;
	background:#fff;

}

/*********************************************************/
/* Layout 1	                                             */
/*********************************************************/
 BODY#layout_1 DIV#container {
	padding-top:15px;
	Width:980px;
	background:#fff;
	float:left;
}

BODY#layout_1 DIV#column_1 {
	width:630px;
	margin:0 20px 0 15px;
	float:left;
	background:#fff;
}

BODY#layout_1 DIV#column_1 div.column_content{
	
}

BODY#layout_1 DIV#column_2{
	width:300px;
	margin:0 15px 0 0;
	float:left;
	background:#fff;
}

BODY#layout_1 DIV#column_2 div.column_content{

}

/*********************************************************/
/* Layout 2	                                             */
/*********************************************************/
/*********************************************************/
/* Layout 1	                                             */
/*********************************************************/
 BODY#layout_2 DIV#container {
  	margin:15px 0 0 0;
	float:left;
	Width:970px;
}

BODY#layout_2 DIV#column_1 {
	float:left;
	width:80px;
	margin:0 15px 0 0;
}

BODY#layout_2 DIV#column_1 div.column_content{
	
}

BODY#layout_2 DIV#column_2{
	float:left;
	width:205px;
	margin:0 15px 0 0;
}

BODY#layout_2 DIV#column_2 div.column_content{

}

BODY#layout_2 DIV#column_3 {
	float:left;
	width:450px;
	margin:0 15px 0 0;
}

BODY#layout_2 DIV#column_3 div.column_content{

}

BODY#layout_2 DIV#column_4{
	float:left;
	width:190px;
	margin:0 0 0 0;
}

BODY#layout_2 DIV#column_4 div.column_content{

}

/*********************************************************/
/* Layout 3	                                             */
/*********************************************************/
 BODY#layout_3 DIV#container {
  	margin:15px 0 0 0;
	float:left;
	Width:970px;
}

BODY#layout_3 DIV#column_1 {
	float:left;
	width:80px;
	margin:0 15px 0 0;
}

BODY#layout_3 DIV#column_1 div.column_content{
	
}

BODY#layout_3 DIV#column_2{
	float:left;
	width:875px;
	background-color:#fff;
}

BODY#layout_3 DIV#column_2 div.column_content{

}

/*********************************************************/
/* 	                                             */
/*********************************************************/
h1{
}

h2{
	padding-top:10px;
	font-size:14px;
	color:#f00;
}

h3{/*rood-dotted black*/
	float:left;
	height:15px;
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	color:#ED1C24;
	font-weight:bold;
	padding:2px 0 4px 7px;
	font-size:15px;
	margin:0px 0 5px 0px;
	line-height:15px;
}

h4{
}

h4 a{
}

h4 a:hover{
}

h5{
}

h5 a{
}

h5 a:hover{
}

h6{
}
a.download{
	float:left;
	background-image:url(/images/download.png);
	height:41px;
	width:82px;
	color:#fff;
	margin-bottom:5px;
}

a.download:hover{
	background-image:url(/images/download_hover.png);
	height:41px;
	width:82px;
}


