/* Common CSS for tailsweep,se and tailsweep.co.uk */

input{
margin: 3px 0;
border:1px solid #CCCCCC;
padding:2px 14px 2px 2px;
}

textarea{ 
border:1px solid #CCCCCC;
padding:2px;
}

select{
margin: 3px 0;
}

/* Header logged in info */
#loggedInUser{
	color:#888;
	position:absolute;
	z-index:1000;
	top:1px;
	margin-left:10px;
	text-align:left;
	width:725px;
	font-size:13px;	
}
#loggedInUser div {
	/*float:right; DISABLED WHILE WE HAVE THE SMW CLOUD UP */
}
#loggedInUser div span {
	font-weight:bold;
}

/* Top drop down menu */
ul.menuLevel2 {
	background: transparent url(/staticse/img/menulevel2bg.gif) repeat-x;
	margin: 38px 0 0 0 !important;
	text-align: left;
	border: #ccc 1px solid;
	border-width: 0px 1px 1px 1px;
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: 99;
}

ul.menuLevel2 li {
	background-image: none !important;
	float: none !important;
	margin: 0;
	padding: 5px !important;
	font-weight: bold;
	cursor: pointer;
}

ul.menuLevel2 a {
	text-decoration: none;
	display: block;
	color: #fff;
}

ul.menuLevel2 a:hover {
	color: #478597;
}

/* Sortable table */
.sortable thead { 
	background: transparent  url(/images/sortableTableHead.png) top left no-repeat;
	border-width:0px;
}

.sortable thead th {	
    /*background-color:#65d4ec;*/
    border-bottom: #ccc 1px solid;
    color:#888;
    font-weight:bold;
    line-height:2em;
    text-align:center;
}
.sortable thead th a{
  color:#888;
}

.sortable td {
padding:5px 2px;
}

.sortable tbody tr td.left{
	border-left: #ccc 1px solid;
}

.sortable tbody tr td.right{
	border-right: #ccc 1px solid;
}

.sortable .odd{
    background-color:#eee;
}

.sortable .even{
    background-color:#fff;
}

.sortable tfoot td{
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

/* System messages */
.system-msg{
	padding: 6px 0 6px 30px;
	margin-bottom:10px;
}

.confirm-msg{
	background: transparent url(/images/icons/checkmark_ok.png) no-repeat 5px 3px;
	border:#0bbf02 1px solid;
	border-width:2px 0;	
}

.error-msg{
	background: transparent url(/images/icons/checkmark_nok.png) no-repeat 5px 4px;
	border:#d90909 1px solid;
	border-width:2px 0;
}

.tooltip{
	border:#ccc 1px solid;
	background-color:#f5f5f5;
	padding: 5px;
}