@charset "utf-8";
/* CSS Document */

.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}



/*
------------------------------
	columns ex
------------------------------
*/

.colsJqifadewarning .colsJqi{ background-color: #b0be96; }

.colsJqifade
	{
		position: absolute;
		background-color: #ffffff;
	}

div.colsJqi
	{
		position: absolute;
		background-color: #d0dEb6;
		padding: 10px; 
		width: 400px;
		text-align: left;
	}

div.colsJqi .colsJqiclose
	{
		float: right;
		margin: -35px -10px 0 0;
		cursor: pointer;
		color: #bbbbbb;
	}

div.colsJqi .colsJqicontainer
	{
		background-color: #e0eEc6;
		padding: 5px; 
		color: #ffffff;
		font-weight: bold;
		height: 160px;
	}

div.colsJqi .colsJqimessage
	{
		background-color: #c0cEa6;
		padding: 10px;
		width: 280px;
		height: 140px;
		float: left;
	}

div.colsJqi .jqibuttons
	{
		text-align: center;
		padding: 5px 0 0 0;
	}

div.colsJqi button
	{
		background: url(images/button_bg.jpg) top left repeat-x #ffffff;
		border: solid #777777 1px;
		font-size: 12px;
		padding: 3px 10px 3px 10px;
		margin: 5px 5px 5px 10px;
		width: 75px;
	}

div.colsJqi button:hover
	{
		border: solid #aaaaaa 1px;
	}



/*


