﻿/*
 COPYRIGHTS + TAURAS TECHNOLOGY + 
 --------------------------------
*/

/* Commons CSS
------------------------------------------------------  */

* {padding: 0px; margin: 0px;  font-family: "Verdana"; line-height: 1.7em;
        font:normal 12px/1.7em "verdana";
}
h3 {float: left; font-family: "Georgia"; font-size: 14px;color:white;}
h1 {float: left; font-family: "Georgia"; font-size: 14px;color:white;}
img {clear:both; display: inline; color: #fff; font-size: 70%;}
div { margin: 0; padding: 0;color:#CCFF66;font-size:12px;}
ul {margin: 0; padding: 0 ; list-style-type: none; }
li {line-height: 18px; margin: 0; padding: 0;}
hr {height: 18px;}
div {display: block;}
br {height: 18px;}
Div{
	overflow:visible;
    _behavior: url(iepngfix.htc); /* must be absolute URL, blank.gif must be next to iepngfix.htc */
    background-color:transparent;
}
span{
	background-color:transparent;
}

img{
	overflow:visible;
    _behavior: url(iepngfix.htc); /* must be absolute URL, blank.gif must be next to iepngfix.htc */
    background-color:transparent;
}
.boxer{
	border-bottom:1px #CCFF33 dotted;
}

.msgs{
	background-color:white;
	border-bottom:2px gray solid;
    border-top:2px #D6D6D6 solid;
	color:black;
	padding:3px 3px 2px 5px;
}



/* Layout Definations - Needd to define the page structure
---------------------------------------------------------- */

	/* Layout  */
#columnA {
	float:left;
	width : 20%;
}
   .options-content {
	display:none;
	background-color:#FFF7DF;
}

/* Layout  */
#columnA {
	float:left;
	width : 100%;
}
#columnB {
	float:right;
	width : 100%; 
}
.container {
	margin:15px;
}


/* Container Styles */
/* ================ */
.ui-sortable-helper {  }

.widget-container-active {
	
}
.widget-container-hover {
	border:1px dotted #999999;
	background-color : black;
}

.layout-dropzone {
	border: 1px dotted #0068CF;
	background-color: black;
}

/* Widget Styles */
/* ============= */
.widget { 
	width:100%;margin-bottom:10px;
}
.widget-wrapper {margin:0px;padding:0px;}

.widget-handle {
	background-color:black;
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('boxtop.png') no-repeat;padding-left:11px
}



.widget-title {
	text-align : left;
}

div#widget1 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('purhead.png') no-repeat;padding-left:11px
}

div#widget1 .widget-title{
	color:white;
	font:bold 13px/1.8em georgia;
}

div#widget2 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('bluhead.png') no-repeat;padding-left:11px
}

div#widget2 .widget-title{
	color:black;
	font:bold 13px/1.8em georgia;
}

div#widget3 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('pinkhead.png') no-repeat;padding-left:11px
}

div#widget3 .widget-title{
	color:black;
	font:bold 13px/1.8em georgia;
}

div#widget4 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('greenhead.png') no-repeat;padding-left:11px
}

div#widget4 .widget-title{
	color:black;
	font:bold 13px/1.8em georgia;
}

div#widget5 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('orangehead.png') no-repeat;padding-left:11px
}

div#widget5 .widget-title{
	color:black;
	font:bold 13px/1.8em georgia;
}
div#widget6 .widget-handle {
	cursor:pointer;
	margin:0;
	padding:2px;
    height:27px;background:transparent URL('bluehead.png') no-repeat;padding-left:11px
}

div#widget6 .widget-title{
	color:white;
	font:bold 13px/1.8em georgia;
}


/*div#widget10 .widget-handle, div#widget9 .widget-handle, div#widget8 .widget-handle, div#widget7 .widget-handle, div#widget6 .widget-handle, div#widget5 .widget-handle, div#widget4 .widget-handle, div#widget3 .widget-handle, div#widget2 .widget-handle, div#widget1 .widget-handle
{
	cursor:pointer;	margin:0;padding:2px;height:27px;background:transparent URL('pur2.png') no-repeat;padding-left:11px
}
*/




.widget-control {
	float:right;
	height:12px;
	width:12px;
	margin-left:3px;
}
.widget-body {
	margin:0;
}
/* Widget Controls */
.widget-controls .widget-close {
	background-image:url(imagesmyma/layout_close.gif);
	background-position:center 4px;height:19px;
	background-repeat:no-repeat;
	visibility:hidden;
	width:0px;
}
.widget-controls .widget-minimize {
	background-image:url(imagesmyma/layout_minimize.gif);
	background-position:right center;;height:19px;
	float:right;
	background-repeat:no-repeat;
}
.widget-controls .widget-maximize {
	background-image:url(imagesmyma/layout_maximize.gif);
	background-position:center 4px;height:19px;
	background-repeat:no-repeat;
}
.widget-controls .widget-options {
	background-image:url(imagesmyma/layout_settings.gif);
	background-position:center 4px;height:19px;
	background-repeat:no-repeat;
}
.widget-controls .widget-undock {
	background-image:url(imagesmyma/layout_undock.gif);
	background-position:center 4px;height:19px;
	background-repeat:no-repeat;
}

.widget-title {
	font-weight:bold;
}
div.widget {
	font-family:arial;
}
.widget-handle { color:black; border-bottom: 1px solid black; }


