/*----------------------------------------------
/* CSS for Published Gadget Portal Version
/* Created by Jason Denison
/* October 29, 2008
/*--------------------------------------------*/


body {
	margin-top: 10px;
	text-align:center;
	}
#containermain {
	width:625px;
	margin: 0;
	margin: 0 auto;/* center the page in Firefox */
	float:none;
	}	
	
#header {
	width: 625px;
	height: 225px;
	background-image: url(../images/template/gadgetportal_header.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:left;
	}
#header h1 {
	display:none;
	}	
#headerimagebottom1 {
	float:left;
	width: 0px;
	height: 43px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center;
	}
#spacercontainer {
	width:625px;
	height:60px;
	margin: 0;
	margin: 0 auto;/* center the page in Firefox */
	float:none;
	clear:both;
	}		
#headerimagebottom2 {
	clear:both;
	float:left;
	width: 260px;
	height: 69px;
	background-color:#FFFFFF; 
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center;
	}	
.success {
	display: block;
	width: 594px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #ffffdd no-repeat 10px center;
	padding: 7px 5px 7px 5px;
	margin: 5px 0px;
	border: 2px solid #eeeeee;
	}
.error {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	width: 594px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF0000 no-repeat 10px center;
	padding: 7px 5px 7px 5px;
	margin: 5px 0px;
	border: 2px solid #eeeeee;
	}			


/*------- navigation ------*/
#navcontainer {
	clear:both;
	width: 625px;
	margin: 0;
	float:none;	
	}
#nav, #nav ul {
	font-family: Arial, Verdana;
	font-size: 17px;
	font-weight:bold;
	color: #999999;
	background: #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	text-align: left;
	}	
#nav a {
	display: block;
	color:#999999;
	width: auto;
	line-height: 20px;
	border: 0;
	text-decoration: none;
	padding: 5px;
	}
#nav a:hover, #nav a.active {
	color: #FFFFFF;
	background-color: #6cb3ef;
	}
#nav li  {
	display:block;
	position:relative;
	float: left;
	width: auto;
	background-color: #ffffff;
	padding: 5px;
}
#nav li a {
	display:block;
	background-color: #ffffff;
}
#nav li a:hover, #nav li a.active  {
	color: #FFFFFF;
	background-color: #6cb3ef;
}		
#tools #nav li.menu_tools a,
#users #nav li.menu_users a
	{
	color: #FFFFFF;
	background-color: #6cb3ef;
	}
	
	
/*----- Content ------*/
#contentcontainer {
	position:relative;
	float:left;
	clear:both;
	width: 625px;
	margin: 0;
	margin: 0 auto;/* center the page in Firefox */
	margin-left: 10px;
	margin-top: -25px;
	margin-bottom: 15px;
	z-index:1000;
	}
#content {
	float:left;
	width:540px;
	margin: 0;
	margin-right: 16px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	text-align:left;
	}
#contentUsers {
	float:left;
	width:600px;
	margin: 0;
	margin-right: 16px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	text-align:left;
	}
#contentAddUsers {
	float:left;
	width:635px;
	margin: 0;
	margin-right: 16px;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	text-align:left;
	}		
.contentTitle {
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	text-decoration:none;
	width: 200px;
	float:left;
	}

.toolsTitle {
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	text-decoration:none;
	width: 100px;
	float:left;
	margin-bottom: 15px;
	}
#contentButton{
	float:right;
	width:278px;
	margin:0;
	margin-top: 0px;
	text-align:right;
	}	
.contentsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
	}	
a.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;	
	border-bottom: 1px dotted #999999;
	}
a.contentlink:hover {
	color: #666666;
	border-bottom: 1px solid #006699;	
	}
		
	
/*----- My Tools Page Styles ------*/	
.MyToolsItem {
	float: left;
	width: 300px;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.MyToolsBtns {
	float: left;
	width: 250px;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	}	
.MyToolsUsers {
	float: left;
	width: 200px;
	margin-top: 10px;
	
	}	
	
.MyToolsItemInactive {
 display:block;
 float: left;
 width: 300px;
 text-align:left;
 margin-bottom: 5px;
 margin-top: 5px;
 }
.MyToolsBtnsInactive {
 display:block;
 float: left;
 width: 125px;
 text-align:left;
 margin-bottom: 5px;
 margin-top: 5px;
 } 
.MyToolsUsersInactive {
 display:block;
 float: left;
 width: 200px;
 margin-bottom: 0;
 margin-top: 0px;
 }   

#inactivegadgets {
 float:left;
 background-color: #eeeeee;
 border-top:1px solid #CCCCCC;
 width: 100%;
 margin-bottom: 0px;
 margin-top: 0px;
 clear:both;
 }

#activegadgets {
 float:left;
 border-top:1px solid #CCCCCC;
 width: 100%;
 margin-bottom: 0px;
 margin-top: 0px;
 clear:both;
 }
	
.MyToolsUsersScroll {
    width: 200px;
    height: 100px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    float: left;
    overflow: auto;
    margin-top: 10px;
}
	
	
	
/*----- Icons ------*/	
#iconscontainer{
	float:left;
	width:278px;
	margin:0;
	margin-top: 0px;
	}
#iconwirless {
	float:left;
	width: 115px;
	height: 90px;
	background-image:url(../images/template2008_10.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	}
#iconwirelesstext {
	float:left;
	width: 125px;
	height: 90px;
	background-image: url(../images/template2008_11.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom: 10px;	
	}
#iconlock {
	float:left;
	width: 115px;
	height: 99px;
	background-image: url(../images/template2008_20.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom: 10px;	
	}
#iconlocktext {
	float:left;
	width: 103px;
	height: 99px;
	background-image: url(../images/template2008_16.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom: 10px;	
	}			
#iconnetsetup {
	float:left;
	width: 115px;
	height: 91px;
	background-image: url(../images/template2008_15.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom: 10px;
	}
#iconnetsetuptext {
	float:left;
	width: 155px;
	height: 99px;
	background-image: url(../images/template2008_21.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	}
