/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~                                          ~
~  mSeries Stylesheet                      ~
~  For Use With ALL                        ~
~                                          ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* -----------------------------------------
|                                          |
|  HTML Tag Overrides - Global             |
|                                          |
------------------------------------------*/

a:link {
	color: #333;
	font-weight: bold;
}

a:visited {
	color: #333;
	font-weight: bold;
}

a:hover {
	color: #333;
	font-weight: bold;
}

a:active {
	color: #333;
	font-weight: bold;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
 }
 
img {
 	border: 0px;
}

/* -----------------------------------------
|                                          |
|  Box Model Section Controls              |
|                                          |
------------------------------------------*/

#box_model {
	margin: 15px auto 0px auto;
	width: 700px;
}

/* -----------------------------------------
|                                          |
|  Header Section Controls                 |
|                                          |
------------------------------------------*/

#header {
	background-image: url("/images/logo.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 120px;
	width: 700px;
}

/* -----------------------------------------
|                                          |
|  Navigation Section Controls             |
|                                          |
------------------------------------------*/

#navigation {
	clear: both;
	font-size: 13px;
	padding: 10px 0px 15px 0px;
	text-align: center;
	width: 700px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
}

#navigation a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: #333;
	text-decoration: none;
}

body#mSeries #navigation a.mSeries, body#mCade #navigation a.mCade, body#mBar #navigation a.mBar, body#mTray #navigation a.mTray, body#mBrowser #navigation a.mBrowser, body#about #navigation a.about {
	border-bottom: 3px solid #fd0;
	color: #333;
	text-decoration: none;
}

/* -----------------------------------------
|                                          |
|  Content Section Controls                |
|                                          |
------------------------------------------*/

#content {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 700px;
}

#content h1 {
	color: #333;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#content h1 span {
	color: #999;
}

#content h2 {
	background-image: url("/images/heading_bg.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #333;
	font-size: 14px;
	margin: 7px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
}

#content h2 span {
	font-size: 10px;
	padding: 0px 0px 0px 10px;
}

#content h3 {
	color: #333;
	font-size: 13px;
	margin: 0px;
	padding: 5px 0px 3px 0px;
}

#content h3 span {
	color: #fd0;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#content h3 span a {
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}

#content h3 span a:hover {
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}

#content h4 {
	color: #666;
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#content fieldset {
	border: 0px;
	margin: 5px 0px 5px 0px;
}

#content legend {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#content p {
	color: #333;
	font-size: 13px;
	margin: 0px;
	padding: 5px 0px 4px 0px;
}

#content table {	
	border-collapse: collapse;
	border: 1px solid #ffc;
	color: #333;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	width: 100%;
}

#content tr.altrow1 {
	background-color: #fff;
	margin: 0;
}

#content tr.altrow2 {
	background-color: #ffd;
	margin: 0;
}

#content th {
	background-color: #ffc;	
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 5px;
	text-align: left;
}

#content td {
	padding: 4px 10px 4px 5px;
	text-align: left;
}

#content .nowrap {
	white-space: nowrap;
}

#content label {
	color: #333;
	float: left;
	font-size: 13px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	width: 100px;
}

#content input {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 1px;
}

#content select {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 1px;
}

#content textarea {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 1px;
}

#content ul {
	color: #333;
	font-size: 12px;
	margin: 2px 0px 0px 35px;
	padding: 0px;
	list-style-type: square;
}

#content li {
	padding: 0px 0px 1px 0px;
}

#content .fresh {
	color: #03f;
	font-weight: bold;
}


/* -----------------------------------------
|                                          |
|  Footer Section Controls                 |
|                                          |
------------------------------------------*/

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 11px;
	padding: 10px 0px 15px 0px;
	text-align: center;
	width: 700px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
}

#footer a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

body#mSeries #footer a.mSeries, body#mCade #footer a.mCade, body#mBar #footer a.mBar, body#mTray #footer a.mTray, body#mBrowser #footer a.mBrowser, body#about #footer a.about {
	border-bottom: 3px solid #fd0;
	color: #333;
	text-decoration: none;
}

