/* CSS Document */
body {
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial;
}
div, input:focus{
	outline:none;
}
a:link{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.whiteBg{
	background-color:#FFF;
}
.border-radius{
	border: none;
	border:1px solid #096;
	border-radius: 5px;
}
.text_boxes{
	padding: 5px;
	font-size: 1.2em;
	font-stretch: expanded;
	border: none;
	border:1px solid #BBB;
	border-radius: 5px;
}

.text_boxes_small{
	width:100%;
	padding: 5px;
	font-size: 1.0em;
	font-stretch: expanded;
	border: none;
	border:1px solid #BBB;
	border-radius: 5px;
	margin:5px 0;
}
.dropdown_lists{
	padding: 5px;
	font-size: 1.0em;
	font-stretch: expanded;
	border: none;
	border:1px solid #BBB;
	border-radius: 5px;
}
.buttons{
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	border: none;
	border:1px solid #060;
	border-radius: 5px;
	background-color:#036;
	color:#FFF;
	outline:none;
}
.buttons:hover{
	background-color:#090;
	color:#FFF;
	font-weight:lighter;
}
.menu_buttons{
	width:100%;
	margin-bottom:2px;
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	font-stretch: expanded;
	border: none;
	border:1px solid #060;
	border-radius: 5px;
	background-color:transparent;
	outline:none;
}
.disabledButton{
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	font-stretch: expanded;
	border: none;
	border:1px solid #9D9D9D;
	border-radius: 5px;
	background-color:#EAEAEA;
	color:#9D9D9D;
}
#view{
	height:16px;
	width:25px;
	background-color:transparent;
	background-image:url(../images/view.png);
	background-position:center;
	background-repeat:no-repeat;
}
#delete{
	height:31px;
	width:25px;
	background-color:transparent;
	background-image:url(../images/delete.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tick{
	height:31px;
	width:25px;
	background-color:transparent;
	background-image:url(../images/tick.png);
	background-position:center;
	background-repeat:no-repeat;
}
#tick:hover{
	background-image:url(../images/tick_over.png);
}
.deleteButtonRed{
	height:38px;
	width:64px;
	background-color:transparent;
	background-image:url(../images/delete_red.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
}
.uploadBtn{
	width:45px;
	height:40px;
	margin:0 3px;
	background-image:url(../images/uploadBtn.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	border: none;
	float:left;
}
.item-div-home{
	border-top:1px solid #FFF;
	height:0;
}
.item_image_div{
	height:auto; 
	max-height:320px; 
	width:98%;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #F5F5F5;
}
.linkButton{
	padding: 2px;
	font-size: 0.8em;
	border: none;
	border-radius: 5px;
	background-color:transparent;
	color:#000;
}
.linkButton:hover{
	color:#0C0;
}
.rowHover{
	background-color:#FFF;
	border-bottom:1px solid #EEE;
	font-size:1.2em;
	padding:5px 0;
}
.rowHover:hover{
	background-color:#FF9
}
.rowsPadding{
	padding:5px 15px;
}
.boldHover:hover{
	font-weight:bold;
}
.inputTitle{
	font-size:0.7em;
	color:#777;
}
.session-timeout-notification
{ 
   width: 100%;
    background-color: #BADA55;
    border-bottom: 1px solid #000;
    color: #c01065;
    display: none;
    padding: 4px;
    position: fixed;
    top: 0;
    left: 0;
}
.logOutWarning{
	width:100%;
	z-index:9999;
	position:absolute;
	background-color: #ff6600;
	padding: 15px 50px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}