/* Widget Colors 
div.theme-green { border-top:2px solid #3B9064; }
div.theme-green .widget-handle { color:#3B9064; border-bottom: 1px solid #3B9064; }

div.theme-purple { border-top:2px solid #A458A4; }
div.theme-purple .widget-handle { color:#A458A4; border-bottom: 1px solid #A458A4; }

div.theme-yellow { border-top:2px solid #A0A040; }
div.theme-yellow .widget-handle { color:#A0A040; border-bottom: 1px solid #A0A040; }

div.theme-blue { border-top:2px solid #597C9F; }
div.theme-blue .widget-handle { color:#597C9F; border-bottom: 1px solid #597C9F; }
     */
	
Div.widget-container widget-column{
	width:160px;
}	

.help{
background:transparent url('whitebg.png') repeat;
padding:2px 2px 2px 4px;
color:black;
}



body {
	background: black url("background.jpg") repeat fixed;
	margin: 0 0 50px 0;text-align:center;
	}

div#calendar{
	text-align:center;
}	

.calendar{background-color:#a2ab73;padding:0px 4px 0px 4px;}
.calendar:hover{background-color:#D6E09F;padding:0px 4px 0px 4px;}

.calh{background-color:#63693F;font:bold 12px/1.8em 'georgia';color:white;text-align:center;}

.calendar a{color:black;}
.calendar a:hover{color:red;}

Div#contain{
	text-align:left; margin:0 auto;
	background: url('header.png') transparent repeat;
	width: 903px;height:212px;padding-left:-20px;margin-left:-1px;left:0px;
        }
	
div#wrapper {
background: url('header.png') transparent repeat;
margin:0 auto;width:948px;height:80px;overflow:hidden;
         }


Div#main {
  font:normal 6px/1.7em "Lucida Grande", "Trebuchet MS","tahoma";text-align:justify;
  padding:0px 8px 10px 8px;margin:0 auto;width:930px;
  background:transparent url('bgblack.png') repeat;
  border-left:1px #a2ab73 dotted;border-right:1px #a2ab73 dotted;
                }
Div#htrail{
	background: url('1header.png') transparent repeat;
     margin:0 auto;width:948px;overflow:hidden;
}
b{font-weight:bold;
}

/* PAGE DESIGNS 
--------------- */

span#headings{
	font:bold 14px/1.7em 'Georgia';
	color:#CCFF66;
}
span#subheadings{
	font:bold 14px/1.7em 'Georgia';
	color:#CCFF66;
}

span#normaltext{
	font:bold 13px/1.7em;
	color:#CCFF66;
}

a img{
border:none;
}
/* BOX DESIGNS PATTERNS
-----------------------  */
div.boxtop {height:27px;background:transparent URL('boxtop.png') no-repeat;padding-left:11px}
div.boxcontain{padding-right:8px;padding-top:5px;padding-left:4px}



/* MISC */
marquee{font-size:15px;}
		
a {font-weight:bold;color:#a2ab73;font:bold 13px/1.8em 'georgia'; text-decoration:none; background-image:url(link.png); background-repeat:repeat-x; background-position:bottom; outline:none}
a:hover { color:#D6E09F}

a.y1 {font-weight:bold;color:#a2ab73;font: 13px/1.8em 'georgia'; text-decoration:none; background-image:url(link.png); background-repeat:repeat-x; background-position:bottom; outline:none}
a.y1:hover { color:#D6E09F}

a.b1 {font-weight:bold;color:#a2ab73;font: 13px/1.8em 'georgia'; text-decoration:none; background-image:url(link.png); background-repeat:repeat-x; background-position:bottom; outline:none}
a.b1:hover { color:#D6E09F}

span.boxitemnormal{
	color:aqua;
}
span.boxitemnormal-jitter{
	color:lime;
}

h2{
	color:#CCFF66;display:inline;
	font:normal 13px/1.7em "Lucida Grande", "Trebuchet MS","tahoma";
}
starcontainer{
	background-color:transparent;
	display:inline;
}



span a{font-size:.75em; padding:0; margin:90px 18px 0 0; float:right; text-align:right; display:block; color:#D6E09F !important; }
span a:hover { color:#D6E09F}

span#spec{font-weight:bold;color:#a2ab73; text-decoration:none; background-image:url(link.png); background-repeat:repeat-x; background-position:bottom; outline:none}

span#spec1{font-weight:bold;color:#a2ab73; text-decoration:none; background-repeat:repeat-x; background-position:bottom; outline:none}

div#linkl{
padding-bottom:4px;background: transparent url('link.png') repeat-x;background-position:left bottom;
}
td
{
	padding-left:0px;
	vertical-align:top;
	text-align:justify;
}

td.style1{
	background-color:#a2ab73;
	color:black;
}
td.style3{
		border-bottom:1px #a2ab73 solid;
}
td.style2{
		border-bottom:1px #a2ab73 solid;
}
span#superspan {
background-color:#a2ab73;color:black;font: normal 19px/1.8em 'Times New Roman';	
}

textarea
{
background-color:#9A9A9A;border:1px #BEBEBE solid;
width:110px;
font-family: verdana; font-size: small; color:black;
}

input[type=text]
{

background-color:#9A9A9A;border:1px #BEBEBE solid;
width:110px;
font-family: verdana; font-size: small; color:black;
}

input[type=password]
{
background-color:#9A9A9A;border:1px #BEBEBE solid;
width:110px;
font-family: verdana; font-size: small; color:black;
}