/* CSS Document */
* {margin:0;padding:0}
p{margin-bottom:0.5em}
table{font-size:12px}
dl,ol{font-size:11px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;margin:5px;padding:5px}
dt{font-weight:bold;}
dt{margin-left:0px;}
dd{margin-left:50px;}

ul{margin-left:16px;margin-bottom:1em;font-size:12px;}


input{
	border: 1px solid #aaa;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	
	
}
/* commented backslash hack v2 \*/ 
html, body{height:100%;margin-bottom:10px;} 

body {
	font-family: Verdana, Arial, Helvetical, sans-serif;
	color: #000000;
	background:#4f6cd7;	/*NEWCOLOR*/
	background-image: url(../graphics/background.png);
	background-repeat: repeat-x;
	/*  	overflow-x:hidden;*/
  	min-width:1000px  /* this makes navcontainerroom for the scrollbar */	
}
#outer{
	margin-left:200px;
	margin-right:200px;
/*	
	border-left:1px solid #000;
	border-right:1px solid #000;
/*	margin-bottom:-52px;
	*_margin-bottom:-50px;
*/
	color: #000000;
	padding: 2px;
	padding-top: 27px;
	*_padding-top: 3px;
}
#inner{
  margin: 3px 10px;
}
#inner h1{
  font-size: 18px;
  *_width: 100%;   /*   TODO: Header problem her*/
} 
#inner h2{
  margin-top:6px;
  font-size: 16px;
  *_width: 100%;   /*   TODO: Header problem her*/
} 
#inner h3{
/*  margin-top:10px;*/
  font-size: 12px;
  *_width: 100%;   /*   TODO: Header problem her*/
  font-family:verdana;
} 
#inner p{font-size: 12px} 

#testid{
  color:white;
}

#header{
	background-image: url(../graphics/header2_bg.png);
	background-repeat: repeat-x;
	position:relative;/*ie needs this to show float */
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	color: #000000;
	border-bottom:1px solid #cccccc;
}

#logo{
	position:relative;/*ie needs this to show float */
	color:#eeeeee;	
    margin-left: 5px;
    padding: 3px;
	float:left;
	font-size: 20px;
	width: 350px;
}

.log{
    padding: 2px;
	position:relative;/*ie needs this to show float */
	float:right;
	color: #ffffff;
/*	background:#5577aa;	*/
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
/*	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;*/
/*	width: 35em;*/
	font-size: 0.8em;
}

.helplinks 
{
	color: #ccc;
}

.log a
{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
.log label{
    vertical-align:middle;
	font-size: 0.8em;
}
.log input{
    vertical-align:middle;
	padding:0px;
	margin:0px;
	font-size: 0.9em;
}

.loginbutton{
	border: 1px solid white; 
	font-weight : bold;
	color: white; 
	background-color:#55B05A; /*#00cc00;*/
	cursor:pointer;
}
.logoutbutton{
	border: 1px solid white; 
	font-weight : bold;
	color: white; 
	background-color:#D23D24; /*#cc0000;*/
	cursor:pointer;
}

.afield{
	position:relative;
	width: 10em;
}

/* #navlist er til tabs'ne i toppen */
#navcontainer{
    float:left;
	width:600px; 
/*    background: url("http://localhost/ergometertider.dk/grafik/bg.png")  repeat-x bottom;*/
	font: bold 12px Verdana, sans-serif;
    line-height:normal;
	clear:both;
}

#navcontainer ul{
  float:left;
  margin:0;
  padding:0px 3px 0;
  list-style:none;
}

#navcontainer li
{
  float:left;
  background:url("http://localhost/ergometertider.dk/grafik/right_norm.png") no-repeat right top;
  margin:0;
  padding:0;
  margin-left:2px;
}
#navcontainer a
{
  display:block;
  background:url("http://localhost/ergometertider.dk/grafik/left_norm.png") no-repeat left top;
  padding:4px 6px 4px;
  text-decoration: none;
}

#navcontainer #active 
{
    background-image:url("http://localhost/ergometertider.dk/grafik/right_current.png");
}

#navcontainer #active a 
{
    background-image:url("http://localhost/ergometertider.dk/grafik/left_current.png");
	padding-bottom:5px;
	color:black;
}
#navcontainer li:hover
{
  float:left;
  background:url("http://localhost/ergometertider.dk/grafik/right_hover.png") no-repeat right top;
  margin:0;
  padding:0;
  margin-left:2px;
}
#navcontainer a:hover
{
  color: #fff;
  display:block;
  background:url("http://localhost/ergometertider.dk/grafik/left_hover.png") no-repeat left top;
  padding:4px 6px 4px;
}


