/*
    Document   : style
    Created on : 21.7.2010, 15:26:06
    Author     : Jani
    Description:
        Purpose of the stylesheet follows.
*/

/*
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
* { margin: 0; padding: 0; border: 0px; }


html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

body {
    font-size: 12px;
    font-family: sans-serif;
    display: block;
    margin: 0;
    padding: 0;
}

.fileTab {
    border: 1px solid red;
}

a {

    width: 60px;
}

/* Message styles */
#growl{
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 320px;
    z-index: 10;
}

.notice{
    position: relative;
    min-height: 30px;
}

.skin{
    position: absolute;
    background-color: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    right: 0;
    top: 0;
    z-index: -1;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.close{

    text-indent: -9999px;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
}

/* Footer styles */

body{
    margin: 0;
    padding: 0;
    border: 0;
	background-color: lightgrey;
}

.footer, .push {
    height: 2em;
    text-align: center;
    color: grey;
    font-size : 0.7em;
    padding-top: 10px;
}

.expArrow {
    padding-left: 20px;
    padding-top: 0;
    background: url(../pictures/arrow-down.png) no-repeat 0 0;
    text-decoration:none;
    font-weight:bold;
    color: black;

}

.colArrow{
    padding-left: 20px;
    padding-top: 0;
    background: url(../pictures/arrow-up.png) no-repeat 0 0;
    text-decoration:none;
    font-weight:bold;
    color: black;
}

div{
    z-index: 1;
}


#betaLogo{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left:-200px;
    background: url("../pictures/beta.png") no-repeat;
    width: 200px;
	height: 200px;
	z-index: 10;
}
#blockDiv{
	z-index:19;
}
#messagesBlockDiv{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#messagesDiv {
	 /* background-image: -moz-radial-gradient(50% 0 , circle farthest-corner, #b20000 0pt, #ffaf31 100%);*/
	background: #ffaf31; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffaf31 0%, #ff9400 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf31), color-stop(99%,#ff9400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf31 0%,#ff9400 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf31 0%,#ff9400 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf31 0%,#ff9400 99%); /* IE10+ */
	background: linear-gradient(top,  #ffaf31 0%,#ff9400 99%); /* W3C */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf31', endColorstr='#ff9400',GradientType=0 ); /* IE6-8 */
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px #000000;
    border-radius: 15px;
    box-shadow: 0 0 10px #000000;
    font-size: 0.9em;
    left: 50%;
    margin: 100px 0 0 -300px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 600px;
	overflow:hidden;
	scrollbar-x: bottom;
	scrollbar-y:right;
	height:600px;
	z-index:21;
}
.messageClass{
	padding-left:10px;
	border-left-style:solid;
	border-left-width:3px;
	border-left-color:#e49729;
}
.messageControlClass {
	padding-left:10px;
}
#closeContent{
	border-top-style:dotted;
	border-top-width:4px;
	border-top-color:#e49729;
	padding-top: 5px;
}