#gv_main{
    overflow:hidden;
}
#gv_title{
    width:350px;
    float:left;
    font-weight:bold;
    font-size:16px;
    height:30px;
    line-height:30px;
}

#gv_add{
    float:right;    
    height:30px;
    width:130px;
    margin-top:-58px;
}

.gv_button{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/btn_normal.png) no-repeat;
	cursor: pointer;
	height: 30px;
	border: 0px;
	width: 150px;
	text-align: center;    
}

.gv_button:hover {background: url(images/btn_normal_on.png) no-repeat;}

#gv_filter{
    float:right;
    width:300px;
    text-align:right;
}

.gv_clear{
    clear:both;
}

.gv_list{
	overflow:hidden;
	width:930px;
	margin-top:10px;
	clear: both;
}

.gv_item{
    width:280px;
    margin-left:15px;
    height:280px;
    float:left;
    padding: 5px;
    border:1px solid #F4F4EA;
}

.gv_item:hover{
    background-color:#EEEEEE;
    border-width:1px;
    border-color: #363636 #A8A8A8 #A8A8A8 #363636;
    border-style: solid;
   	border-radius:4px;
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;    
}

.gv_item_name{
    font-weight:bold;
    font-size:13px;
    height: 55px;
    overflow:hidden;
}

.gv_item_actions{
    overflow:hidden;
}
.gv_item_edit{
    width:24px;
    height:24px;
    background-image: url(images/gv/edit.png);
    float:right;
    margin-left:5px;
}

.gv_item_delete{
    width:24px;
    height:24px;
    background-image: url(images/gv/delete.png);
    float:right;    
    margin-left:5px;
}

.gv_item_code{
    width:24px;
    height:24px;
    background-image: url(images/gv/code.png);
    float:right;    
    margin-left:5px;
}

.gv_item_preview{
    padding-top:10px;
    padding-bottom:10px;
}

.gv_border_zone{
	background-color:#FFFFFF;
	border-width:1px;
	border-color: #363636 #A8A8A8 #A8A8A8 #363636;
	border-style: solid;
	border-radius:4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	width:245px;
	height:140px;
	overflow:auto;
	padding: 5px;
}

.gv_sortable { list-style-type: none; margin: 0; padding: 0; width: 355px; }
.gv_sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1em; height: 24px; line-height:24px; position:relative; overflow:hidden;}
.gv_sortable li span.ui-icon { position: absolute; margin-left: -1.3em; }

.gv_table{
	width:100%;
	border:1px solid #dddddd;
	border-collapse:collapse;
	padding:2px;	
	border-radius:4px;
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;  
}

.gv_table_header{
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	background: #797979;
}

.gv_table_row_1{
    border:1px solid #dddddd;
    background-color: #FFFFFF;    
}

.gv_table_row_2{
	border:1px solid #dddddd;
	background: #eeeeee;
}