#navigation{
	position:relative;
	background: #ddddff;
	width: 100%;
	position:relative;/*ie needs this to show float */
	float:left;
	border-bottom:	 1px solid #cccccc;
}

#breadcrums{
	color:#333300;
    padding: 2px;
	padding-left: 7px;
	position:relative;/*ie needs this to show float */
	float:left;
	font-size: 9pt;
}
#breadcrums a{
	color:#000080;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}

img {border:0px;}

.flag{
	margin-top: 1px;
    *_margin-top: 3px;
    margin-right: 6px;
	position:relative;/*ie needs this to show float */
	float:right;
}
#firstflag{
	margin-top: 1px;
    *_margin-top: 3px;
    margin-right: 12px;
    *_margin-right: 5px;
	position:relative;/*ie needs this to show float */
	float:right;
}

.left {
	position:relative;/*ie needs this to show float */
	width:199px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
	
}
.left p, 
.right p {padding:3px}

.right {
	position:relative;/*ie needs this to show float */
	width:199px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:1px
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #8080FF;
	color: #000000;
	text-align:center;
	position:relative;
}

/*#clearheader{height:110px;}*//*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	*_height:600px;
	min-height:600px;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	background:#ffffff;	/*NEWCOLOR*/
    border: 1px solid #336699; /* #aaaaaa */
	margin-top:3px;
	paddin:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	
}
#centrecontent h1{
  padding: 2px 2px 5px 6px;
  margin-bottom:10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-image: url(../graphics/header_bg.png);
  -webkit-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-radius-topright: 3px;
  border-radius-topleft: 3px;
  
 
  
}

/* css stuff below is just for presentation and not needed for the demo */
#left span {
	display:none;	
}	
#left a:hover {
	color: #ff0000;
	background: #FFFFCC;
	text-decoration: none;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:200px;
	width:150px;
	z-index:20;
//	background:#fff;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#footer span {
	display:none;	
}	
#footer a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#bodyColumn {
  margin-left: 210px;
}

.navcolumn 
{
  padding: 4px 4px 12px 4px;
  margin: 3px 6px 13px 6px;
  border: 1px solid #999;
  background-color: #eeeeee;
  width: 175px;
}

.navcolumn h1{
  padding: 2px 2px 5px 6px;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
}

.navcolumn h5, .navcolumn ul, .navcolumn p 
{
  margin: 0;
  font-size: small;
}

.navcolumn li, .navcolumn a
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 6px;
  list-style-position: ouside;
  line-height: 1em;
  font-size: normal;
  text-decoration: none;
}

.navheader h1
{
  padding: 2px 2px 5px 6px;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
}

.deltager li
{
  color: #ff0000;
}


/* Contentbox */
#contentbox {
  margin: 3px;
}

.center{	
	text-align:center;	
}

/*
Menu
*/

.menu 
{
  padding: 0px 0px 0px 0px;
  margin: 3px 4px 0px 3px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  background:#ffffff;	/*NEWCOLOR*/
  width: 191px;
  clear:both;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.menu h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-image: url(../graphics/header_bg.png);

  -webkit-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-radius-topright: 3px; 
  border-radius-topleft: 3px; 
	
	
}

.menu ul 
{
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
}

.menu li
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-left: 0px;
}

.menu a
{
  text-decoration: none;
  *_width: 100%;
  display:block;
  padding-left: 3px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.menu a:hover
{
  background-color:#cccccc;

}
/* Admin menu */
.adminmenu 
{
  padding: 0px 0px 0px 0px;
  margin: 3px 4px 0px 3px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  width: 191px;
  clear:both;
  
}

.adminmenu h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}

.adminmenu ul 
{
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
}

.adminmenu li
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-left: 0px;
}

.adminmenu a
{
  text-decoration: none;
  *_width: 100%;
  display:block;
  padding-left: 3px;
}
.adminmenu a:hover
{
  background-color:#cccccc;

}


/*
Menu right
*/

.menuright 
{
  padding: 0px 0px 0px 0px;
  margin: 3px 4px 0px 3px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  width: 191px;
  clear:both;
}

.menuright h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}

.menuright ul 
{
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
}

.menuright li
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-left: 0px;
}

.menuright a
{
  text-decoration: none;
  padding-left: 3px;
}
.menuright  a:hover
{
  background-color:#cccccc;
}


/*
Menu
*/

.menumax 
{
  padding: 0px 0px 0px 0px;
  margin: 3px 4px 0px 3px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  width: 191px;
  clear:both;
}

.menumax h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}

.menumax ul 
{
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13px;
  height: 400px;
}

.menumax li
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-left: 0px;
	}

