*{
margin:  0;
padding: 0;
}

body{
font: 73% "Lucida Grande", verdana, arial, helvetica, sans-serif;
color: #333;
background-color: #e5e5e5;
}

/***
 * General Link Styles
 */

a{
color: #9262b1;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#content p{
margin-bottom: 2px;
}


div#logincontrol{
float:right;
position: relative;
top: -2px;
}
/***
 * General Header Styles
 */

h1{
font-size: 18px;
padding: 5px;
font-weight: normal;
background-color: #edf3fe;
}

h3{

background-color:  #edf3fe; 
font-weight: normal;
margin: 0px 0px 3px 0px;
padding: 1px;
}

.content h3{

}

#searchbox{

width: 255px;
margin: 0 auto;
}


table.search tbody tr:hover{
cursor: pointer;
background-color: #F9FFD0;
}

#searchbox input{
font-size: 20px;
padding: 2px;
}

div#search{

max-height: 500px;
overflow: auto;
}

/***
 * General image styles
 */ 
img{
border: none;
}

a img{
border: none;
}

#nav{
float: right;
margin: 0px 3px;
height: 25px;
width: 100%;
text-align: right;
}

/***
 * Header Formatting
 */
#header{
width: 100%;
height: 75px;
border-bottom: 1px solid #ccc;
background-image: url(/styles/basecamp/images/normal.gif);
background-position: right;
background-repeat: no-repeat;
background-color: #dec2f0;
}

#modules{
float: left;
position: relative;
top:6px;
margin-left: 5px;
}






#header ul{
text-align: center;
height: 20px;
}

#header li{
list-style-type: none;
padding:4px;
background-color: #9262b1;
margin: 1px;
font-size: 10px; 
height: 15px;
cursor: pointer;

}
#header li.current{
background-color: #E5E5E5;
}



#modules li{
float: left;
}

#controllers li{
float: left;

}

#header li:hover{
background-color: #E5E5E5;

}


#header li.current a{
color: #9262b1;
}

#header li:hover a{
color: #9262b1;
text-decoration: none;
}
#header a{
color: white;
}





/***
 * Main Area Formatting
 */
#main{

float: left;
width: 100%;

}


/***
 * Sidebar Formatting
 */
#sidebar{
width: 250px;
float: right;
background-color: #ffffff;
border-right: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
margin: 10px ;
}

#sidebar.default{
display: none;
}

#sidebar h3{
background-color: #EDF3FE;
border: none;
padding: 2px;
}

#sidebar p{
margin: 1px 0 5px 0;
padding: 2px;
}



div.links{
width: 184px;
padding: 2px;
margin: 5px;
border: 1px solid #ccc;
background-color: #ffffff;
}

*html div.links{
width: 190px;
}

div.links h3{
background-image: url(/styles/cap/images/linktop.gif);
width: 186px;
padding: 2px;
position: relative;
top: -3px;
left: -3px;
color: white;
font-size: 12px;
margin: 0px;
}

div.links h3 a{
color: white;
}

div.links li a{
width: 100%;
color: #666;
}

div.links ul{
list-style: none;
font-size:  11px;
}

div.links ul li:hover {
background-color: #eeeeee;
display: block;
}

#content{
border-right: 1px solid #cfcfcf;
}

#content.default{
margin: 10px 10px 10px 10px;
}

#content.sidebar{
margin: 10px 270px 10px 10px;
}

#contentbox{

float: left;
background-color: #fff;
border-right: 1px solid #cfcfcf;
border-bottom: 1px solid #cfcfcf;
width: 100%;
}


#page{
margin: 5px;
clear: both;
}
#foot{
clear: both;
width: 100%;
}

#logo{
font-size: 25px;

padding: 5px;
color: #fff;
}


.flash{
border: 1px solid green;
background-color: #99FF99;
text-align: center;


}

/***
 * Dashboarding Styling
 */
#dashboard{
position: absolute;
top:0;
left:0;
height: 100%;
width: 100%;
display: none;
z-index: 200;
text-align: center;
background-image: url(/styles/cap/images/overlay.png);
}

* html #dashboard{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


#dashcontent{
width: 700px;
margin: 40px auto;
text-align: left;

padding: 10px;

}

#dashclose{
float: left;
width: 30px;
height: 30px;
background-image:  url(/styles/cap/images/close.png);
background-repeat: no-repeat;
margin: 5px;
}

div.widget{
background-color: black;
width: 200px;
height: 100px;
float: left;
margin: 5px;
color: white;

}

#sort1, #sort2, #sort3{
float: left;
width: 210px;
height: 500px;
}

/****
 * Start of Form Styling
 */

input, select, textarea{
border: 1px solid #666;
}

select{
font-size: 97%;
}

label{
display: block;
}

.search .bottom{
position: relative;
top: 6px;
}


/****
 * Table Styling
 */
table{
width: 100%;
}

thead{
background-color: #a87ec3;
color: white;
font-weight: bold;
}

tr.even{
background-color: #edf3fe;
}

#permission_lookup td{
width: 30%;
}

.distribute-3 td{
width: 33%;
}

.distribute-4 td{
width: 25%;
}

.controls table{
width: auto;
}

.controls td{
width: 30px;

font-size: 10px;
text-align: center;
}

.controls img{
height: 20px;
}


table.data{
width: 300px;
border-collapse: collapse;
}

table.data td{
border-bottom: 1px solid #ebebeb;
}

tr.active:hover, li.active:hover{
background-color: #ECE5F3;
cursor: pointer;
}

thead a{
color: white;
}

/****
 * List styling
 */

ul.tab{
list-style: none;
margin: 10px;
background-color: #def5f7;
}

ul.tab li{
display: inline;
padding: 5px;
margin: 3px;
border: 1px solid #64aab0;
background-color: white;

}

ul.tab li:hover{
background-color: #64aab0;
}

ul.tab li:hover a{
color: white;
text-decoration: none;
}

/****
 * Standard Classes
 */
.leftpane{
float: left;
width: 40%;
}

.rightpane{
float: right;
width: 55%;
border: 1px solid #ccc;
height: 200px;
}

.menu, .menu-1, .menu-2, .menu-3, .menu-4{
text-align: center;
}

.menu-1 td{
width: 100%;
}

.menu-2 td{
width: 50%;
}

.menu-3 td{
width: 33%;
}

.menu-4 td{
width: 25%;
}

.calendar{
width: 200px;
}

.right{
float: right;
}

.controls{
float: right;
}

.content{
margin: 10px 0 8px 0px;
background-color: #FAFAFA;
border-right: 1px solid #efefef;
border-bottom:1px solid #efefef;
}



div.img {
float: left;
height: 45px;
width: 45px;
margin-right: 10px;
}

a.nolink{
text-decoration: none;
color: black;
}

a.nolink:hover{
background-color: #f5f5f5;
}

a.nolink img{
position: relative;
top: 4px;
}


#sidebar h3 img{
position: relative;
top: 4px;
}

td.td-id{
width: 70px;
}



.scrollbox{
height: 200px;
overflow: auto;
}

li{
margin-left: 20px;	
}


div.highlight{
border: 1px solid #a376be;
background-color: #E2D3F0;
padding: 3px;
color: #00000;
}