﻿/******************************* TABLE GRID *******************************/
table.DNNInfo_Table_Grid{
	width:100%;
}

table.DNNInfo_Table_Grid td{
	padding:3px;
	vertical-align:top;
}


.DNNInfo_GridRow_Alternate{
	background-color:#ece7e7;
}

table.DNNInfo_Table_Grid tr.DNNInfo_HeaderGrid th{
    background-color:#515159;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
    padding:5px;
}

.DNNInfo_Paging{
    line-height:20px;
    height:20px;
    padding:0px 10px;
    background-color:#b4b4b8;
}

.DNNInfo_Paging a.linkSelected{
    font-weight:bold;
    text-decoration:underline;
    color:#4646dd;
}

.DNNInfo_Required{
    color:Red;
    font-weight:bold;
    font-size:18px;
}

.DNNInfo_Message{
    color:Red;
    font-weight:bold;
}

.GridUpdateButton, .GridCancelButton, .GridEditButton, .GridDeleteButton{
	display:block;
	width:20px;
	height:20px;
	text-indent:-999em;
	background:url(images/save.gif) no-repeat;
}

.GridCancelButton{background:url(images/cancel.gif) no-repeat;}
.GridEditButton{background:url(images/edit.gif) no-repeat;}
.GridDeleteButton{background:url(images/delete.gif) no-repeat;}

.DNNInfo_URL, DNNInfo_ExchangeURL{
	margin-bottom:5px;
}

.DNNInfo_LinkLabel, .DNNInfo_URL a, .DNNInfo_ExchangeURL a{
	font-size:11px;
}

.DNNInfo_Name{
	padding-left:20px;
	background:url(images/vcard.png) no-repeat;
	display:block;
	padding-bottom:3px;
}

.DNNInfo_Email{
	padding-left:20px;
	background:url(images/email.png) no-repeat;
	display:block;
	padding-bottom:3px;
}

.DNNInfo_Mouse{
	padding-left:20px;
	background:url(images/mouse.png) no-repeat;
	display:block;
	padding-bottom:3px;
}

/*** CONTROL PANEL MENU ***/
.DNNInfo_LinkExchange_Menu
{
	padding-bottom:20px;
	display:inline-table;
}

ul.DNNInfo_ControlPanelMenu, ul.DNNInfo_ControlPanelMenu li
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.DNNInfo_ControlPanelMenu li
{
	float:left;
	margin-right:7px;
}


ul.DNNInfo_ControlPanelMenu li a{
	width:75px;
	height:75px;
	text-decoration:none;
	vertical-align:middle;
	border:solid 1px #e6e2e2;
	color:#666666;
	display:block;
	text-align:center;
	padding:5px;
	font-size:10px;
}

ul.DNNInfo_ControlPanelMenu li a:hover, ul.DNNInfo_ControlPanelMenu li.DNNInfo_Selected a{
	border-bottom:solid 1px #bab0b0;
	border-right:solid 1px #bab0b0;
	background-color:#d9dbde;
	color:#366aaa;
	font-size:10px;
}

ul.DNNInfo_ControlPanelMenu li div
{
	padding-top:5px;
}

.DNNInfo_ClearBoth
{
	clear:both;
}
/********************************* END CONTROLPANEL MENU ***********************************/

/********************************* DNNInfo Box ***********************************/
.DNNInfo_Box{
	border:solid 1px #c6c3c3;
	width:99%;
	margin-top:10px;
	margin-bottom:12px;
}

.DNNInfo_BoxHeader{
	border-bottom:solid 1px #c6c3c3;
	padding:7px 10px;
	font-weight:bold;
	font-size:13px;
	background-color:#e7e5e5;
	color:#817e7e;
}

.DNNInfo_BoxInside{
	padding:10px;
}

.DNNInfo_BoxInside ol{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-left:10px;
}

/********************************* END DNNInfo Box ***********************************/