.menumax a
{
  text-decoration: none;
  *_width: 100%;
  display:block;
  padding-left: 3px;
}
.menumax a:hover
{
  background-color:#cccccc;

}
.list 
{
  padding: 0px 0px 0px 0px;
  margin: 10px 2px 1px 1px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
//  height: 100%;
  float:left;
}
.list .selected{
  color: red;
  background: yellow;
}
#races{
  float:left;
  width:48%;
}
#rowers{
  float:right;
  width:48%
}
.list h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}

.list ul 
{
  margin: 0px;
  margin-top: 0px;
  padding-right: 0px;
  margin-bottom: 0px;   /* TODO: space under list */
  font-size: 11px;
  height:500px;
}
#roerliste 
{
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;   /* TODO: space under list */
  font-size: 11px;
  cell-padding:0;
  spacing:0;
  border-collapse: collapse;

}
#roerliste thead  
{
	font-size:13px;
	color:red;
	padding:5px;
	text-align:left;

}

.listcontainer
{
	*_height:900px;
	min-height:900px;
}


.list li
{
  list-style-type: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  padding-left: 0px;
  margin-left: 0px;
}

.list a
{
  text-decoration: none;
  display:block;
  padding-left: 3px;
}
.list a:hover
{
  background-color:#cccccc;

}

.rower{
	background:$eee;
}
.rowerhove{
	background:#cccccc;
}

.infotable th
{
  background-color: #00cc00;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.infocontainer
{
  float:left;
  padding: 0px 0px 12px 0px;
  margin: 3px 4px 0px 3px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  clear:both;
}

.odd{
  background-color: #cccccc;
}
.even{
  background-color: #dddddd;
}

.message_bad {
  color: white;
  font-weight: bold;
  margin: 10px;
  border: 1px solid #cc9999;
  padding: 10px;
  font-size: 12px;
/*  background: url(../graphics/bad_icon.gif) #cc0000 10px no-repeat;*/		
  background-color: #cc0000;
}
.message_bad a{
  color: white;
}
.message_bad p{
  margin-left: 10px;
}
.message_bad em{
  text-decoration:underline;
  font-style: normal;
}


.message_good {
  color: #006600;
  font-weight: bold;
  margin: 10px;
  border: 1px solid #99cc99;
  padding: 10px;
  font-size: 12px;
  background-color:#e2f9e3;
/*  background: url(../graphics/good_icon.gif) #e2f9e3 10px no-repeat;*/
}
.message_good p{
  margin-left: 10px;
}

.access_yes {
  color: #006600;
  font-weight: bold;
  border: 1px solid #99cc99;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: url(../graphics/good_icon.gif) #e2f9e3 0px no-repeat;
  width:50px;
  text-align:right;
}
.access_no {
  color: white;
  font-weight: bold;
  border: 1px solid #cc9999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: url(../graphics/bad_icon.gif) #cc0000 0px no-repeat;
  width:50px;
  text-align:right;
}

.maincontent 
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #999;
  border: 1px solid #336699; /* #aaaaaa */
  background-color: #eeeeee;
  *_color:black;
  width: 100%;
  *_width: 99%;
  height: 100%;
}
.maincontent h1{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}
.maincontent1 h2{
  padding: 2px 2px 5px 6px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  background-color: #336699;
}
.maincontent p{
  margin-left: 5px;
}
#footerlink
{
  font-size: 10px;
  color: white;

}
#footerlink a
{
  font-size: 10px;
  color: white;
  text-decoration: none;
}
#footerlink a:hover
{
  background-color: #8080FF;
}

