/*
--------------------------------------------------
Amedius MediaBuilder 2.0
Developed by: Rainhouse Media (rainhousemedia.com)
----------------------------------------------- */

/*
-----------------------------------------------
Specific Client Colors (Change These)
----------------------------------------------- */

	#header {
		background: #ffffff url("/images/logo_panel.jpg") top left no-repeat;
		}
	
/* Progress Bar */
	
	#progress {
		background: #000;
		}
		
	#border {
		border: #999 solid 1px;
		background: #eee;
		}
		
	#status {
		background: #cc0000;
    }
    
/* Menu Links */

	a.menu {
		color: #666;
		background-color: #fff;
		border-bottom: #ccc solid 1px;
		}
		
	a.menu:hover {
		background-color: #003399;
		color: #fff;
		}
		
	.submenu {
		border-bottom: #ccc solid 1px;
		}
		
	a.sub {
		color: #003399;
		background-color: #fff;
		}
		
	a.sub:hover {
		color: #000;
		background-color: #CCC;
		}
		
	a.hidemenu {
		color: #fff;
		border-right: #ccc solid 1px;
		}
		
	a.logout {
		color: #fff;
		border-left: #ccc solid 1px;
		}
		
	a.hidemenu:hover, a.logout:hover {
		background: #333;
		}
		
/* Headers */
	
	h1 {
		border-bottom: #ccc solid 1px;
		color: #333;
		}
		
	.h2 {
		color: #999;
		}
		
	h2 {
		background: #003399;
		color: #fff;
		}
		
	h3 {
		background: #666;
    color: #fff;
		}
		
/* Divs and Spans */
	
	.arrow {	
		background: #cc0000;
    color: #fff;
		}
		
/* Buttons and Links */
	
	a.option {
		color: #666;
		border-bottom: #ccc solid 1px;
		}
		
	a.option:hover {
		color: #333;
		border-bottom: #999 solid 1px;
		}
		
	a.continue, a.back, a.btn {
		background: #ddd;
		color: #333;
		}
		
	a.continue:hover, a.back:hover, a.btn:hover {
		background: #999;
		color: #fff;
		}
		
/*
-----------------------------------------------------------------------------------------
The following content should for the most part remain static.
----------------------------------------------------------------------------------------- */

/*
-----------------------------------------------
Main Layout Divs
----------------------------------------------- */


	
#header {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 80px;
	}
	
#progress {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 25px;
	font-weight: bold;
	color: #fff;
	}
	
	.hide {
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		}
	
#all {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	}
	
#menu {
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	float: left;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	}

#content {
	margin: 0;
	padding: 20px;
	border: 0;
	width: 720px;
	float: left;
	}
	
#footer {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 25px;
	width: 100%;
	background: #ccc;
	color: #fff;
	}
	
	#footer a {
		text-decoration: none;
		color: #666;
		font-size: 9px;
		}
	
	#footer a:hover {
		text-decoration: none;
		color: #333;
		}
	
	.pad {
		margin: 7px 0 0 7px;
		}
		
#footer2 {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 25px;
	width: 100%;
	background: #eee;
	color: #666;
	font-size: 9px;
	}
		
/*
-----------------------------------------------
Progress Divs
----------------------------------------------- */

#outside {
	float: left;
	width: 300px;
	padding: 6px 0 0 10px;
	margin: 0;
	vertical-align: baseline;
	}

#border {
	width: 200px;
	height: 10px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	}
	
#status {
	height: 10px;
	margin: 0;
	padding: 0;
	}





/*
-----------------------------------------------
Menu Links
----------------------------------------------- */

a.menu {
	width: 145px;
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}
	
.submenu {
	width: 165px;
	}
	
a.sub {
	display: block;
	width: 135px;
	margin: 0;
	padding: 4px 10px 4px 20px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.hidemenu {
	display: block;
	padding: 7px 10px 3px 5px;
	height: 15px;
	width: 150px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	}

a.logout {
	display: block;
	padding: 7px 11px 3px 8px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 60px;
	}
	
/*
-----------------------------------------------
Headers
----------------------------------------------- */

h1 {
	font-size: 16px;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
    text-transform: capitalize;
	}
	
.h2 {
	font-size: 12px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 4px;
	margin: 0 0 10px 0;
  line-height: 12px;
	}
	
h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	padding: 4px;
	margin: 0 0 10px 0;
  line-height: 12px;
	}

.h4 {
	text-align: left;
  color: #999;
  
	font-size: 10px;
	padding: 2px 10px 2px 2px;
	margin: 0;
  font-weight: bold;
	}
	
/*
-----------------------------------------------
Divs or Spans Specific to Content
----------------------------------------------- */

.input-pad {
	padding: 0 15px 15px 15px;
	}
	
.preview {
	padding: 0 15px 15px 0;
	vertical-align: top;
	float: left;
	line-height: 14px;
	}
	
.input {
	padding: 0;
	vertical-align: top;
	background: #eee;
	float: left;
	line-height: 14px;
	}
	
.layouts {
	padding: 10px;
	margin: 0 15px 0 0;
	border: #ccc solid 1px;
	text-align: center;
	float: left;
	width: 130px;
	}
	
#buttons {
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: #ccc solid 1px;
	width: 720px;
	float: left;
	}
	
.arrow {
	float: left;
	text-align: center; 
	width: 15px;
	}

.pad20 {
  padding: 15px 20px 20px 20px;
  margin: 0;
  }

.thumb {
  text-align: center;
  width: 105px;
  border: #ccc solid 1px;
  margin: 0 10px 10px 0;
  float: left;
  }

.clear {
  clear: both;
  }

.error {
  color: #cc0000;
  }

.example {
    font-size: 9px;
    color: #888;
    }

/*
-----------------------------------------------
Button Links
----------------------------------------------- */

a.option {
	display: block;
	text-decoration: none;
	padding: 3px;
	margin: 0 0 1px 0;
	}

a.btn {
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.continue {
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	}
	
a.back {
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0;
	}


a {
    color: #333;
    }

    a:hover {
    color: #333;
    text-decoration: none;
    }

	
/*
-----------------------------------------------
Images
----------------------------------------------- */

img	{
	border: 0;
	}
	
/*
-----------------------------------------------
Tables
----------------------------------------------- */

.table {
	color: #333;
	font-size: 10px;
	}

.td {
  padding: 0 10px 10px 0;
  vertical-align: top;
  }

.td-line {
  padding: 10px 10px 10px 0;
  vertical-align: top;
  border-bottom: #999 solid 1px;
  }

table.layout-options {
    border: #ccc solid;
    border-width: 1px 0 0 1px;
    }

table.layout-options tr td {
    border: #ccc solid;
    border-width: 0 1px 1px 0;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    }

table.input-table {
    padding: 10px 0 0 0;
    }

table.input-table tr td {
    padding: 0 10px 10px 0;
    }

/*
-----------------------------------------------
Forms
----------------------------------------------- */

input {
  background-color: #fff;
  border: #ccc solid 1px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  }

select {
  background-color: #fff;
  border: #ccc solid 1px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  }

textarea {
  background-color: #fff;
  border: #ccc solid 1px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 2px;
  }

/*
-----------------------------------------------
SUPPORT STUFF
----------------------------------------------- */

#support {
    font-size: 11px;
    line-height: 16px;
    }    

#support h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding: 5px 0 0 0;
	color: #000;
	font-weight: bold;
    background: none;
    text-align: left;
    text-transform: none;
    letter-spacing: normal; 
	}

#support .support-text {
	background: #eee;
	padding: 15px;
	margin: 15px 0 0 0;
	line-height: 14px;
	}
