@import url(/css/linkStyles.css);


/*-----------------------------------------------------------------------------
executivemusic dot com

basic.css

version:   5.0
author:    allan aguirre
email:     info@rileyagency.com
website:   http://www.allanaguirre.com - http://www.rileyagency.com
----------------------------------------------------------------------------- */


/* reset whitespace 
-------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}


/* Body Style 
-------------------------------------------------- */
body {
 	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	min-width: 900px;
	background: #cccccc url(../imgs/common/bkgrnd.gif) top left repeat-x;
}


/* Buckets 
-------------------------------------------------- */
#login {
	margin: 0 auto;
	text-align: right;
	padding: 10px 33px 0 0;
	vertical-align: middle;
}

#ringtone {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
}

#storyTable {
	margin: 0 auto;
	text-align: left;
}

#pressTable {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
}

#sidebarStoryTable {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
}

#dataTable {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: center;
}


/* Text Styles 
-------------------------------------------------- */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding:;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #023399;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #cc3300;
	text-transform: uppercase;
}

.body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333;
}

.btmNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 2.0em;
}

.btmNavItem { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #333;
}

.legalLines { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color: #000;
}

.item { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}


/* Form Styles 
-------------------------------------------------- */
.formBox {
	border: solid 1px #cbcbcb;
	margin: 2px 2px 2px 2px;
}

.formTitle {
	margin: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	color: #fff;
	background-color:#a5a4bc;
	border: solid 1px #cbcbcb;
	padding: 2px 2px 2px 2px;
}

.formTxt {
	margin: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	color: #666;
	border: solid 1px #cbcbcb;
	padding: 2px 2px 2px 2px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	width: 135px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 100px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}


/*	File List (replace #data id)
------------------------------------------- */
#fileList {
	border-collapse: collapse;
}

#fileList thead th {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	text-align: center;
	background-color: #fff;
	border-bottom:1px solid #cecece;
	padding: 5px 10px 5px 10px;
}

#fileList thead td {
	background-color: #ccc;
}

#fileList th.edgeLeft {
	border-left: none;
}

#fileList th.edgeRight {
	border-right: none;
}

#fileList th, #fileList td {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 2px 5px;
}

#fileList td.projectName {
	color: #900;
	font-weight: bold;
}

#fileList td.pad {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #ccc;
}

#fileList th.pad {
	padding: 2px 5px;
}

#fileList td.empty {
	font-size: 10px;
	font-weight: bold;
	color: #900;	
	text-align: center;
	padding: 10px;
	border-top: 1px solid #eee;
}

#fileList tr.odd {
	background-color: #ccc;
	border-top: 1px solid #eee;
	height: 20px;
}

#fileList tr.even {
	background-color: #b6b6b6;
	border-top: 1px solid #eee;
	height: 20px;
}

#fileList tr.odd td, #fileList tr.even td {
	height: 20px;
}

#fileList tr:hover {
	background-color:#cccc00;
}