.indFelt{
  background-color:eeffff;
  border: 1px solid blue;
  width:300px;

}
th.head{ 			   		background:		 #598bce; 		color:  #ffffff; height:18px; padding-left:2px;font-size:12px;}
th.head A:link {		    text-decoration: none; 			color : #ffffff;  }
th.head A:link:hover {   	text-decoration: underline; 	color : #ffffff;  }
th.head A:visited {	    	text-decoration: none; 			color : #ffffff;  }
th.head A:visited:hover{ 	text-decoration: underline; 	color : #ffffff;  }

.diff1 
{
	font-size:11px;
    background-color: #eeeeff;       
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	
	height:18px;
	padding-left:2px;
 }
.diff1 A:link {			    text-decoration: none; 			color : black;  background-color : #eeeeff;}
.diff1 A:link:hover {		    text-decoration: underline; 	color : black;  background-color : #eeeeff;}
.diff1 A:visited {		    text-decoration: none; 			color : black;  background-color : #eeeeff;}
.diff1 A:visited:hover {	    text-decoration: underline; 	color : black;  background-color : #eeeeff;}


.diff2   
{
	font-size:11px;
    background-color: #ddddff;       
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height:18px;
	padding-left:2px;
 }
.diff2 A:link {			    text-decoration: none; 			color : black;  background-color : #ddddff;}
.diff2 A:link:hover {		    text-decoration: underline; 	color : black;  background-color : #ddddff;}
.diff2 A:visited {		    text-decoration: none; 			color : black;  background-color : #ddddff;}
.diff2 A:visited:hover {	    text-decoration: underline; 	color : black;  background-color : #ddddff;}

#draglist {
  margin-left:20px;
  margin-top:10px;
  padding:0;
/*  list-style-type: none;*/  
}
#draglist li {
  margin:0;
  margin-bottom:2px;
  padding:1px;
  border:1px solid #888;
  cursor:move;
  
}
#draglistloeb {
  margin-left:0px;
  margin-top:10px;
  padding:0;
  list-style-type: none;
}
#draglistloeb li {
  margin:0;
  border:1px solid #888;
  cursor:move;
}
table a{
  text-decoration:none;
}table a:hover{
  text-decoration:underline;
}

table
{
  border: 0px solid #336699; /* #aaaaaa */
  width: 100%;
  padding:2px;
/*  
  	-webkit-border-radius-topleft: 3px;
  	-webkit-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
  	-moz-border-radius-topright: 3px;
	border-radius-topleft: 3px; 
	border-radius-topright: 3px; 
*/	
}
table tr td {padding:3px;}

#draglist form input{
	padding:0; margin:0; margin-left:2px; font-size:8pt; float:right;
}


#draglist li {
}
#draglist form {
	margin:0px;
	padding:0px;
}
#draglist form label{
	padding:0; margin:0; font-size:8pt; float:left;
}
#draglist form fieldset{
	padding:0; margin:0; border:0;
}
#draglist form input{
	padding:1px;
}


#activityIndicator{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1000;
}

#activityIndicator p{
	background-color:red; 
	color:white; 
	font-size:34px; 
	padding:30px; 
	margin:200px; 
	border:10px solid black;
}

#popup
{
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
	margin:50px;
	z-index:500;
	border:3px solid green;
	background-color:#eef8ee;
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
	-moz-box-shadow:0 0 200px 0 #000000;
	-webkit-box-shadow: 0 0 200px 0 #000000;
	box-shadow: 0 0 200px 0 #000000;
	
}

#popup fieldset{
	padding-left:10px;
	padding-right:10px;

}



#popup h3
{
	background-color:green;
	margin:0;
	padding:3px;
	color:white;
}
#popup h4
{
	padding-bottom:10px;
}
#popup div
{
	padding:10px;
}
#popup div div div
{
	padding:10px;
	padding-left:0;
}

.inputcancel{
}

.tilmeldinput
{
	color:red;
	font-weight:bold;
}

#udfoertilmeldingknap{
	font-size:18px;
	margin:10px;
	margin-left:300px;
	padding:5px;
	font-weight:bold;
	border:3px solid gray;
	float:right;
}

.inputtid{
	width:44px; 
	text-align:center; 
	font-size:10px; 
	margin-right:2px;
}
.inputsek{
	width:25px; 
	text-align:center; 
	font-size:10px; 
	margin-right:2px;
}
.tilmeldfieldset{
	border:none;
}
.tilmeldfieldset select, .tilmeldfieldset input {
	margin:3px;
}
.tilmeldfieldset table {
	
}
.tilmeldfieldset table thead{
	text-align:left;	
	color:white;
  background-image: url(../graphics/header_bg.png);
  -webkit-border-radius-topright: 3px;
  -webkit-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-radius-topright: 3px;
  border-radius-topleft: 3px;
}
.tilmeldfieldset .roerarea{
	padding:3px;
	min-height:150px; 
	max-height:250px; 
	overflow-y:auto
}
#accordion{
	height:500px;
	overflow-x:hidden; 
	width:500px;
	position:absolute;
}
.rowhover{
	background-color:#cccccc;
	color:black;
}

#buttonrow{
	padding:0;
	margin:0;
}

.roundshadow{
  	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	 border-radius: 15px;
	-moz-box-shadow: 0px 0px 50px 0px #6699CC;
	-webkit-box-shadow: 5px 5px 50px 3px #aaa;
	 box-shadow: 5px 5px 50px 3px #aaa;
 	background-color:white;
}

.strikethrough{
	text-decoration: line-through;
	color:red;
}

.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform:rotate(-90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height:40px;
    width:40px;
    border:1px solid gray;
    overflow: hidden;
    text-align: left;

}