/**************************** MISC ***********************************/
.DNNInfo_ControlPanel{
	background-color:#ffffff;
	display:block;
	color:#333333;
	padding:5px;
}

.DNNInfo_ControlPanel table td{
	color:#333333;
}


.DNNInfo_AjaxLoading{
    background:url(images/loading.gif) no-repeat;
    width:32px;
    height:32px;
    display:block;
}

.DNNInfo_Required{
	color:red;
	font-weight:bold;
}

.DNNInfo_Label{
	font-weight:bold;
}

table.DNNInfo_Table{
	width:100%;
}

table.DNNInfo_Table td, table.DNNInfo_TableNormal td{
	padding:5px 10px;
	vertical-align:top;
}

table.DNNInfo_Table td.DNNInfo_Label, table.DNNInfo_TableNormal td.DNNInfo_Label{
	width:150px;
	background-color:#e1dddd;
	white-space:nowrap;
}

.DNNInfo_LabelNormal{
	width:150px;
	white-space:nowrap;
}

.DNNInfo_Bold, a.DNNInfo_Bold{
	font-weight:bold;
}

.DNNInfo_NotifySign, .DNNInfo_WarningSign, .DNNInfo_ErrorSign, .DNNInfo_DefaultSign{
	font-size:14px;
	display:block;
	padding:5px 40px;
	line-height:22px;
	background:url(images/notifysign.png) 5px 5px no-repeat;
	background-color:#f4fbbb;
	border:solid 1px #c6c3c3;
	font-weight:bold;
	font-size:13px;
	margin:10px 0;
}

.DNNInfo_WarningSign{
	background:url(images/warning.png) 5px 5px no-repeat;
	background-color:#e8ec7a;
}

.DNNInfo_DefaultSign{
	background:url(images/defaultsign.png) 5px 5px no-repeat;
}

.DNNInfo_ErrorSign{
	background:url(images/error.png) 5px 5px no-repeat;
	background-color:#e8ec7a;
}

.DNNInfo_Button{
	border:none;
	border:solid 1px #c9c8c8;
	color:#3a3838;
	padding:3px 5px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	display:block;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}

.DNNInfo_Note{
	font-size:10px;
	font-style:italic;
}

.DNNInfo_LegendInfo{
	line-height:20px;
	overflow:hidden;
	display:table-row;
}

.DNNInfo_LegendInfoImage{
	float:left;
	clear:right;
	margin-right:10px;
}

.DNNInfo_CheckButton{
	width:24px;
	height:24px;
	display:inline-block;
	background:url(images/link_check.gif) no-repeat;
	overflow:hidden;
}

.DNNInfo_ActivateButton{
	width:16px;
	height:16px;
	display:inline-block;
	background:url(images/link_activate.png) no-repeat;
	overflow:hidden;
}

table td.tdlegends{
	width:350px;
}
/************************************ END MISC **************************************/

/************************************ LINKS DISPLAY **********************************/
.DNNInfo_LinkExchange_Box{
	margin-bottom:15px;
}

.DNNInfo_LinkExchange_BoxCategory{
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
	margin-bottom:3px;
}

.DNNInfo_LinkExchange_LinkBox{
	font-size:11px;
	font-family:Arial;
	margin-bottom:7px;
}

.DNNInfo_LinkExchange_LinkTitle a{
	font-size:11px;
}

.DNNInfo_LinkExchange_LinkDescription{
	font-size:10px;
	color:#666666;
}

.DNNInfo_HeaderInformation{
	margin-bottom:10px;
}

/************************************ END LINKS DISPLAY *****************************/


/************************************ CATEGORY LINKS DISPLAY *****************************/
.DNNInfo_LinkExchange_CategoryItem{
    float:left;
    width:150px;
    padding-left:15px;
    background:url(images/arrow_list.gif) no-repeat 0 1px;
    padding-bottom:10px;
    display:inline;
    width: 160px;
    height:12px;
    margin:0 0 5px 0;
}

/************************************ END CATEGORY LINKS DISPLAY *****************************/
