﻿.tableformatted {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;	
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	padding: 6px;
	width:500px;	
}
.tableformatted a:link { text-decoration: none; font-weight: bold}
.tableformatted a:active { text-decoration: none; font-weight: bold}
.tableformatted a:visited { text-decoration: none; font-weight: bold}
.tableformatted a:hover { text-decoration: underline; font-weight: bold}

.tableformattedsmall {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;	
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	padding: 6px;
	width:400px;	
}
.tableformattedsmall a:link { text-decoration: none; font-weight: bold}
.tableformattedsmall a:active { text-decoration: none; font-weight: bold}
.tableformattedsmall a:visited { text-decoration: none; font-weight: bold}
.tableformattedsmall a:hover { text-decoration: underline; font-weight: bold}

.row1
{
	background-color:#e8edff;
}
.row2
{
	background-color:#ffffff;
}
.gridDelete
{
	width: 40px;
}
.gridEdit
{
	width: 40px;
}

.modalBackground 
{
	background-color:Black;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
    opacity: 0.7;
}

.rightpanel1
{
	background-color:#e0e0e0;
}

.RDerror
{
    border: dotted 1px silver;
    margin: 8px 0px 8px 0px;
    padding: 12px 8px 12px 50px;
    color: #6b1717 !important;
	background: url(/images/ICON-exclamationPtCircle.gif) #ffe8e8 no-repeat 6px 6px;   
}

/*xml-profile*/
.contenttitle{ font-family:"Trebuchet MS",Arial; 
          font-size:18px;
		  font-weight:normal;
		  font-style:normal;
		  color:#CE6606;
          }
		  
.contenttitle a:link { color: #CE6606; text-decoration: none; font-weight: normal}
.contenttitle a:active { color: #CE6606; text-decoration: none; font-weight: normal}
.contenttitle a:visited { color: #CE6606; text-decoration: none; font-weight: normal}
.contenttitle a:hover { color: #CE6606; text-decoration: underline; font-weight: normal}

/* wizard */

.sidebar
{
	width: 18em;
	display: block;
	padding: 5px 5px 5px 1px;
	border-left: 5px solid #76a0c4;
	border-right: 7px solid #76a0c4;
	background-color: #94b8d7;
	color: #fff;
}

.sidebar a:link { color: #fff; text-decoration: none; font-weight: normal}
.sidebar a:active { color: #fff; text-decoration: none; font-weight: bold}
.sidebar a:visited { color: #fff; text-decoration: none; font-weight: normal}
.sidebar a:hover { color: #fff; text-decoration: underline; font-weight: normal}	  

.sidebaractive
{
	background-color: #757370;
}

/* other */

#navcontainer
{
width: 18em;
padding: 0 0 1e 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 5px solid #1958b7;
border-right: 7px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/*list search*/
.listsearch
{
	font-size: 17px;
	font-style:italic;
	font-weight: bold;
	color:white;
	background-color:#1f497d;
}

.memberList {
	background: #94b8d7;
	padding: 6px;
}

#leftColumn .memberList h1 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	overflow:auto;
}	

/* Search */
#search_box {
	width: 278px;
	height: 30px;
	background: url(/media/resourcedirectory/images/search3.gif) no-repeat;
}

.search_input {
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: 0;
	width: 230px;
	background: none;
}
 
.go {
	float: right;
	margin: 3px 4px 0 0;
}

/*wizard*/
.contentpreviewTitle
{
	font-family:"Trebuchet MS",Arial; 
    font-size:x-small;
	font-weight:normal;
	font-style:normal;
	color:White;
	background-color:Blue;
}
.contentpreview
{
	font-family:"Trebuchet MS",Arial;
	font-weight:normal;
	font-style:normal;
	border-color:Blue;
	border-width:1;
	color:Blue;
}

