﻿/*----------------------------------------------------------
Main Style Sheet of i-Cats
----------------------------------------------------------*/

/* BODY   
----------------------------------------------------------*/
body {
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page {
	width: 100%;
    height: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
}

#main {
	position: absolute;
	top: 0px; 
	left: 260px;
    right: 0px;
    bottom: 0px;
    height: 90%;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Sidebar   
----------------------------------------------------------*/

#sidebar {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 260px; 
	height: 100%; 
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #e9e9e9;
	/*color: #787878;*/
}

#logo {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	/*color: #000000;*/
}

#logo img {
	width:90px;
	height:90px;
}

#copyright {
	position: absolute;
	left: 110px;
	top: 10px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

#copyright table td {
    padding: 2px 0px 7px 5px
}

#sidebar ul {
	margin: 0px 0px 0.5em 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar h2 {
	margin-left: 10px;
	font-size: 1.1em;
	color: #0070c0;
	font-weight:bold;
}

#sidebar h2 a:hover{
	font-size: 1.2em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
}

/* Index   
----------------------------------------------------------*/
#index a {
	text-decoration: none;
}

#index a:hover {
	font-weight: bold;
}

/* Info   
----------------------------------------------------------*/
#info {
    width:35px;
    vertical-align:central;
    text-align:center;
}

#info img {
    height: 30px;
}

#info:hover img {
    height: 35px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /*color: #787878;*/
    font-weight: normal;
    margin: 0px;
	padding: 0px;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5, h6 {
    font-size: 1.2em;
}

/* Fieldset   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #0070c0;
    padding:5px 5px 5px 5px;
    margin:0 0 0 0;
}

legend 
{
    font-size:1.2em;
    /*font-weight: bold;*/
}

/* TABLE
----------------------------------------------------------*/

table 
{
    margin: 0px 0px 0px 0px;   
}

table tr
{
	width: 100%;
}

table td 
{
	padding: 3px 5px 3px 5px;   
}

table th
{
	padding: 5px 5px;
	text-align: left;
	background-color: #e8eef4; 
	border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color:red;
}

div#title {
    display:block;
    text-align:left;
}

a {
    color: #696969;
}

a img {
	border: none;
}

li {
    line-height: 1.6;
}

p a:hover {
	cursor: pointer;
}

.blueline {
	border-top:solid; 
	border-top-color:#0070C0; 
	border-width: 1px; 
	margin-top:10px; 
}

/* Styles for validation helpers - used?
-----------------------------------------------------------*/
/*.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}*/

/* Styles for input and textarea
----------------------------------------------------------*/

input[disabled] {
	background-color: #FBFBFB;
	color: #696969;
	opacity: 0.8;
}

input[readonly] {
	background-color: #F5F5F5;
	color: #696969;
	opacity: 0.7;
	cursor:default;
}

textarea {
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #2e2e2e;
	resize: none;
	border: none;
}

textarea[disabled] {
	background-color: #FBFBFB;
	color: #696969;
	opacity: 0.8;
}

textarea[readonly] {
	background-color: #F5F5F5;
	color: #696969;
	opacity: 0.7;
	cursor:default;
}

/* button action - used?
----------------------------------------------------------*/

/*.actions_container {
    margin: 15px auto;
    padding: 0;
    position:absolute;
    width:97%;
}

.actions_container div a, .actions_container div input 
{
    margin-bottom: 10px;
    margin-right: 10px;
}

.actions_container div a:hover, .actions_container div input:hover {
    cursor: pointer;
    outline: medium none;
}*/ 

/* purr notification box
--------------------------------------------------------------------*/

#purr-container {
	position: fixed;
	top: 0;
	right: 0;
}

.notice {
	position: relative;
	width: 320px;
	z-index: 99999;
}

.notice .close {
	position: absolute; 
	top: 15px; 
	right: 10px; 
	display: block; 
	width: 20px; 
	height: 20px; 
	text-indent: -9999px;
	background: url(images/purrClose.png) no-repeat 0 10px;
}
		
.notice-body {
	min-height: 50px;
	padding: 20px 20px 0 20px;
	background: url(images/purrTop.png) no-repeat left top;
	color: lightgreen;
}

.notice-body h3 {
	margin: 0px 0px 0px 0px; 
	font-size: 1.1em;
	color: white;
}

.notice-body h2 {
	margin: 0px 0px 0px 0px; 
	font-size: 1.1em;
	color:orange;
	/*text-shadow: 
		-1px 0 white, 
		0 1px white, 
		1px 0 white, 
		0 -1px white;*/
}

.notice-body p {
	margin: 5px 0px 0px 10px; 
	font-size: 0.9em; 
	line-height: 1.4em;
	text-wrap: normal;
}
		
.notice-bottom {
	height: 20px;
	background: url(images/purrBottom.png) no-repeat left top;
}